Started by an SCM change Running as SYSTEM Agent basic-v06kv is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-v06kv" 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-v06kv" - 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-v06kv" - 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-v06kv (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 e8938c2914ccb5678044928e790624dfbab5dc98 (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f e8938c2914ccb5678044928e790624dfbab5dc98 # timeout=10 Commit message: "Merge pull request #4038 from MDeLuise/fix-xss" > git rev-list --no-walk ba33d87363a1e1cb5f30ae55cf5fd17162bf9572 # 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869119588 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869122596 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869123023 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869133706 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869134562 [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.2 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.628 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.267 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.006 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.007 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 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.004 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.075 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.004 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.003 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.001 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.1 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.001 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 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 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.007 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.001 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.004 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 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 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 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 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.001 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.01 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.001 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.074 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.008 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.006 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.001 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.001 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.008 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.073 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 80 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869146680 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869147033 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869149496 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869149662 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869154103 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869154345 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869154718 [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 14:19:20.489 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:19:20.496 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:19:20.497 [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.928 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869161257 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869161537 [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 14:19:26.875 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:19:26.884 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:19:26.885 [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.435 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869171190 [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.136 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.009 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.037 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 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.062 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.001 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.003 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.011 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 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.002 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.002 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.273 s - in org.eclipse.kapua.commons.configuration.StringUtilTest [INFO] Running org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsTest 14:19:50.610 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:52.948 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons =================== 14:19:52.959 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Datasource Name: kapua-dbpool 14:19:52.960 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Configuration Overrides 14:19:52.960 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:19:52.960 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | eclipselink.cache.shared.default: false 14:19:52.960 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - ================================================================================== 14:19:53.024 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:19:53.027 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 14:19:54.168 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 14:19:54.575 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.577 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.577 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.578 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.578 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.579 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.579 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.580 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.580 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.581 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.581 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.581 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.581 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.582 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.582 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.582 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.582 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.583 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.583 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.584 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.584 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.585 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.586 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.587 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.587 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.588 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.588 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.588 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.588 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.589 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.589 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.590 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.590 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.590 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.590 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.591 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.591 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.592 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.593 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.593 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.595 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.595 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 14:19:54.596 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:19:54.596 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.727 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 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.014 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 14:19:54.678 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:19:54.679 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/*.wrong 14:19:54.681 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:19:54.681 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/ 14:19:54.682 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:19:54.683 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: /sys_*.sql 14:19:54.683 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:19:54.684 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/null 14:19:54.685 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:19:54.685 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/sys_*.sql 14:19:54.686 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:19:54.686 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/null 14:19:54.687 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:19:54.687 [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.01 s - in org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResourcesTest [INFO] Running org.eclipse.kapua.commons.configuration.ValueTokenizerTest 14:19:54.792 [main] ERROR o.e.k.c.configuration.ValueTokenizer - Value is invalid [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 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.213 s - in org.eclipse.kapua.commons.util.CryptoUtilImplTest [INFO] Running org.eclipse.kapua.commons.util.ClassUtilTest 14:19:55.081 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.104 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.ServiceEntry... 14:19:55.107 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.107 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 14:19:55.108 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.108 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ... 14:19:55.108 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 14:19:55.109 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.109 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 14:19:55.109 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 14:19:55.109 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.110 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.110 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ... 14:19:55.111 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.111 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 14:19:55.111 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.111 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 14:19:55.112 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.112 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 14:19:55.113 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.113 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String... 14:19:55.113 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 14:19:55.113 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.113 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String... 14:19:55.113 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 14:19:55.119 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.119 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 14:19:55.120 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.120 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 14:19:55.121 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.121 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 14:19:55.156 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.158 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 14:19:55.158 [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.079 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.018 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 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.892 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: 1.304 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.003 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.064 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.084 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 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.001 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.003 s - in org.eclipse.kapua.commons.util.PayloadsTest [INFO] Running org.eclipse.kapua.commons.util.log.ConfigurationPrinterTest 14:19:58.296 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info' 14:19:58.296 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own! 14:19:58.296 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - External Logger not provided! Using the Configuration Printer's one! 14:19:58.296 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogger(org.slf4j.Logger) providing your own! 14:19:58.296 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO 14:19:58.296 [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! 14:19:58.296 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Info =================== 14:19:58.297 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.297 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info' 14:19:58.297 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own! 14:19:58.303 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.303 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.304 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.304 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.304 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.304 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.304 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.304 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.304 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.304 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.304 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.304 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.304 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.305 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.305 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.305 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.305 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.305 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.305 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.305 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.305 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.305 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.305 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.305 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.306 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.306 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.306 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.306 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.306 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.306 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.306 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.306 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.306 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.306 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.306 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.306 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.306 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.307 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.307 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.307 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.307 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.307 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.307 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.307 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.307 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.307 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.307 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.307 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.308 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.308 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.308 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.308 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.308 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.308 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.308 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.308 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.308 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.308 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.308 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.308 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.309 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.309 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.309 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.309 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.309 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.309 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.309 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.309 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.309 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.309 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.309 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.309 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.310 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.311 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.312 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.312 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.312 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.312 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.312 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.312 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.312 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.312 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.312 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.312 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.312 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.313 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.314 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.314 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.314 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.315 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.316 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.317 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.317 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.318 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.319 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.319 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.319 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.319 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.320 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.321 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.321 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.322 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.323 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.324 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.324 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.324 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.325 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.326 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.326 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.326 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.326 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.326 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.326 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.326 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.326 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.326 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.326 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.326 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.326 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.326 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.327 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.328 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.328 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.328 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.329 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.330 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.331 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.331 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.331 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.331 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.331 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.331 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.331 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.332 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.333 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.333 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.333 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.333 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.334 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.356 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.356 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.357 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.358 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.359 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.360 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.361 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.361 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.361 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.361 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.364 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.364 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.364 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.364 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.364 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.364 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.364 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.364 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.365 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.366 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.366 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.366 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.366 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.367 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.368 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.369 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.369 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.369 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.369 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.369 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.369 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.370 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.371 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.371 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.371 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.371 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.371 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.371 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.371 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.372 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.373 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.374 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.374 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.374 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.374 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.375 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.376 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.376 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.376 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.376 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.376 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.376 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.376 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.376 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.378 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.379 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.380 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.381 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.381 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.381 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.381 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.381 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.381 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.381 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.381 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.381 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.381 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.381 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.381 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.381 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.381 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.382 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.383 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.384 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.384 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.384 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.384 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.384 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.384 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.385 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.386 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.386 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.387 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.388 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.388 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.389 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.390 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.391 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.392 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.392 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.392 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.392 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.393 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.394 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.395 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.395 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.395 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.396 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.397 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.400 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.400 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.400 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.400 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.400 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.401 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.402 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.403 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.403 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.403 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.403 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.404 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.405 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.461 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.462 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.463 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.464 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.466 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.466 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.466 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.466 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.466 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.469 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.469 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.469 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.469 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.469 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.469 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.491 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.498 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.557 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.558 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.559 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.560 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.561 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.561 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.564 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.565 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.566 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.566 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.567 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.568 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.568 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.569 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.571 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.576 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.580 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.581 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.581 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 14:19:58.581 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.582 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.583 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.584 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.584 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.584 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.584 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.584 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.585 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.586 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.586 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.587 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.588 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.589 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.590 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.591 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.591 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.591 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.591 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.592 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.593 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.659 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.661 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.662 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.664 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.665 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.666 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.667 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.668 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.668 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.669 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.670 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.677 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.679 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.680 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.681 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.681 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.682 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.683 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.684 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.685 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.686 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.686 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.686 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.686 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.686 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.686 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.687 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.756 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.757 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.758 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.758 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.758 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.758 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.758 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.758 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.759 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.760 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.762 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.763 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.764 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.764 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.764 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.764 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.765 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.766 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.768 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.769 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.770 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.771 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.772 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.773 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.774 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.775 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.777 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.778 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.780 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.781 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.783 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.787 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.787 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.790 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.790 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.790 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.791 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.792 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.793 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.856 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.857 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.857 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.857 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.857 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.857 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.857 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.857 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.857 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.858 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.859 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.860 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.860 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.860 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.861 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.862 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.863 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.864 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.865 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.866 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.867 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.868 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.869 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.870 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.871 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.872 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.873 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.874 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.875 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.876 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.878 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.879 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.880 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 14:19:58.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 14:19:58.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO 14:19:58.884 [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: 1.363 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 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.001 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 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.701 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.002 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.068 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 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.003 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.077 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.104 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.008 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 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.007 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 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:20:00.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:20:00.876 [main] INFO org.reflections.Reflections - Reflections took 171 ms to scan 3 urls, producing 90 keys and 90 values 14:20:00.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:20:00.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 14:20:00.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:20:05.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:20:05.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:20:05.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:20:05.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:20:05.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 14:20:05.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 14:20:05.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:20:05.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:20:05.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:20:05.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:20:05.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 14:20:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:20:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:20:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:20:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1 14:20:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:20:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:20:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 14:20:05.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:20:05.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:20:05.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:20:05.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:20:05.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:20:05.987 [main] INFO org.reflections.Reflections - Reflections took 21 ms to scan 3 urls, producing 90 keys and 90 values 14:20:05.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:20:05.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 14:20:05.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:20:06.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:20:06.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:20:06.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:20:06.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:20:06.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 14:20:06.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 14:20:06.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:20:06.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:20:06.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:20:06.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:20:06.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 14:20:06.682 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - Running database scripts... 14:20:06.682 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM './src/test/sql/H2/test_collision_entity_test_create.sql' 14:20:06.795 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done! 14:20:06.858 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-commons-unit-test =================== 14:20:06.858 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:20:06.859 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:20:06.859 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:20:06.859 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:20:06.859 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:20:06.869 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:20:06.971 [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@d07feac) 14:20:06.974 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:06.974 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:06.974 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:06.979 [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@78747a84) 14:20:06.980 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:06.980 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:06.980 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:06.985 [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@46b0abc1) 14:20:06.986 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:06.986 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:06.986 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:06.990 [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@3d49c98a) 14:20:06.991 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:06.991 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:06.991 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:06.996 [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@700f6efc) 14:20:06.996 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:06.999 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.003 [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@700f6efc) 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@700f6efc) 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 14:20:07.004 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.010 [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-16 14:20:07.005', 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@31935e8e) 14:20:07.012 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:07.012 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.012 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:07.017 [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-16 14:20:07.012', 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@7914fe0b) 14:20:07.018 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:07.018 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.018 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:07.025 [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-16 14:20:07.019', 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@5d91f2c5) 14:20:07.057 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:07.057 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.057 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:07.062 [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-16 14:20:07.058', 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@268be4b3) 14:20:07.063 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:07.063 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.063 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:07.067 [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-16 14:20:07.063', 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@1742d10b) 14:20:07.067 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:07.068 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.069 [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-16 14:20:07.063', 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@1742d10b) 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-16 14:20:07.063', 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@1742d10b) 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-16 14:20:07.063', 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 14:20:07.069 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.083 [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-16 14:20:07.077', 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@77a7362c) 14:20:07.084 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 14:20:07.085 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 14:20:07.085 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 14:20:07.094 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - Running database scripts... 14:20:07.094 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done! 14:20:07.094 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 14:20:07.094 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.519 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.067 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.003 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.016 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.005 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.049 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 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.03 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.016 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.002 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 14:20:07.461 [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. 14:20:07.461 [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. 14:20:07.461 [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. 14:20:07.461 [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. 14:20:07.461 [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. 14:20:07.461 [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. 14:20:07.461 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.462 [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. 14:20:07.463 [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. 14:20:07.463 [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. 14:20:07.463 [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. 14:20:07.464 [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. 14:20:07.464 [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. 14:20:07.464 [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. 14:20:07.464 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.465 [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. 14:20:07.466 [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. 14:20:07.466 [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. 14:20:07.466 [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. 14:20:07.466 [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. 14:20:07.466 [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. 14:20:07.466 [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. 14:20:07.466 [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.008 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.018 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 14:20:07.500 [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. 14:20:07.501 [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.001 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.006 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.029 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.004 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.007 s - in org.eclipse.kapua.commons.about.AboutScannerTest [INFO] Running org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:20:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:20:10.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... SKIPPED! Liquibase disabled by System property 'LIQUIBASE_ENABLED'... 14:20:10.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: foo 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:20:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:20:10.688 [main] INFO org.reflections.Reflections - Reflections took 24 ms to scan 3 urls, producing 90 keys and 90 values 14:20:10.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:20:10.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 14:20:10.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:20:10.708 [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 14:20:10.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:20:10.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:20:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:20:10.775 [main] INFO org.reflections.Reflections - Reflections took 51 ms to scan 3 urls, producing 90 keys and 90 values 14:20:10.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:20:10.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 14:20:10.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:20:10.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:20:11.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:20:11.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:20:11.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:20:11.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 14:20:11.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 14:20:11.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:20:11.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:20:11.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:20:11.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:20:11.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 14:20:11.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:20:11.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:20:11.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:20:11.510 [main] INFO org.reflections.Reflections - Reflections took 17 ms to scan 3 urls, producing 90 keys and 90 values 14:20:11.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:20:11.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 14:20:11.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:20:11.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:20:11.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:20:11.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:20:11.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:20:11.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 14:20:11.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 14:20:12.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:20:12.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:20:12.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:20:12.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:20:12.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:20:12.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:20:12.086 [main] INFO org.reflections.Reflections - Reflections took 18 ms to scan 3 urls, producing 90 keys and 90 values 14:20:12.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:20:12.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 14:20:12.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:20:12.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:20:12.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:20:12.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:20:12.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:20:12.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 14:20:12.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 14:20:12.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:20:12.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:20:12.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:20:12.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:20:12.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 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.017 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869215119 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869215381 [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 14:20:23.503 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:20:23.518 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 14:20:23.891 [main] INFO org.reflections.Reflections - Reflections took 150 ms to scan 1 urls, producing 13 keys and 23 values 14:20:23.977 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 14:20:23.981 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:20:23.981 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 14:20:23.982 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:20:23.982 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal 14:20:23.982 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:20:23.982 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.extra 14:20:23.982 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 14:20:23.983 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 14:20:23.983 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 14:20:23.983 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.TestModule 14:20:23.983 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule 14:20:23.983 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 14:20:23.983 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:23.984 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 14:20:23.984 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:23.984 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:20:25.015 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 14:20:25.195 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 14:20:25.195 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:20:25.195 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:20:25.195 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal 14:20:25.196 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:20:25.196 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.extra 14:20:25.196 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 14:20:25.196 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 14:20:25.196 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:20:25.196 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 14:20:25.314 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 1 urls, producing 10 keys and 16 values 14:20:25.315 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 14:20:25.316 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator-1.xml 14:20:25.316 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 14:20:25.316 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:20:25.316 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice 14:20:25.316 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:20:25.316 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:25.316 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 14:20:25.316 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 14:20:25.317 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 14:20:25.317 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule 14:20:25.317 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 14:20:25.317 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:25.317 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 14:20:25.317 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:25.317 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:20:25.525 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 2.804 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.005 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869226532 [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 14:20:35.669 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:20:35.677 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 14:20:36.088 [main] INFO org.reflections.Reflections - Reflections took 252 ms to scan 3 urls, producing 134 keys and 237 values 14:20:36.258 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 14:20:36.261 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:20:36.261 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 14:20:36.261 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:20:36.262 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 14:20:36.262 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml 14:20:36.262 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:20:36.262 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:36.262 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 14:20:36.262 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 14:20:36.263 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 14:20:36.263 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 14:20:36.263 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 14:20:36.263 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 14:20:36.263 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 14:20:36.263 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 14:20:36.264 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 14:20:36.264 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 14:20:36.264 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 14:20:36.264 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 14:20:36.264 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 14:20:36.264 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml.TestConfigModule 14:20:36.264 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 14:20:36.265 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:36.265 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 14:20:36.265 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:36.265 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:20:37.610 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 14:20:37.611 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 14:20:37.619 [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 14:20:37.904 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 14:20:39.570 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 14:20:39.571 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:20:39.571 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:20:39.571 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:20:39.571 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:20:39.571 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:20:39.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 14:20:39.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:20:39.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:20:39.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 14:20:39.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml 14:20:39.578 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:20:39.578 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:20:39.578 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 14:20:39.578 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 14:20:39.578 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:20:39.578 [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: 4.635 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869240578 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869240756 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869246902 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869247034 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869250849 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869251033 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869254653 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869254949 [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 60 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869257524 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869257704 [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.485 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 23 classes [INFO] Analyzed bundle 'kapua-service-api' with 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869264284 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869264449 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869267212 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869267387 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869270983 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869271313 [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.259 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.006 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.087 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.011 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.007 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.044 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.34 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 80 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 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869279930 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869283162 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869286708 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869286863 [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.494 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.312 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869294974 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869295183 [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.463 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869302865 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869303067 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869306192 [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.771 s - in org.eclipse.kapua.message.internal.KapuaMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaAppsMessageTest 14:21:54.188 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:21:54.197 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 14:21:54.598 [main] INFO org.reflections.Reflections - Reflections took 207 ms to scan 4 urls, producing 79 keys and 122 values 14:21:54.716 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 14:21:54.720 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:21:54.720 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 14:21:54.720 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:21:54.721 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model 14:21:54.721 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 14:21:54.721 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:21:54.721 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:21:54.721 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 14:21:54.721 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 14:21:54.722 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 14:21:54.722 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 14:21:54.722 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 14:21:54.722 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 14:21:54.722 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 14:21:54.722 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 14:21:54.722 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.TestModule 14:21:54.722 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 14:21:54.723 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:21:54.723 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:21:55.701 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 14:21:56.163 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 14:21:56.163 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:21:56.163 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:21:56.163 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model 14:21:56.163 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 14:21:56.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:21:56.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:21:56.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 14:21:56.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 14:21:56.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:21:56.164 [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: 2.017 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.004 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.002 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.004 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 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.003 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.008 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.02 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: 2.029 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.036 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.004 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869319353 [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 14:22:06.876 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/transport/mqtt/target/classes/ 14:22:06.884 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to mqtt-client-setting.properties 14:22:06.884 [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 14:22:06.918 [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.607 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.007 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.166 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.034 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.054 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869329087 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869335257 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869335396 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869338219 [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.174 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869345815 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869346024 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869346219 [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.207 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.006 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869353339 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869353652 [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.469 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869362040 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869362259 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869365238 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869368665 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869372558 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869377777 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869377945 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869378128 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869378299 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869379994 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869383189 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869383310 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869385665 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869385859 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869388050 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869388255 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869391263 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869393811 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869397118 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869401851 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869403282 [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.10.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-configuration2-2.10.1.jar [INFO] Copying commons-text-1.11.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-text-1.11.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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869407781 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869410054 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869410139 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869412072 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869417282 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869420496 [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.539 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869431000 [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.463 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.011 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.096 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.252 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.003 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.029 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 14:24:05.996 [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!/ 14:24:06.003 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-environment-setting.properties 14:24:06.003 [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 14:24:06.040 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-environment-setting.properties' 14:24:06.086 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.087 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.087 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.087 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.087 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.087 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.087 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.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 14:24:06.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.145 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.145 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.145 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.145 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.145 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.145 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.156 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.157 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.157 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.157 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.157 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.157 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.157 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.158 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.158 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.158 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.159 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.159 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.159 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.159 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.160 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.160 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.161 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.161 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.162 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.162 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.163 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.163 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.164 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.165 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.166 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.166 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.168 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.168 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.168 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.168 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.169 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.169 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.169 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.169 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.169 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.170 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.170 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.170 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.170 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.170 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.170 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.170 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.171 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.171 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.171 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.171 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.171 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.172 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.172 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.172 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.172 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.172 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.174 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.174 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.174 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.174 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.174 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.174 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.174 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.175 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.175 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.175 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.175 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.176 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.176 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.176 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.176 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.176 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.176 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.176 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.177 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.177 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.177 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.177 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.177 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.177 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.178 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.178 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.179 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.179 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.179 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.179 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.180 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.180 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.180 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.180 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.180 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.180 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.181 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.181 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.181 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.181 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.181 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.181 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.182 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.182 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.182 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.182 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.182 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.182 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.182 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.183 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.183 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.183 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.184 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.184 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.184 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.184 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.185 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.185 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.185 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.186 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.186 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.186 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.186 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.187 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.187 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.187 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.187 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.187 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.188 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.188 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.188 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.188 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.188 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.189 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.189 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.189 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.189 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.190 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.190 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.190 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.191 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.191 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.191 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.192 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.192 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.193 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.194 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.194 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.194 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.194 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.194 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.194 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.194 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.195 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.195 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.195 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.195 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.195 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.196 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.196 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.196 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.196 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.196 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.197 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.197 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.197 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.198 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.198 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.198 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.199 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.199 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.200 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 14:24:06.200 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.200 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:24:06.201 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 14:24:06.201 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 14:24:06.201 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 14:24:06.201 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 14:24:06.201 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 14:24:06.201 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.201 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 14:24:06.202 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.202 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.202 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.202 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 14:24:06.202 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 14:24:06.202 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.202 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 14:24:06.203 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.203 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.203 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.203 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 14:24:06.203 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.203 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 14:24:06.204 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 14:24:06.204 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 14:24:06.204 [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.4 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.059 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.003 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.015 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.006 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.048 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.014 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 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.07 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.001 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.011 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.001 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.003 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.061 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 14:24:06.596 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:24:06.596 [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.084 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.023 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.072 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.007 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 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.062 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.032 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.007 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest 14:24:06.960 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.960 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.961 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.961 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.961 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.961 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.961 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.961 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.962 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.962 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.962 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.962 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.962 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.962 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.962 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.963 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.963 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.963 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.963 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.964 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.964 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.964 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.964 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.964 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.964 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.964 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.965 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.965 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.965 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.965 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.965 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.965 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.966 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.966 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.966 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.966 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.966 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.966 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.966 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.967 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.967 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.967 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.967 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.967 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.967 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.967 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.968 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.968 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.968 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.968 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.968 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.968 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.968 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.969 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.969 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.969 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.969 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.969 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.969 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.969 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.969 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.970 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.970 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.970 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.970 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.970 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.970 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.971 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.971 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.971 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.971 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.971 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.971 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.971 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.971 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.972 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.972 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.972 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.972 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.972 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.972 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.972 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.973 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.973 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.973 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.973 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.973 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.973 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.973 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.973 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.974 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.974 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.974 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.974 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.974 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.975 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.975 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.975 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.975 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.976 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.976 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.976 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.976 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.976 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.976 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.976 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.977 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.977 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.977 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.977 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.977 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.977 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.977 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.978 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.978 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.978 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.978 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.978 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.978 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.978 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.979 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.979 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.979 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.979 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.979 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.979 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.980 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.980 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.980 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.980 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.980 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.980 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.980 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.981 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.981 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.981 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.981 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.981 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.981 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.981 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.982 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.982 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.982 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.982 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.982 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.982 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.982 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.982 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.983 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.983 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.983 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.983 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.983 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.983 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.983 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.984 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.984 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.984 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.984 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.984 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.984 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.984 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.984 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.985 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.985 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.985 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.985 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.985 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.985 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.985 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.986 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.986 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.986 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.986 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.987 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.987 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.987 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.987 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.987 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.987 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.988 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.988 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.988 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.988 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.988 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.988 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.988 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.988 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.989 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.989 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.989 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:24:06.989 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:24:06.989 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:24:06.990 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:24:06.990 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 14:24:06.990 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 14:24:06.990 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 14:24:06.990 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 14:24:06.991 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.991 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.991 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 14:24:06.991 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.991 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 14:24:06.991 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.991 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.991 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 14:24:06.992 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.992 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 14:24:06.992 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 14:24:06.992 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 14:24:06.992 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 14:24:06.992 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 14:24:06.992 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 14:24:06.993 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:24:06.993 [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.036 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.JwtCertificateNotFoundExceptionTest 14:24:06.997 [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.056 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.01 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.09 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.002 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.003 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.003 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.083 s - in org.eclipse.kapua.service.authentication.shiro.realm.LoginAuthenticationInfoTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest 14:24:07.307 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:24:07.309 [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.036 s - in org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsMatcherTest 14:24:07.319 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:07.319 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:07.319 [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 14:24:07.324 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:07.949 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:07.949 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:07.949 [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 14:24:07.952 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:07.954 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:07.954 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:07.954 [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 14:24:07.956 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:07.958 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:07.958 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:07.958 [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 14:24:07.960 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:07.962 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:07.962 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:07.962 [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 14:24:07.964 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:08.516 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.516 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:08.516 [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 14:24:08.519 [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: 1.2 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.011 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 14:24:08.543 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.543 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:08.543 [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 14:24:08.545 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:08.549 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.549 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:08.549 [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 14:24:08.551 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:08.551 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.551 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:08.551 [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 14:24:08.553 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:08.554 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.554 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:08.554 [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 14:24:08.556 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:08.564 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.564 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:08.564 [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 14:24:08.566 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:08.567 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.567 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:08.567 [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 14:24:08.569 [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.021 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 14:24:08.589 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.589 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.589 [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 14:24:08.590 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.764 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.764 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.764 [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 14:24:08.765 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.766 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.766 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.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 14:24:08.766 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.770 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.770 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.770 [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 14:24:08.771 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.772 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.772 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.772 [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 14:24:08.773 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.773 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.773 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.774 [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 14:24:08.774 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.810 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.810 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.810 [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 14:24:08.810 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.812 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.812 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.812 [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 14:24:08.812 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.814 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.814 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.814 [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 14:24:08.815 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.816 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.816 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.816 [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 14:24:08.816 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.817 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.817 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.817 [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 14:24:08.817 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.818 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.818 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.818 [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 14:24:08.819 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.820 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.820 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.820 [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 14:24:08.821 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.822 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.822 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.822 [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 14:24:08.822 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:08.823 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:08.823 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:08.823 [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 14:24:08.824 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:14.487 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:14.487 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:14.488 [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 14:24:14.488 [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: 5.827 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.001 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.002 s - in org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorServiceLocatorTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImplTest 14:24:14.517 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:14.517 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:14.517 [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 14:24:14.519 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:14.524 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:24:14.524 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:24:14.524 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 14:24:14.524 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:24:14.524 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:24:14.524 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 14:24:14.524 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:14.524 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:14.525 [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 14:24:14.525 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:16.786 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:16.787 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:16.787 [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 14:24:16.789 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:16.790 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:24:16.790 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:24:16.790 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 14:24:16.790 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:24:16.790 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:24:16.790 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 14:24:16.791 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:16.791 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:16.791 [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 14:24:16.791 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:19.504 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:19.505 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:19.505 [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 14:24:19.507 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:19.507 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:24:19.507 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:24:19.507 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 14:24:19.507 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:24:19.507 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:24:19.508 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 14:24:19.508 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:19.508 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:19.508 [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 14:24:19.509 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:21.698 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:21.699 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:21.699 [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 14:24:21.700 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:21.701 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:24:21.701 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:24:21.701 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 14:24:21.701 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:24:21.701 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:24:21.701 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 14:24:21.701 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:21.701 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:21.702 [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 14:24:21.702 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:23.902 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:23.903 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:23.903 [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 14:24:23.904 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:23.904 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:24:23.904 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:24:23.904 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 14:24:23.904 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:24:23.905 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:24:23.905 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 14:24:23.905 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:23.905 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:23.905 [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 14:24:23.905 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:26.100 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:26.100 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:26.100 [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 14:24:26.102 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:26.102 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:24:26.102 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:24:26.102 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 14:24:26.102 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:24:26.102 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:24:26.102 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 14:24:26.103 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:26.103 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:26.103 [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 14:24:26.103 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:39.218 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:39.218 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:39.218 [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 14:24:39.220 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:39.220 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:24:39.220 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:24:39.220 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 14:24:39.220 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:24:39.220 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:24:39.221 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 14:24:39.221 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:39.221 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:39.221 [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 14:24:39.222 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 14:24:41.421 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:41.421 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 14:24:41.421 [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 14:24:41.422 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 14:24:41.422 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:24:41.422 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:24:41.422 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 14:24:41.422 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:24:41.422 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:24:41.422 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 14:24:41.423 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 14:24:41.423 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 14:24:41.423 [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 14:24:41.423 [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: 29.114 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.002 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.039 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.016 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.046 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.119 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 80 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869486397 [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.314 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.056 s - in org.eclipse.kapua.kura.simulator.main.simulation.ValidationTest [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.AppTest Sending: timestamp: 1715869495629 metric { name: "m1" type: DOUBLE double_value: 22.687228657471735 } Sending: timestamp: 1715869496628 metric { name: "m1" type: DOUBLE double_value: 17.56416425299486 } Sending: timestamp: 1715869497629 metric { name: "m1" type: DOUBLE double_value: 12.382662041709768 } Sending: timestamp: 1715869498629 metric { name: "m1" type: DOUBLE double_value: 7.1723747025771525 } Sending: timestamp: 1715869499629 metric { name: "m1" type: DOUBLE double_value: 1.942428381836554 } [timestamp: 1715869495629 metric { name: "m1" type: DOUBLE double_value: 22.687228657471735 } , timestamp: 1715869496628 metric { name: "m1" type: DOUBLE double_value: 17.56416425299486 } , timestamp: 1715869497629 metric { name: "m1" type: DOUBLE double_value: 12.382662041709768 } , timestamp: 1715869498629 metric { name: "m1" type: DOUBLE double_value: 7.1723747025771525 } , timestamp: 1715869499629 metric { name: "m1" type: DOUBLE double_value: 1.942428381836554 } ] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.666 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.231 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.13 in the shaded jar. [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 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.13.jar, logback-core-1.2.13.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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869502488 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869502608 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869504719 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869504830 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869507207 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869507309 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869509797 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869512946 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869515378 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869515579 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869517870 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869520708 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869520873 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869523107 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869526162 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869526415 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869529058 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869531262 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869531495 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869533837 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869537344 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869539732 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869539910 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869542659 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869546068 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869546174 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869548869 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869552645 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869552782 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869556051 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869559994 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869563822 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869566461 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869566556 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869567077 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869567530 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869572608 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869572743 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869575523 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869578201 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869586843 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869592127 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869595891 [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 14:26:44.639 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:26:44.677 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:26:44.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:26:44.781 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:26:44.781 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:26:44.781 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:26:44.781 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:26:44.781 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:26:44.782 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:26:44.787 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:26:44.787 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:26:44.787 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:26:44.787 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:26:44.812 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:26:44.813 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:26:45.169 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:26:45.169 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:26:45.170 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:26:45.170 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:26:45.170 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:26:45.170 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:26:45.170 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:26:45.193 [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). 14:26:45.268 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:26:45.269 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:26:45.270 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:26:45.270 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:26:45.270 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:26:45.270 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:26:47.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 14:26:47.404 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:26:47.404 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:26:47.404 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:26:47.404 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:26:47.404 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:26:47.576 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:26:47.580 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:26:47.925 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:26:47.929 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:26:47.964 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:26:47.982 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:26:47.994 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:26:48.789 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:26:48.789 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:26:48.791 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:26:48.793 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:26:48.794 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:26:48.795 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:26:48.850 [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. 14:26:48.851 [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. 14:26:48.864 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:26:48.865 [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() 14:26:48.873 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:26:48.873 [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 14:26:48.960 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:26:49.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:26:49.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:26:49.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:26:49.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:26:49.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:26:49.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:26:49.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:26:49.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:26:49.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:26:49.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:26:49.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:26:49.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:26:49.975 [main] INFO org.reflections.Reflections - Reflections took 74 ms to scan 9 urls, producing 259 keys and 267 values 14:26:50.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:26:50.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:26:50.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:26:53.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:26:53.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:26:54.014 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:26:54.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:26:54.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:26:54.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:26:54.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:26:54.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:26:55.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:26:56.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:26:56.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:26:56.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:26:58.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:26:58.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:26:58.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:26:58.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:26:58.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:26:58.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:26:58.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 14:26:58.685 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:26:58.687 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 14:26:58.716 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 14:27:00.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:27:00.085 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:27:00.087 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:27:00.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.090 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.091 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.092 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.095 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.096 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:27:00.096 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.098 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 14:27:00.101 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:27:00.102 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:27:00.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:27:00.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.106 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:27:00.107 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.108 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.109 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.110 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.112 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator 14:27:00.113 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 14:27:00.116 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:27:00.117 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 14:27:00.119 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 14:27:00.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.122 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.124 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:27:00.124 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.125 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.157 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.159 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:27:00.159 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.160 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:27:00.161 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 14:27:00.162 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.163 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 14:27:00.165 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:27:00.167 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:27:00.168 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.169 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:27:00.170 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.173 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 14:27:00.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 14:27:00.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:27:00.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 14:27:00.193 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.193 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:27:00.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:27:00.196 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.197 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.198 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.199 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:27:00.200 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:27:00.201 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:27:00.201 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:27:00.202 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:27:00.203 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:27:00.203 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory 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() 14:27:00.438 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:00.479 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find all child accounts # features/AccountService.feature:31 14:27:00.510 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:00.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:00.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:00.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:00.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:00.600 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 9 urls, producing 259 keys and 267 values 14:27:00.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:00.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:00.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:00.831 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:00.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:01.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:01.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:01.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:01.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:01.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:01.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:01.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:02.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:02.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:02.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:03.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:03.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:03.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:03.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:03.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:03.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:03.798 [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) 14:27:04.194 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:04.211 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Handle duplicate account names # features/AccountService.feature:37 14:27:04.262 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:04.318 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 14:27:04.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:04.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:04.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:04.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:04.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:04.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:04.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:04.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:04.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:04.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:04.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:05.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:05.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:05.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:06.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:06.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:06.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:06.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:06.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:06.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:06.925 [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) 14:27:06.983 [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() 14:27:06.991 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:07.007 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Handle null account name # features/AccountService.feature:46 14:27:07.060 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:07.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:07.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:07.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:07.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 14:27:07.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:07.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:07.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:07.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:07.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:07.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:07.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:07.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:07.113 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 14:27:07.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:07.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:07.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:07.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:07.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:07.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:07.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:07.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:07.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:07.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:07.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:07.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:08.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:08.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:08.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:09.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:09.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:09.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:09.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:09.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:09.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:09.523 [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() 14:27:09.530 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:09.544 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by Id # features/AccountService.feature:53 14:27:09.578 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:09.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:09.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:09.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:09.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:09.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:09.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:09.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:09.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:09.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:09.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:09.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:09.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:09.626 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 14:27:09.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:09.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:09.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:09.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:09.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:09.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:09.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:09.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:09.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:09.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:10.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:10.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:10.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:10.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:10.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:11.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:11.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:11.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:11.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:11.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:11.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:11.786 [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() 14:27:11.817 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:11.831 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by Ids # features/AccountService.feature:60 14:27:11.872 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:11.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:11.919 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 14:27:11.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:11.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:11.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:12.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:12.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:12.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:12.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:12.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:12.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:12.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:12.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:12.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:13.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:13.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:13.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:13.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:13.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:14.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:14.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:14.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:14.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:14.166 [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() 14:27:14.189 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:14.205 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by random Id # features/AccountService.feature:68 14:27:14.229 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:14.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:14.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:14.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:14.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 14:27:14.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:14.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:14.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:14.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:14.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:14.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:14.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:14.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:14.310 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 14:27:14.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:14.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:14.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:14.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:14.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:14.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:14.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:14.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:14.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:14.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:14.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:15.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:15.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:15.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:15.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:15.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:16.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:16.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:16.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:16.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:16.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:16.290 [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() 14:27:16.294 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:16.309 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by name # features/AccountService.feature:74 14:27:16.327 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:16.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 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:16.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:16.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:16.393 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 9 urls, producing 259 keys and 267 values 14:27:16.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:16.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:16.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:16.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:16.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:16.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:16.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:16.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:16.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:16.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:16.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:17.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:17.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:17.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:17.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:18.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:18.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:18.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:18.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:18.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:18.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:18.462 [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() 14:27:18.490 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:18.503 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find by name nonexisting account # features/AccountService.feature:81 14:27:18.519 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:18.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 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:18.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:18.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:18.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:18.597 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values 14:27:18.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:18.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:18.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:18.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:18.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:18.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:18.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:18.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:18.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:18.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:19.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:19.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:19.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:19.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:19.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:20.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:20.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:20.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:20.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:20.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:20.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:20.677 [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() 14:27:20.682 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:20.694 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Modify an existing account # features/AccountService.feature:87 14:27:20.709 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:20.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:20.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:20.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:20.768 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values 14:27:20.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:20.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:20.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:20.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:20.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:20.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:21.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:21.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:21.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:21.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:21.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:21.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:21.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:21.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:22.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:22.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:22.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:22.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:22.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:22.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:22.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:22.859 [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) 14:27:22.908 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:22.919 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Modify nonexisting account # features/AccountService.feature:95 14:27:22.967 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:22.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:22.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:22.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:22.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:22.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:23.018 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values 14:27:23.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:23.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:23.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:23.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:23.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:23.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:23.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:23.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:23.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:23.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:23.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:23.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:24.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:24.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:24.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:24.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:24.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:24.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:24.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:24.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:24.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:24.960 [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) 14:27:24.997 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 3,474,234,224,837,315,271 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 3,474,234,224,837,315,271 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() 14:27:24.999 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:25.010 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete an existing account # features/AccountService.feature:104 14:27:25.024 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:25.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:25.097 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 14:27:25.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:25.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:25.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:25.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:25.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:25.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:25.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:25.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:25.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:25.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:25.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:25.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:26.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:26.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:26.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:26.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:26.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:26.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:26.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:26.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:26.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:26.966 [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() 14:27:26.991 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:27.002 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete the Kapua system account # features/AccountService.feature:112 14:27:27.029 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:27.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:27.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:27.097 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:27:27.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:27.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:27.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:27.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:27.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:27.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:27.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:27.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:27.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:27.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:27.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:27.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:28.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:28.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:28.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:28.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:28.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:28.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:28.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:28.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:28.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:28.840 [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) 14:27:28.862 [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() 14:27:28.867 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:28.877 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete nonexisting account # features/AccountService.feature:120 14:27:28.890 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:28.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 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:28.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:28.935 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:27:29.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:29.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:29.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:29.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:29.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:29.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:29.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:29.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:29.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:29.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:29.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:29.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:29.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:29.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:30.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:30.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:30.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:30.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:30.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:30.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:30.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:30.738 [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) 14:27:30.744 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 5,136,518,211,431,097,772 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 5,136,518,211,431,097,772 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() 14:27:30.746 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:30.758 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Check account properties # features/AccountService.feature:128 14:27:30.783 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:30.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:30.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:30.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:30.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 14:27:30.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:30.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:30.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:30.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:30.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:30.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:30.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:30.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:30.829 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:27:30.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:30.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:30.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:30.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:30.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:31.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:31.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:31.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:31.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:31.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:31.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:31.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:31.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:31.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:31.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:32.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:32.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:32.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:32.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:32.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:32.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:32.549 [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) 14:27:32.580 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:32.589 [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 14:27:32.606 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:32.677 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 14:27:32.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:32.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:32.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:32.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:32.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:32.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:32.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:32.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:32.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:32.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:33.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:33.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:33.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:33.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:33.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:34.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:34.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:34.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:34.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:34.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:34.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:34.607 [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() 14:27:34.639 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:34.666 [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 14:27:34.682 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:34.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:34.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:34.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:34.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:34.730 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:27:34.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:34.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:34.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:34.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:34.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:34.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:34.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:34.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:34.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:34.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:35.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:35.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:35.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:35.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:35.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:36.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:36.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:36.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:36.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:36.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:36.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:36.487 [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() 14:27:36.560 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:36.571 [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 14:27:36.591 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:36.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:36.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:36.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:36.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:36.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:36.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:36.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:36.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:36.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:36.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:36.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:36.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:36.642 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 14:27:36.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:36.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:36.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:36.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:36.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:36.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:36.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:36.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:36.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:36.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:37.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:37.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:37.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:37.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:37.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:38.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:38.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:38.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:38.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:38.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:38.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:38.333 [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) 14:27:38.387 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:38.397 [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 14:27:38.413 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:38.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:38.478 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:27:38.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:38.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:38.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:38.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:38.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:38.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:38.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:38.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:38.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:38.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:38.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:39.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:39.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:39.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:39.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:39.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:40.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:40.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:40.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:40.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:40.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:40.216 [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) 14:27:40.260 [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() 14:27:40.263 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:40.272 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Test account query # features/AccountService.feature:174 14:27:40.289 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:27:40.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:27:40.358 [main] INFO org.reflections.Reflections - Reflections took 26 ms to scan 9 urls, producing 259 keys and 267 values 14:27:40.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:27:40.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:27:40.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:27:40.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:27:40.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:27:40.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:27:40.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:27:40.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:27:40.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:27:40.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:27:40.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:27:40.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:27:41.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:27:41.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:27:41.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:27:41.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:27:41.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:27:42.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:27:42.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:27:42.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:27:42.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:27:42.039 [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) 14:27:42.195 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:27:42.211 [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 14:27:42.257 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:27:42.257 [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: 61.735 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 80 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 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869664759 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869668630 [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 14:27:57.900 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:27:57.921 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:27:58.011 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:27:58.014 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:27:58.015 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:27:58.015 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:27:58.015 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:27:58.015 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:27:58.015 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:27:58.020 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:27:58.020 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:27:58.020 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:27:58.021 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:27:58.041 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:27:58.042 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:27:58.310 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:27:58.310 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:27:58.311 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:27:58.311 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:27:58.311 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:27:58.311 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:27:58.311 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:27:58.327 [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). 14:27:58.490 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:27:58.491 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:27:58.491 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:27:58.491 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:27:58.491 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:27:58.491 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:28:00.660 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 14:28:00.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:28:00.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:28:00.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:28:00.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:28:00.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:28:00.817 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:28:00.821 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:28:01.124 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:28:01.124 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:28:01.141 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:28:01.164 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:28:01.171 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:28:01.532 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:28:01.532 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:28:01.534 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:28:01.535 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:28:01.536 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:28:01.537 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:28:01.576 [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. 14:28:01.576 [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. 14:28:01.583 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:28:01.583 [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() 14:28:01.589 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.profile.UserProfileService from MockedLocator 14:28:01.590 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.profile.UserProfileFactory from MockedLocator 14:28:01.591 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessRoleService from MockedLocator 14:28:01.592 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessRoleFactory from MockedLocator 14:28:01.594 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:28:01.594 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:28:01.594 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 14:28:01.595 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:28:01.595 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:28:01.596 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:28:01.596 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 14:28:01.597 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:28:01.597 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 14:28:01.598 [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 14:28:01.690 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:02.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:02.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:02.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:02.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:02.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:02.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:02.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:02.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:02.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:02.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:02.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:02.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:02.759 [main] INFO org.reflections.Reflections - Reflections took 121 ms to scan 9 urls, producing 259 keys and 267 values 14:28:02.912 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:02.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:02.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:06.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:06.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:07.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:07.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:07.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:07.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:07.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:08.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:09.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:09.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:10.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:10.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:11.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:11.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:11.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:11.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:11.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:11.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:11.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 14:28:12.681 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.686 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 14:28:12.689 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:28:12.691 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 14:28:12.698 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:28:12.700 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.702 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 14:28:12.703 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.704 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.705 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.706 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.708 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.709 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 14:28:12.710 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:28:12.711 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.712 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:28:12.712 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:28:12.713 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.713 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.716 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:28:12.717 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.718 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.718 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.719 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.721 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:28:12.722 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.723 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.725 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:28:12.727 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:28:12.727 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.728 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.729 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.758 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:28:12.758 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:28:12.759 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:28:12.760 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:28:12.761 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.762 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:28:12.763 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.764 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 14:28:12.765 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:28:12.766 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:28:12.767 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 14:28:12.767 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 14:28:12.769 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.769 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.772 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator 14:28:12.787 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.788 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.792 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 14:28:12.793 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.793 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:28:12.794 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:28:12.795 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:28:12.797 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:28:12.797 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 14:28:12.798 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 14:28:12.798 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.799 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.799 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.800 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 14:28:12.801 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.804 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 14:28:12.804 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 14:28:12.998 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:28:12.999 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 14:28:13.028 [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) 14:28:13.496 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:13.520 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user with short name # features/UserService.feature:44 14:28:13.576 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:13.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:13.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:13.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:13.669 [main] INFO org.reflections.Reflections - Reflections took 39 ms to scan 9 urls, producing 259 keys and 267 values 14:28:13.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:13.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:13.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:13.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:13.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:14.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:14.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:14.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:14.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:14.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:14.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:14.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:15.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:15.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:15.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:16.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:16.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:17.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:17.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:17.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:17.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:17.165 [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() 14:28:17.209 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:17.228 [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 14:28:17.275 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:17.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:17.334 [main] INFO org.reflections.Reflections - Reflections took 14 ms to scan 9 urls, producing 259 keys and 267 values 14:28:17.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:17.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:17.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:17.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:17.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:17.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:17.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:17.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:17.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:17.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:17.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:18.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:18.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:18.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:18.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:19.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:19.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:20.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:20.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:20.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:20.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:20.028 [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() 14:28:20.077 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:20.093 [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 14:28:20.115 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:20.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:20.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 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:20.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:20.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:20.190 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 14:28:20.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:20.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:20.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:20.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:20.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:20.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:20.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:20.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:20.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:20.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:20.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:21.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:21.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:21.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:21.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:22.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:22.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:22.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:22.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:22.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:22.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:22.521 [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() 14:28:22.544 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:22.569 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Update user # features/UserService.feature:95 14:28:22.591 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:22.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:22.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:22.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:22.639 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 14:28:22.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:22.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:22.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:22.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:22.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:22.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:22.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:22.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:22.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:22.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:23.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:23.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:23.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:23.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:23.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:24.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:24.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:24.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:24.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:24.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:24.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:24.770 [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) 14:28:24.867 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:24.880 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Try to change User name # features/UserService.feature:120 14:28:24.899 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:24.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:24.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:24.964 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 14:28:25.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:25.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:25.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:25.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:25.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:25.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:25.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:25.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:25.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:26.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:26.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:26.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:26.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:26.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:27.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:27.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:27.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:27.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:27.020 [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) 14:28:27.082 [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() 14:28:27.086 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:27.100 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete user # features/UserService.feature:143 14:28:27.118 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:27.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:27.187 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 14:28:27.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:27.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:27.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:27.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:27.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:27.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:27.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:27.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:27.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:27.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:27.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:27.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:28.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:28.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:28.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:28.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:28.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:29.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:29.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:29.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:29.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:29.152 [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) 14:28:29.204 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:29.220 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Query user # features/UserService.feature:160 14:28:29.262 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:29.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:29.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:29.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:29.317 [main] INFO org.reflections.Reflections - Reflections took 13 ms to scan 9 urls, producing 259 keys and 267 values 14:28:29.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:29.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:29.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:29.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:29.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:29.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:29.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:29.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:29.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:29.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:29.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:30.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:30.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:30.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:30.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:30.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:31.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:31.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:31.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:31.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:31.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:31.276 [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) 14:28:31.315 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:31.327 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Count user # features/UserService.feature:177 14:28:31.361 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:31.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:31.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:31.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:31.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:31.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:31.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:31.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:31.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:31.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:31.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:31.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:31.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:31.407 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 14:28:31.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:31.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:31.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:31.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:31.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:31.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:31.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:31.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:31.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:31.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:31.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:32.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:32.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:32.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:32.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:32.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:33.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:33.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:33.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:33.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:33.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:33.259 [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) 14:28:33.294 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:33.307 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by id # features/UserService.feature:195 14:28:33.320 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:33.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:33.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:33.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:33.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:33.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:33.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:33.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:33.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:33.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:33.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:33.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:33.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:33.396 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 14:28:33.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:33.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:33.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:33.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:33.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:33.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:33.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:33.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:33.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:33.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:34.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:34.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:34.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:34.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:35.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:35.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:35.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:35.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:35.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:35.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:35.334 [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) 14:28:35.378 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:35.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by name # features/UserService.feature:215 14:28:35.406 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:35.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 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:35.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:35.482 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 14:28:35.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:35.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:35.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:35.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:35.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:35.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:35.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:35.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:35.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:35.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:35.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:36.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:36.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:36.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:36.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:37.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:37.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:37.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:37.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:37.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:37.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:37.306 [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) 14:28:37.341 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:37.362 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user that already exist # features/UserService.feature:234 14:28:37.379 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:37.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:37.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:37.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:37.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:37.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:37.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:37.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:37.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:37.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:37.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:37.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:37.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:37.426 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 14:28:37.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:37.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:37.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:37.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:37.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:37.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:37.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:37.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:37.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:37.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:37.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:38.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:38.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:38.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:38.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:39.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:39.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:39.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:39.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:39.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:39.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) 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) 14:28:39.325 [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() 14:28:39.327 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:39.359 [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 14:28:39.372 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:39.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:39.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:39.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:39.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:39.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:39.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:39.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:39.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:39.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:39.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:39.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:39.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:39.416 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:28:39.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:39.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:39.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:39.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:39.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:39.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:39.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:39.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:39.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:39.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:39.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:40.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:40.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:40.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:40.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:40.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:41.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:41.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:41.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:41.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:41.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:41.216 [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() 14:28:41.220 [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() 14:28:41.222 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:41.232 [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 14:28:41.245 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:41.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:41.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:41.299 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 14:28:41.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:41.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:41.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:41.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:41.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:41.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:41.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:41.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:41.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:41.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:41.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:41.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:42.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:42.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:42.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:42.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:43.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:43.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:43.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:43.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:43.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:43.197 [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() 14:28:43.206 [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() 14:28:43.208 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:43.218 [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 14:28:43.235 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:43.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:43.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:43.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:43.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:43.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:43.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:43.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:43.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:43.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:43.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:43.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:43.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:43.300 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 14:28:43.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:43.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:43.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:43.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:43.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:43.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:43.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:43.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:43.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:43.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:43.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:43.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:44.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:44.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:44.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:44.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:44.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:45.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:45.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:45.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:45.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:45.042 [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() 14:28:45.048 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:45.057 [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 14:28:45.071 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:45.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:45.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:45.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:45.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:45.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:45.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:45.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:45.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:45.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:45.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:45.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:45.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:45.114 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 14:28:45.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:45.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:45.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:45.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:45.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:45.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:45.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:45.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:45.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:45.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:45.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:45.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:46.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:46.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:46.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:46.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:46.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:46.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:46.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:46.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:46.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:46.876 [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() 14:28:46.883 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:46.892 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete Kapua system user # features/UserService.feature:284 14:28:46.904 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:46.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 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:46.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:46.960 [main] INFO org.reflections.Reflections - Reflections took 17 ms to scan 9 urls, producing 259 keys and 267 values 14:28:47.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:47.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:47.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:47.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:47.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:47.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:47.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:47.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:47.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:47.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:47.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:47.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:47.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:47.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:47.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:48.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:48.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:48.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:48.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:48.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:48.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:48.688 [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) 14:28:48.695 [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() 14:28:48.697 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:48.705 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create multiple users # features/UserService.feature:293 14:28:48.719 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:48.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:48.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:48.763 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 14:28:48.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:48.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:48.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:48.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:48.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:48.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:49.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:49.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:49.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:49.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:49.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:49.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:49.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:49.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:49.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:50.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:50.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:50.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:50.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:50.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:50.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:50.492 [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) 14:28:50.586 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:50.597 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find multiple users # features/UserService.feature:313 14:28:50.614 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:50.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:50.683 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:28:50.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:50.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:50.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:50.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:50.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:50.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:50.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:50.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:50.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:50.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:51.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:51.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:51.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:51.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:51.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:52.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:52.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:52.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:52.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:52.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:52.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:52.308 [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) 14:28:52.374 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:52.383 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Get metadata # features/UserService.feature:337 14:28:52.395 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:52.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:52.440 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:28:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:52.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:52.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:52.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:52.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:52.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:52.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:52.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:52.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:52.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:52.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:53.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:53.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:53.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:53.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:53.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:53.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:54.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:54.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:54.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:54.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:54.060 [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() 14:28:54.067 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:54.075 [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 14:28:54.088 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:54.133 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 14:28:54.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:54.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:54.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:54.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:54.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:54.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:54.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:54.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:54.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:54.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:54.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:54.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:54.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:55.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:55.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:55.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:55.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:55.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:55.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:55.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:55.728 [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() 14:28:55.763 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:55.770 [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 14:28:55.783 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:55.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:55.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:55.825 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:28:55.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:55.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:55.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:55.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:55.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:56.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:56.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:56.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:56.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:56.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:56.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:56.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:56.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:56.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:57.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:57.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:57.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:57.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:57.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:57.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:57.482 [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() 14:28:57.515 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:57.522 [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 14:28:57.535 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:57.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:57.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:57.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:57.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 14:28:57.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:57.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:57.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:57.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:57.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:57.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:57.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:57.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:57.595 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:28:57.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:57.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:57.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:57.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:57.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:57.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:57.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:57.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:57.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:57.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:57.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:58.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:28:58.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:28:58.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:28:58.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:28:58.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:28:59.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:28:59.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:28:59.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:28:59.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:28:59.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:28:59.195 [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() 14:28:59.224 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:28:59.231 [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 14:28:59.243 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:28:59.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:28:59.296 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 14:28:59.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:28:59.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:28:59.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:28:59.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:28:59.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:28:59.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:28:59.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:28:59.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:28:59.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:28:59.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:28:59.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:28:59.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:29:00.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:29:00.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:29:00.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:29:00.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:29:00.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:29:00.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:29:00.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:29:00.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:29:00.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:29:00.961 [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() 14:29:01.023 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:29:01.058 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by its email # features/UserService.feature:426 14:29:01.071 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:29:01.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:29:01.113 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 14:29:01.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:29:01.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:29:01.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:29:01.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:29:01.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:29:01.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:29:01.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:29:01.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:29:01.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 14:29:01.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:29:01.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:29:01.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:29:01.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:29:02.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:29:02.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:29:02.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:29:02.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:29:02.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:29:02.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:29:02.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:29:02.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:29:02.720 [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() 14:29:02.773 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:29:02.781 [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 14:29:02.794 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:29:02.794 [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: 69.431 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 80 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 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869745494 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869745614 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869747597 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869747700 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869750439 [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 14:29:18.206 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.214 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.215 [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 14:29:18.246 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.311 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.311 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.311 [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 14:29:18.312 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.315 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.315 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.315 [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 14:29:18.316 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.336 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.337 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.337 [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 14:29:18.338 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.361 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH 14:29:18.361 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH 14:29:18.362 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT 14:29:18.362 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT 14:29:18.362 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING 14:29:18.362 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING 14:29:18.363 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY 14:29:18.363 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY 14:29:18.363 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA 14:29:18.363 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA 14:29:18.366 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.366 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.366 [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 14:29:18.367 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.369 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.370 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.370 [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 14:29:18.371 [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.744 s - in org.eclipse.kapua.broker.client.protocol.DefaultProtocolDescriptorProviderTest [INFO] Running org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorTest 14:29:18.385 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.385 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.385 [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 14:29:18.386 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.389 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.389 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.389 [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 14:29:18.390 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.393 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.394 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.394 [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 14:29:18.394 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.397 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.397 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.397 [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 14:29:18.398 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.400 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.400 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.400 [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 14:29:18.401 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.402 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.402 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.402 [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 14:29:18.403 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.404 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH 14:29:18.404 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH 14:29:18.404 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT 14:29:18.404 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT 14:29:18.404 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING 14:29:18.405 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING 14:29:18.405 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY 14:29:18.405 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY 14:29:18.405 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA 14:29:18.405 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA 14:29:18.407 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.407 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.407 [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 14:29:18.408 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 14:29:18.410 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 14:29:18.410 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 14:29:18.410 [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 14:29:18.410 [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.029 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.13.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/logback-classic-1.2.13.jar [INFO] Copying logback-core-1.2.13.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/logback-core-1.2.13.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 80 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 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869759761 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869760035 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869760448 [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.10.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-configuration2-2.10.1.jar [INFO] Copying commons-text-1.11.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-text-1.11.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.13.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/logback-classic-1.2.13.jar [INFO] Copying logback-core-1.2.13.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/logback-core-1.2.13.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 80 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 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869770212 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869775995 [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 14:29:45.172 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:29:45.196 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:29:45.361 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:29:45.365 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:29:45.365 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:29:45.365 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:29:45.365 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:29:45.365 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:29:45.366 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:29:45.379 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:29:45.380 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:29:45.380 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:29:45.380 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:29:45.412 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:29:45.413 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:29:45.764 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:29:45.764 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:29:45.764 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:29:45.764 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:29:45.764 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:29:45.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:29:45.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:29:45.790 [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). 14:29:45.828 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:29:45.829 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:29:45.829 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:29:45.829 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:29:45.829 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:29:45.829 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:29:47.977 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:29:47.978 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:29:47.978 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:29:47.978 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:29:47.978 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:29:47.978 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:29:48.092 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 14:29:48.093 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:29:48.093 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:29:48.093 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:29:48.093 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:29:48.093 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:29:48.292 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:29:48.295 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:29:48.538 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:29:48.539 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:29:48.569 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:29:48.576 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:29:48.582 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:29:49.024 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:29:49.024 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:29:49.025 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:29:49.027 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:29:49.028 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:29:49.028 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:29:49.068 [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. 14:29:49.069 [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. 14:29:49.075 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:29:49.075 [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() 14:29:49.079 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 14:29:49.080 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:29:49.080 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 14:29:49.081 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 14:29:49.081 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 14:29:49.082 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:29:49.083 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:29:49.083 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 14:29:49.086 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:29:49.086 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 14:29:49.086 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:29:49.087 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:29:49.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 14:29:49.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:29:49.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 14:29:49.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 14:29:49.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 14:29:49.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 14:29:49.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 14:29:49.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 14:29:49.090 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:29:49.090 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:29:49.091 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 14:29:49.091 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 14:29:49.092 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 14:29:49.092 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 14:29:49.093 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:29:49.093 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:29:49.093 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:29:49.094 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:29:49.095 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:29:49.096 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:29:49.096 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:29:49.097 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:29:49.097 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 14:29:49.099 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:29:49.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 14:29:49.102 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 14:29:49.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 14:29:49.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:29:49.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:29:49.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:29:49.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:29:49.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:29:49.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:29:49.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:29:49.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:29:49.106 [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 14:29:49.264 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:29:49.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:29:49.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:29:49.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:29:49.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:29:49.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:29:49.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:29:49.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:29:49.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:29:49.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:29:49.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:29:49.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:29:49.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:29:50.076 [main] INFO org.reflections.Reflections - Reflections took 72 ms to scan 10 urls, producing 269 keys and 278 values 14:29:50.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:29:50.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:29:50.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:29:53.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:29:53.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:29:54.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:29:54.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:29:54.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:29:54.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:29:54.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:29:55.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:29:55.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:29:56.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:29:56.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:29:56.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:29:57.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:29:58.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:29:58.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:29:58.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:29:58.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:29:58.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:29:58.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:29:58.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 14:29:58.697 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:29:58.700 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 14:29:58.732 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 14:29:58.798 [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. 14:29:58.799 [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() 14:29:59.331 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:29:59.381 [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 14:29:59.469 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:29:59.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:29:59.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:29:59.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:29:59.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:29:59.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:29:59.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:29:59.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:29:59.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:29:59.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:29:59.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:29:59.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:29:59.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:29:59.559 [main] INFO org.reflections.Reflections - Reflections took 34 ms to scan 10 urls, producing 269 keys and 278 values 14:29:59.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:29:59.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:29:59.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:29:59.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:29:59.831 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:29:59.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:00.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:00.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:00.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:00.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:00.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:00.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:01.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:01.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:01.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:02.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:02.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:02.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:03.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:03.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:03.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:03.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:03.027 [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() 14:30:03.083 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:03.105 [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 14:30:03.168 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:03.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:03.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:03.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:03.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:03.222 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 14:30:03.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:03.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:03.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:03.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:03.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:03.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:03.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:03.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:03.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:03.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:03.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:04.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:04.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:04.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:04.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:05.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:06.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:06.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:06.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:06.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:06.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:06.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:06.414 [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() 14:30:06.469 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:06.486 [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 14:30:06.532 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:06.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:06.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:06.605 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 14:30:06.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:06.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:06.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:06.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:06.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:06.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:06.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:06.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:06.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:06.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:07.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:07.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:07.831 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:07.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:07.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:08.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:08.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:09.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:09.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:09.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:09.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:09.026 [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() 14:30:09.083 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:09.097 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Delete an existing event # features/DeviceEvent.feature:70 14:30:09.159 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:09.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:09.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:09.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:09.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:09.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:09.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:09.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:09.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:09.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:09.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:09.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:09.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:09.208 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 14:30:09.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:09.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:09.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:09.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:09.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:09.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:09.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:09.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:09.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:09.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:09.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:10.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:10.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:10.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:10.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:11.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:11.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:11.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:11.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:11.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:11.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:11.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:11.677 [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() 14:30:11.766 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:11.784 [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 14:30:11.834 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:11.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:11.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:11.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:11.907 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 14:30:11.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:11.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:11.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:12.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:12.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:12.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:12.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:12.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:12.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:12.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:12.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:12.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:13.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:13.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:13.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:13.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:13.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:14.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:14.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:14.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:14.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:14.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:14.237 [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) 14:30:14.303 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceEvent with id/name 8,884,668,629,929,127,479 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:314) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:314) 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 8,884,668,629,929,127,479 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() 14:30:14.308 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:14.322 [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 14:30:14.392 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:14.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:14.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:14.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:14.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:14.446 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 14:30:14.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:14.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:14.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:14.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:14.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:14.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:14.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:14.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:14.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:14.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:14.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:15.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:15.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:15.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:15.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:16.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:16.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:16.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:16.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:16.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:16.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:16.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:16.659 [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) 14:30:16.820 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:16.864 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Basic Device Event queries # features/DeviceEvent.feature:103 14:30:16.913 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:16.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:16.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:16.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 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:16.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:17.001 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 14:30:17.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:17.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:17.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:17.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:17.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:17.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:17.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:17.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:17.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:17.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:17.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:17.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:18.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:18.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:18.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:18.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:18.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:18.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:19.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:19.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:19.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:19.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:19.098 [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) 14:30:19.471 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 15 14:30:19.471 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.489 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.489 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.489 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.489 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.489 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.489 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.489 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.490 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.490 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.490 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.490 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.490 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.490 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.490 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 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) 14:30:19.498 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 10 14:30:19.498 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.498 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.498 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.498 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.498 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.498 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.499 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.499 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.499 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world 14:30:19.499 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1420302496864138010 - date: Thu May 16 14:30:19 UTC 2024 - test_message_hello_world Then I find 10 device events # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkEventListForNumberOfItems(int) 14:30:19.500 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:19.512 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Event factory sanity checks # features/DeviceEvent.feature:116 14:30:19.575 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:19.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 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:19.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:19.627 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 14:30:19.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:19.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:19.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:19.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:19.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:19.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:19.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:19.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:19.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:19.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:20.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:20.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:20.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:20.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:20.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:21.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:21.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:21.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:21.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:21.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:21.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:21.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:21.666 [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() 14:30:21.671 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:21.683 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Event service domain check # features/DeviceEvent.feature:119 14:30:21.718 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:21.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:21.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:21.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:21.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:21.777 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 14:30:21.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:21.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:21.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:21.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:21.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:22.002 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:22.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:22.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:22.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:22.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:22.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:22.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:22.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:22.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:22.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:23.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:23.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:23.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:23.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:23.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:23.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:23.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:23.748 [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() 14:30:23.762 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:23.774 [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 14:30:23.819 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:30:23.819 [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 14:30:23.894 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:30:23.894 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:30:23.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:30:23.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:30:23.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:30:23.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:30:23.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:30:23.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:30:23.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:30:23.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:30:23.897 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:30:23.897 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:30:23.897 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:30:23.897 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:30:23.897 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:30:23.903 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:30:23.903 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:30:23.903 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:30:23.903 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:30:23.903 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:30:23.903 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:30:23.903 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:30:23.906 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:30:23.906 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:30:23.906 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:30:23.906 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:30:23.906 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:30:23.906 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:30:23.924 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:30:23.924 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:30:23.924 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:30:23.924 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:30:23.924 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:30:23.924 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:30:23.962 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 14:30:23.962 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:30:23.962 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:30:23.962 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:30:23.962 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:30:23.962 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:30:23.977 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:30:23.977 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:30:23.985 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:30:23.986 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:30:23.987 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:30:23.987 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:30:23.990 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:30:24.362 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:30:24.362 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:30:24.363 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:30:24.363 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:30:24.364 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:30:24.364 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:30:24.366 [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. 14:30:24.367 [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. 14:30:24.368 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:30:24.369 [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() 14:30:24.370 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 14:30:24.370 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:30:24.370 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 14:30:24.370 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 14:30:24.371 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 14:30:24.371 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:30:24.371 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:30:24.372 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 14:30:24.373 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:30:24.374 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 14:30:24.374 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:30:24.375 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:30:24.375 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 14:30:24.375 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:30:24.375 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 14:30:24.375 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 14:30:24.375 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 14:30:24.375 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 14:30:24.375 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 14:30:24.376 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 14:30:24.376 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:30:24.376 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:30:24.376 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 14:30:24.377 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 14:30:24.377 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 14:30:24.377 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 14:30:24.378 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:30:24.378 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:30:24.378 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:30:24.378 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:30:24.379 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:30:24.379 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:30:24.379 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:30:24.379 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:30:24.380 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 14:30:24.381 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:30:24.381 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 14:30:24.382 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 14:30:24.382 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 14:30:24.382 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:30:24.382 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:30:24.382 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:30:24.383 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:30:24.383 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:30:24.383 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:30:24.384 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:30:24.384 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:30:24.384 [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 14:30:24.422 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:24.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:24.501 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 14:30:24.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:24.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:24.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:24.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:24.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:24.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:24.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:24.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:24.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:24.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:24.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:25.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:25.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:25.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:25.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:26.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:26.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:26.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:26.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:26.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:26.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:26.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:26.433 [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() 14:30:26.439 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:26.459 [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 14:30:26.495 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:26.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:26.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:26.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:26.544 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 14:30:26.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:26.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:26.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:26.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:26.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:26.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:26.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:26.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:26.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:26.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:26.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:27.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:27.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:27.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:27.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:28.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:28.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:28.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:28.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:28.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:28.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:28.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:28.438 [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() 14:30:28.479 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:28.492 [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 14:30:28.534 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:28.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:28.602 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 14:30:28.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:28.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:28.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:28.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:28.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:28.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:28.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:28.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:28.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:28.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:29.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:29.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:29.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:29.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:29.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:30.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:30.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:30.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:30.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:30.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:30.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:30.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:30.451 [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() 14:30:30.475 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:30.485 [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 14:30:30.522 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:30.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:30.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:30.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:30.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:30.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:30.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:30.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:30.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:30.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:30.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:30.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:30.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:30.585 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:30:30.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:30.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:30.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:30.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:30.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:30.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:30.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:30.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:30.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:30.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:31.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:31.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:31.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:31.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:31.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:32.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:32.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:32.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:32.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:32.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:32.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:32.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:32.392 [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() 14:30:32.409 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:32.419 [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 14:30:32.471 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:32.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:32.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:32.519 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:30:32.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:32.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:32.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:32.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:32.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:32.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:32.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:32.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:32.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:32.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:32.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:33.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:33.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:33.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:33.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:33.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:34.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:34.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:34.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:34.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:34.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:34.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:34.316 [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() 14:30:34.322 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:34.331 [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 14:30:34.386 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:34.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:34.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:34.433 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:30:34.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:34.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:34.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:34.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:34.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:34.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:34.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:34.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:34.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:34.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:34.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:35.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:35.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:35.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:35.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:35.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:36.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:36.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:36.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:36.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:36.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:36.185 [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() 14:30:36.202 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:36.210 [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 14:30:36.245 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:36.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:36.299 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:30:36.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:36.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:36.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:36.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:36.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:36.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:36.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:36.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:36.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:36.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:36.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:36.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:37.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:37.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:37.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:37.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:37.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:37.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:38.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:38.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:38.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:38.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:38.006 [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() 14:30:38.012 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:38.021 [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 14:30:38.069 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:38.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:38.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:38.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:38.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:38.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:38.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:38.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:38.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:38.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:38.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:38.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:38.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:38.113 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:30:38.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:38.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:38.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:38.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:38.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:38.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:38.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:38.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:38.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:38.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:38.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:38.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:38.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:39.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:39.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:39.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:39.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:39.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:39.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:39.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:39.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:39.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:39.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 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() 14:30:39.828 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:39.836 [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 14:30:39.883 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:39.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:39.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:39.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:39.925 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:30:39.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:39.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:39.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:40.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:40.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:40.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:40.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:40.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:40.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:40.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:40.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:40.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:40.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:40.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:40.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:41.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:41.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:41.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:41.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:41.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:41.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:41.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:41.745 [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() 14:30:41.752 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:41.762 [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 14:30:41.797 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:41.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:41.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:41.842 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:30:41.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:41.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:41.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:41.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:41.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:42.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:42.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:42.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:42.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:42.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:42.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:42.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:42.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:42.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:42.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:43.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:43.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:43.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:43.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:43.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:43.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:43.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:43.500 [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) 14:30:43.516 [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() 14:30:43.518 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:43.526 [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 14:30:43.580 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:43.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:43.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:43.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:43.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:43.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:43.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:43.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:43.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:43.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:43.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:43.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:43.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:43.626 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:30:43.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:43.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:43.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:43.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:43.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:43.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:43.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:43.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:43.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:43.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:43.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:44.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:44.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:44.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:44.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:44.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:45.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:45.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:45.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:45.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:45.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:45.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:45.255 [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() 14:30:45.265 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:45.273 [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 14:30:45.312 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:45.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:45.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:45.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:45.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:45.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:45.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:45.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:45.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:45.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:45.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:45.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:45.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:45.362 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:30:45.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:45.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:45.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:45.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:45.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:45.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:45.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:45.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:45.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:45.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:45.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:45.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:46.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:46.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:46.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:46.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:46.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:46.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:46.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:46.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:46.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:46.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:46.978 [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) 14:30:46.994 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:47.003 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Find device by registry ID # features/DeviceRegistry.feature:125 14:30:47.038 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:47.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:47.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 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:47.096 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:30:47.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:47.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:47.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:47.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:47.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:47.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:47.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:47.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:47.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:47.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:47.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:47.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:47.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:47.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:48.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:48.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:48.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:48.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:48.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:48.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:48.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:48.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:48.872 [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() 14:30:48.891 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:48.899 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Find device by client ID # features/DeviceRegistry.feature:132 14:30:48.935 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:48.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 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:48.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:49.002 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:30:49.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:49.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:49.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:49.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:49.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:49.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:49.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:49.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:49.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:49.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:49.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:49.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:49.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:49.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:49.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:50.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:50.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:50.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:50.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:50.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:50.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:50.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:50.628 [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) 14:30:50.643 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:50.651 [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 14:30:50.686 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:50.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:50.729 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:30:50.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:50.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:50.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:50.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:50.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:50.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:50.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:50.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:50.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:50.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:51.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:51.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:51.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:51.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:51.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:52.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:52.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:52.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:52.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:52.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:52.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:52.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:52.329 [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() 14:30:52.336 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:52.344 [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 14:30:52.379 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:52.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:52.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 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:52.422 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:30:52.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:52.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:52.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:52.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:52.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:52.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:52.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:52.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:52.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:52.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:52.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:52.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:53.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:53.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:53.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:53.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:53.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:53.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:54.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:54.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:54.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:54.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:54.001 [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() 14:30:54.008 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:54.015 [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 14:30:54.057 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:54.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:54.101 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:30:54.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:54.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:54.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:54.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:54.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:54.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:54.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:54.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:54.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:54.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:54.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:54.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:54.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:54.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:54.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:55.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:55.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:55.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:55.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:55.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:55.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:55.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:55.681 [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) 14:30:55.702 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:55.710 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device queries # features/DeviceRegistry.feature:164 14:30:55.749 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:55.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:55.800 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:30:55.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:55.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:55.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:55.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:55.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:55.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:56.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:56.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:56.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:56.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:56.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:56.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:56.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:56.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:56.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:30:57.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:30:57.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:30:57.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:30:57.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:30:57.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:30:57.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:30:57.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:30:57.378 [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) 14:30:58.848 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:30:58.862 [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 14:30:58.902 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:30:58.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:30:58.947 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:30:59.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:30:59.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:30:59.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:30:59.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:30:59.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:30:59.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:30:59.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:30:59.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:30:59.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:30:59.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:30:59.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:30:59.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:30:59.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:30:59.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:30:59.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:00.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:00.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:00.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:00.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:00.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:00.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:00.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:00.568 [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) 14:31:00.738 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:00.761 [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 14:31:00.797 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:00.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:00.843 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:00.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:00.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:00.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:00.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:00.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:01.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:01.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:01.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:01.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:01.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:01.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:02.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:02.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:02.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:02.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:02.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:02.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:02.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:02.450 [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) 14:31:02.485 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:02.493 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Update a non existing device # features/DeviceRegistry.feature:199 14:31:02.528 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:02.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 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:02.575 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:02.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:02.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:02.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:02.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:02.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:02.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:02.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:02.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:02.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:02.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:02.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:03.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:03.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:03.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:03.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:03.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:03.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:04.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:04.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:04.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:04.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:04.196 [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) 14:31:04.205 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 4,677,437,392,320,958,515 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 4,677,437,392,320,958,515 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() 14:31:04.209 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:04.217 [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 14:31:04.253 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:04.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:04.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:04.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:04.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:04.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:04.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:04.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:04.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:04.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:04.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:04.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:04.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:04.298 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:04.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:04.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:04.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:04.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:04.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:04.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:04.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:04.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:04.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:04.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:04.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:04.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:05.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:05.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:05.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:05.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:05.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:05.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:05.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:05.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:05.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:05.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:05.842 [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) 14:31:05.863 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:05.871 [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 14:31:05.906 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:05.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 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:05.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:05.948 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 14:31:06.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:06.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:06.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:06.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:06.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:06.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:06.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:06.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:06.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:06.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:06.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:06.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:06.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:06.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:06.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:07.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:07.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:07.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:07.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:07.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:07.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:07.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:07.565 [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) 14:31:07.571 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 7,000,437,784,236,627,477 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:314) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:314) 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 7,000,437,784,236,627,477 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() 14:31:07.573 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:07.581 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device factory sanity checks # features/DeviceRegistry.feature:224 14:31:07.615 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:07.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:07.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:07.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:07.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:07.658 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:07.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:07.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:07.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:07.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:07.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:07.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:07.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:07.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:07.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:08.014 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:08.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:08.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:08.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:08.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:08.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:09.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:09.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:09.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:09.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:09.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:09.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:09.223 [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() 14:31:09.227 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:09.234 [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 14:31:09.274 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:31:09.274 [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 14:31:09.333 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:31:09.333 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:31:09.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:31:09.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:31:09.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:31:09.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:31:09.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:31:09.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:31:09.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:31:09.335 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:31:09.335 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:31:09.335 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:31:09.335 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:31:09.335 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:31:09.335 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:31:09.338 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:31:09.338 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:31:09.338 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:31:09.338 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:31:09.338 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:31:09.338 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:31:09.338 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:31:09.357 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:31:09.357 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:31:09.357 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:31:09.357 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:31:09.357 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:31:09.357 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:31:09.369 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:31:09.369 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:31:09.369 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:31:09.369 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:31:09.369 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:31:09.369 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:31:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 14:31:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:31:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:31:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:31:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:31:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:31:09.388 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:31:09.388 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:31:09.392 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:31:09.392 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:31:09.393 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:09.393 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:31:09.396 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:31:09.622 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:31:09.622 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:31:09.622 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:31:09.623 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:31:09.623 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:31:09.624 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:09.626 [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. 14:31:09.626 [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. 14:31:09.628 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:31:09.628 [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() 14:31:09.629 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 14:31:09.629 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:31:09.630 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 14:31:09.630 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 14:31:09.630 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 14:31:09.631 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:31:09.631 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:31:09.631 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 14:31:09.633 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:31:09.633 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 14:31:09.633 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 14:31:09.634 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:31:09.635 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:09.635 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 14:31:09.635 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 14:31:09.635 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 14:31:09.636 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 14:31:09.636 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:31:09.636 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:31:09.636 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:09.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:31:09.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:31:09.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:31:09.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:31:09.638 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:31:09.638 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 14:31:09.639 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:31:09.639 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 14:31:09.640 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 14:31:09.640 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 14:31:09.640 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:31:09.640 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:31:09.640 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:09.640 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:31:09.640 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:31:09.641 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:31:09.641 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:31:09.641 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:31:09.642 [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 14:31:09.699 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:09.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:09.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:09.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:09.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:09.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:09.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:09.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:09.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:09.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:09.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:09.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:09.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:09.745 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 14:31:09.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:09.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:09.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:09.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:09.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:09.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:09.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:09.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:09.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:09.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:10.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:10.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:10.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:10.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:10.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:11.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:11.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:11.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:11.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:11.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:11.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:11.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:11.355 [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) 14:31:11.362 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:11.363 [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) 14:31:11.373 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:11.381 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Device connection update # features/DeviceRegistryConnection.feature:42 14:31:11.423 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:11.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:11.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:11.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:11.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:11.473 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:11.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:11.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:11.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:11.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:11.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:11.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:11.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:11.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:11.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:11.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:11.831 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:12.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:12.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:12.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:12.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:12.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:12.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:13.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:13.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:13.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:13.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:13.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:13.153 [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) 14:31:13.165 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:13.173 [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 14:31:13.208 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:13.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:13.258 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values 14:31:13.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:13.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:13.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:13.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:13.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:13.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:13.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:13.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:13.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:13.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:13.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:13.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:14.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:14.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:14.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:14.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:14.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:14.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:14.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:14.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:14.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:14.915 [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() 14:31:14.925 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:14.933 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Count connections in scope # features/DeviceRegistryConnection.feature:73 14:31:14.979 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:15.025 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:15.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:15.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:15.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:15.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:15.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:15.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:15.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:15.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:15.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:15.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:15.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:15.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:15.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:15.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:15.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:16.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:16.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:16.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:16.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:16.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:16.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:16.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:16.607 [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) 14:31:16.627 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:16.635 [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 14:31:16.682 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:16.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:16.726 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:16.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:16.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:16.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:16.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:16.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:16.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:16.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:16.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:16.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:16.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:17.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:17.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:17.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:17.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:17.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:17.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:18.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:18.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:18.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:18.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:18.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:18.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:18.281 [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) 14:31:18.298 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:18.307 [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 14:31:18.343 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:18.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:18.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:18.386 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:18.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:18.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:18.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:18.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:18.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:18.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:18.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:18.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:18.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:18.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:18.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:18.912 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:19.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:19.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:19.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:19.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:19.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:19.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:19.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:19.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:19.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:19.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:19.918 [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) 14:31:19.927 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 6,275,539,138,824,495,104 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 6,275,539,138,824,495,104 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() 14:31:19.928 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:19.935 [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 14:31:19.970 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:19.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:20.011 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:20.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:20.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:20.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:20.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:20.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:20.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:20.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:20.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:20.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:20.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:20.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:20.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:20.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:20.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:20.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:21.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:21.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:21.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:21.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:21.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:21.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:21.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:21.619 [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) 14:31:21.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:21.648 [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 14:31:21.684 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:21.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:21.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:21.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:21.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:21.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:21.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:21.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:21.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:21.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:21.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:21.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:21.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:21.729 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:21.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:21.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:21.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:21.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:21.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:21.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:21.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:21.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:21.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:21.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:22.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:22.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:22.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:22.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:22.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:23.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:23.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:23.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:23.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:23.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:23.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:23.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:23.339 [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() 14:31:23.352 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:23.360 [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 14:31:23.396 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:23.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 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:23.438 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:23.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:23.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:23.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:23.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:23.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:23.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:23.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:23.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:23.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:23.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:23.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:23.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:24.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:24.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:24.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:24.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:24.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:24.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:24.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:24.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:24.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:24.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:24.994 [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) 14:31:25.012 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:25.020 [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 14:31:25.082 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:25.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:25.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:25.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:25.131 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:25.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:25.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:25.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:25.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:25.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:25.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:25.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:25.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:25.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:25.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:25.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:25.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:26.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:26.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:26.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:26.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:26.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:26.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:26.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:26.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:26.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:26.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:26.743 [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() 14:31:26.760 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:26.768 [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 14:31:26.802 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:26.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:26.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:26.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:26.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:26.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:26.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:26.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:26.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:26.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:26.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:26.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:26.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:26.842 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:26.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:26.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:26.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:26.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:27.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:27.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:27.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:27.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:27.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:27.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:27.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:27.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:27.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:27.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:27.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:28.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:28.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:28.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:28.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:28.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:28.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:28.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:28.424 [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) 14:31:28.436 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:28.443 [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 14:31:28.477 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:28.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:28.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:28.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:28.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:28.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:28.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:28.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:28.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:28.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:28.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:28.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:28.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:28.518 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:28.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:28.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:28.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:28.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:28.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:28.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:28.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:28.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:28.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:28.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:28.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:29.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:29.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:29.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:29.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:29.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:29.853 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:29.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:30.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:30.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:30.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:30.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:30.055 [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() 14:31:30.072 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:30.079 [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 14:31:30.114 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:30.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:30.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:30.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:30.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:30.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:30.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:30.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:30.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:30.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:30.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:30.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:30.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:30.160 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:30.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:30.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:30.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:30.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:30.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:30.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:30.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:30.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:30.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:30.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:30.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:30.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:30.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:30.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:31.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:31.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:31.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:31.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:31.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:31.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:31.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:31.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:31.659 [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) 14:31:31.667 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 1,970,373,009,741,145,029 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:314) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:314) 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,970,373,009,741,145,029 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() 14:31:31.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:31.678 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Generic connection query # features/DeviceRegistryConnection.feature:218 14:31:31.711 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:31.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:31.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:31.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:31.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:31.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:31.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:31.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:31.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:31.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:31.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:31.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:31.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:31.763 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:31.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:31.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:31.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:31.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:31.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:31.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:31.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:32.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:32.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:32.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:32.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:32.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:33.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:33.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:33.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:33.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:33.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:33.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:33.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:33.362 [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) 14:31:33.389 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:33.396 [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 14:31:33.429 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:33.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 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:33.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:33.472 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:33.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:33.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:33.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:33.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:33.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:33.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:33.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:33.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:33.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:33.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:33.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:34.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:34.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:34.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:34.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:34.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:34.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:34.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:35.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:35.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:35.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:35.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:35.074 [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() 14:31:35.078 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:35.086 [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 14:31:35.131 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:31:35.132 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:31:35.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:31:35.133 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:31:35.133 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:31:35.138 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:31:35.138 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:31:35.138 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:31:35.138 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:31:35.138 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:31:35.138 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:31:35.138 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:31:35.139 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:31:35.139 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:31:35.139 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:31:35.139 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:31:35.139 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:31:35.139 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:31:35.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:31:35.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:31:35.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:31:35.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:31:35.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:31:35.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:31:35.172 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 14:31:35.172 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:31:35.172 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:31:35.173 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:31:35.173 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:31:35.173 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:31:35.184 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:31:35.184 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@5a9d829e 14:31:35.184 [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() 14:31:35.184 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 14:31:35.185 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:31:35.185 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 14:31:35.185 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 14:31:35.185 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 14:31:35.186 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:31:35.186 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:31:35.186 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 14:31:35.187 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:31:35.187 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 14:31:35.187 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 14:31:35.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 14:31:35.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:31:35.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:35.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 14:31:35.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 14:31:35.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 14:31:35.190 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 14:31:35.190 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:31:35.190 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:31:35.190 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:35.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:31:35.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:31:35.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:31:35.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:31:35.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:31:35.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 14:31:35.193 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:31:35.193 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 14:31:35.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 14:31:35.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 14:31:35.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:31:35.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:31:35.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:31:35.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:31:35.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:31:35.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:31:35.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:31:35.196 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:31:35.196 [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 14:31:35.262 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:35.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 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:35.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:35.310 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:31:35.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:35.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:35.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:35.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:35.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:35.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:35.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:35.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:35.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:35.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:35.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:35.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:36.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:36.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:36.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:36.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:36.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:36.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:36.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:36.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:36.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:36.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:36.845 [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() 14:31:36.860 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:36.867 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null creator # features/DeviceRegistryValidation.feature:33 14:31:36.897 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:36.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:36.941 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:31:37.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:37.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:37.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:37.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:37.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:37.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:37.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:37.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:37.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:37.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:37.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:37.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:37.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:37.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:37.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:38.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:38.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:38.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:38.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:38.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:38.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:38.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:38.463 [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() 14:31:38.468 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:38.475 [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 14:31:38.505 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:38.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:38.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:38.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:38.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:38.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:38.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:38.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:38.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:38.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:38.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:38.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:38.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:38.553 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values 14:31:38.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:38.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:38.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:38.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:38.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:38.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:38.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:38.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:38.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:38.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:38.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:39.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:39.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:39.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:39.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:39.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:39.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:40.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:40.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:40.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:40.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:40.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:40.177 [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() 14:31:40.181 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:40.189 [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 14:31:40.220 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:40.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:40.267 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 14:31:40.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:40.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:40.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:40.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:40.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:40.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:40.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:40.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:40.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:40.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:40.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:40.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:41.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:41.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:41.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:41.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:41.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:41.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:41.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:41.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:41.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:41.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:41.782 [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() 14:31:41.787 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:41.794 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null device # features/DeviceRegistryValidation.feature:61 14:31:41.825 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:41.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 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:41.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:41.874 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:41.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:41.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:41.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:41.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:41.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:42.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:42.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:42.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:42.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:42.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:42.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:42.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:42.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:42.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:42.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:43.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:43.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:43.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:43.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:43.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:43.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:43.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:43.376 [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) 14:31:43.381 [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() 14:31:43.382 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:43.389 [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 14:31:43.419 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31: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 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:43.476 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:31:43.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:43.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:43.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:43.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:43.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:43.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:43.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:43.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:43.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:43.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:44.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:44.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:44.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:44.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:44.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:44.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:45.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:45.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:45.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:45.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:45.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:45.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:45.263 [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() 14:31:45.288 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:45.296 [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 14:31:45.333 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:45.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:45.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:45.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:45.384 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:45.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:45.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:45.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:45.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:45.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:45.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:45.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:45.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:45.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:45.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:45.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:45.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:46.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:46.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:46.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:46.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:46.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:46.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:46.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:46.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:46.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:46.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:46.860 [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) 14:31:46.864 [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() 14:31:46.866 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:46.873 [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 14:31:46.901 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:46.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:46.940 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 14:31:47.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:47.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:47.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:47.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:47.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:47.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:47.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:47.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:47.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:47.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:47.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:47.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:47.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:47.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:47.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:48.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:48.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:48.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:48.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:48.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:48.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:48.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:48.413 [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) 14:31:48.416 [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() 14:31:48.417 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:48.424 [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 14:31:48.453 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:48.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 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:48.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:48.497 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:48.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:48.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:48.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:48.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:48.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:48.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:48.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:48.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:48.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:48.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:48.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:48.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:49.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:49.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:49.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:49.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:49.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:49.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:49.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:49.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:49.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:49.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:49.942 [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) 14:31:49.947 [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() 14:31:49.948 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:49.959 [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 14:31:49.989 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:49.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 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:49.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:50.028 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 14:31:50.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:50.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:50.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:50.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:50.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:50.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:50.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:50.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:50.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:50.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:50.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:50.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:50.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:50.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:50.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:51.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:51.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:51.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:51.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:51.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:51.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:51.478 [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) 14:31:51.481 [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() 14:31:51.483 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:51.489 [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 14:31:51.517 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:51.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:51.556 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:51.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:51.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:51.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:51.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:51.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:51.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:51.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:51.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:51.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:51.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:51.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:52.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:52.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:52.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:52.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:52.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:52.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:52.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:53.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:53.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:53.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:53.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:53.063 [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() 14:31:53.071 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:53.078 [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 14:31:53.105 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:53.147 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:53.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:53.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:53.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:53.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:53.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:53.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:53.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:53.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:53.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:53.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:53.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:53.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:53.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:53.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:53.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:54.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:54.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:54.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:54.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:54.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:54.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:54.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:54.628 [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() 14:31:54.632 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:54.639 [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 14:31:54.666 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:54.708 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:54.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:54.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:54.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:54.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:54.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:54.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:54.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:54.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:54.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:54.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:55.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:55.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:55.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:55.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:55.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:55.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:55.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:56.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:56.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:56.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:56.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:56.156 [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() 14:31:56.161 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:56.168 [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 14:31:56.194 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:56.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:56.237 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:56.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:56.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:56.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:56.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:56.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:56.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:56.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:56.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:56.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:56.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:56.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:56.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:57.014 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:57.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:57.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:57.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:57.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:57.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:57.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:57.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:57.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:57.707 [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() 14:31:57.711 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:57.718 [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 14:31:57.744 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:57.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 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:57.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:57.787 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:31:57.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:57.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:57.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:57.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:57.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:58.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:58.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:58.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:58.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:58.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:58.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:58.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:31:58.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:31:58.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:31:58.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:31:59.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:31:59.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:31:59.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:31:59.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:31:59.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:31:59.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:31:59.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:31:59.328 [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() 14:31:59.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:31:59.340 [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 14:31:59.366 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:31:59.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:31:59.406 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:31:59.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:31:59.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:31:59.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:31:59.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:31:59.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:31:59.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:31:59.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:31:59.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:31:59.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:31:59.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:31:59.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:31:59.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:00.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:00.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:00.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:00.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:00.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:32:00.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:32:00.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:32:00.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:32:00.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:32:00.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:32:00.944 [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() 14:32:00.948 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:32:00.963 [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 14:32:00.992 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:32:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:32:01.035 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 14:32:01.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:32:01.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:32:01.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:32:01.140 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:32:01.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:32:01.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:32:01.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:32:01.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:32:01.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:32:01.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:32:01.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:32:01.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:01.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:01.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:01.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:02.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:02.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:32:02.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:32:02.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:32:02.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:32:02.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:32:02.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:32:02.632 [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() 14:32:02.640 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:32:02.648 [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 14:32:02.679 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:32:02.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:32:02.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:32:02.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:32:02.723 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:32:02.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:32:02.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:32:02.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:32:02.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:32:02.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:32:02.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:32:02.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:32:02.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:32:02.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:32:02.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:32:03.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:32:03.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:03.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:03.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:03.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:03.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:04.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:32:04.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:32:04.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:32:04.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:32:04.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:32:04.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:32:04.217 [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() 14:32:04.228 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:32:04.235 [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 14:32:04.264 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:32:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:32:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:32:04.307 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:32:04.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:32:04.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:32:04.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:32:04.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:32:04.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:32:04.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:32:04.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:32:04.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:32:04.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:32:04.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:32:04.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:32:04.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:05.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:05.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:05.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:05.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:05.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:32:05.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:32:05.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:32:05.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:32:05.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:32:05.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:32:05.799 [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() 14:32:05.803 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:32:05.810 [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 14:32:05.837 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:32:05.837 [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: 145.66 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 80 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 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869928422 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869933235 [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 47 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869938890 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715869943187 [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 14:32:31.729 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:32:31.767 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:32:31.883 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:32:31.886 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:32:31.886 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:32:31.886 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:32:31.887 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:32:31.887 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:32:31.887 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:32:31.891 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:32:31.892 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:32:31.892 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:32:31.892 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:32:31.917 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:32:31.917 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:32:32.194 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:32:32.195 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:32:32.195 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:32:32.195 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:32:32.195 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:32:32.195 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:32:32.195 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:32:32.214 [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). 14:32:32.305 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:32:32.305 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:32:32.305 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:32:32.306 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:32:32.306 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:32:32.306 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:32:34.680 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 14:32:34.681 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:32:34.681 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:32:34.681 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:32:34.681 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:32:34.682 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:32:34.933 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:32:34.936 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:32:35.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:32:35.266 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:32:35.281 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:32:35.288 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:32:35.293 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:32:35.701 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:32:35.701 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:32:35.702 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:32:35.704 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:32:35.705 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:32:35.705 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:32:35.738 [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. 14:32:35.739 [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. 14:32:35.744 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:32:35.744 [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() 14:32:35.757 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 14:32:35.757 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 14:32:35.758 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 14:32:35.758 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:32:35.759 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 14:32:35.759 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 14:32:35.761 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 14:32:35.762 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 14:32:35.765 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 14:32:35.765 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 14:32:35.766 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 14:32:35.766 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:32:35.766 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 14:32:35.767 [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 14:32:35.825 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:32:36.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:32:36.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:32:36.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:32:36.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:32:36.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:32:36.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:32:36.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:32:36.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:32:36.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:32:36.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:32:36.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:32:36.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:32:36.622 [main] INFO org.reflections.Reflections - Reflections took 52 ms to scan 11 urls, producing 322 keys and 332 values 14:32:36.831 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:32:36.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:32:36.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:32:40.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:32:40.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:32:40.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:32:40.912 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:32:41.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:32:41.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:32:41.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:32:41.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:32:41.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:32:41.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:32:42.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:43.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:43.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:43.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:44.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:44.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:32:45.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:32:46.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:32:46.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:32:46.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:32:46.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:32:46.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:32:46.279 [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) 14:32:46.403 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:32:46.405 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 14:32:46.437 [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() 14:32:46.928 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:32:46.975 [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 14:32:47.019 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:32:47.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:32:47.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:32:47.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:32:47.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:32:47.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:32:47.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:32:47.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:32:47.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:32:47.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:32:47.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:32:47.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:32:47.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:32:47.114 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values 14:32:47.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:32:47.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:32:47.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:32:47.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:32:47.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:32:47.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:32:47.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:32:47.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:32:47.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:32:47.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:32:47.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:32:47.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:32:47.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:32:48.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:48.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:48.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:49.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:49.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:49.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:32:50.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:32:50.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:32:51.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:32:51.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:32:51.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:32:51.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:32:51.028 [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() 14:32:51.061 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:32:51.093 [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 14:32:51.131 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:32:51.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:32:51.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:32:51.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:32:51.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:32:51.232 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values 14:32:51.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:32:51.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:32:51.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:32:51.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:32:51.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:32:51.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:32:51.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:32:51.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:32:51.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:32:51.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:32:51.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:32:51.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:32:51.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:32:52.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:52.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:52.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:52.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:53.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:53.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:32:53.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:32:54.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:32:54.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:32:54.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:32:54.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:32:54.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:32:54.432 [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() 14:32:54.464 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:32:54.491 [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 14:32:54.520 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:32:54.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:32:54.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:32:54.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:32:54.598 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values 14:32:54.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:32:54.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:32:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:32:54.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:32:54.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:32:54.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:32:54.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:32:54.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:32:55.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:32:55.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:32:55.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:32:55.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:32:55.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:32:55.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:55.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:55.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:55.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:56.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:56.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:32:56.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:32:57.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:32:57.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:32:57.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:32:57.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:32:57.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:32:57.370 [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() 14:32:57.376 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:32:57.400 [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 14:32:57.425 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:32:57.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:32:57.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:32:57.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 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:32:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:32:57.498 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values 14:32:57.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:32:57.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:32:57.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:32:57.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:32:57.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:32:57.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:32:57.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:32:57.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:32:57.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:32:57.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:32:57.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:32:57.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:32:58.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:32:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:32:58.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:32:58.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:32:58.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:32:59.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:32:59.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:32:59.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:00.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:00.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:00.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:00.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:00.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:00.177 [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() 14:33:00.194 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:00.217 [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 14:33:00.259 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:00.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:00.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:00.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:00.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:00.322 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 11 urls, producing 322 keys and 332 values 14:33:00.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:00.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:00.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:00.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:00.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:00.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:00.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:00.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:00.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:00.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:00.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:00.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:00.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:01.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:01.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:01.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:01.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:02.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:02.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:02.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:02.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:03.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:03.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:03.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:03.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:03.011 [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() 14:33:03.025 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:03.068 [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 14:33:03.097 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:03.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:03.166 [main] INFO org.reflections.Reflections - Reflections took 16 ms to scan 11 urls, producing 322 keys and 332 values 14:33:03.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:03.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:03.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:03.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:03.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:03.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:03.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:03.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:03.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:03.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:03.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:03.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:03.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:03.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:04.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:04.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:04.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:04.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:04.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:05.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:05.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:05.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:05.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:05.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:05.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:05.707 [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() 14:33:05.716 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:05.770 [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 14:33:05.797 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:05.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:05.881 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values 14:33:05.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:05.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:05.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:06.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:06.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:06.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:06.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:06.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:06.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:06.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:06.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:06.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:06.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:06.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:06.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:07.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:07.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:07.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:07.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:07.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:08.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:08.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:08.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:08.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:08.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:08.384 [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() 14:33:08.397 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:08.416 [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 14:33:08.461 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:08.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:08.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:08.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:08.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 14:33:08.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:08.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:08.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:08.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:08.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:08.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:08.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:08.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:08.519 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 14:33:08.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:08.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:08.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:08.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:08.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:08.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:08.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:08.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:08.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:08.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:08.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:08.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:09.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:09.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:09.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:09.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:09.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:10.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:10.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:10.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:10.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:11.062 [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() 14:33:11.102 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:11.123 [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 14:33:11.179 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:11.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:11.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:11.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:11.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 14:33:11.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:11.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:11.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:11.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:11.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:11.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:11.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:11.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:11.278 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 14:33:11.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:11.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:11.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:11.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:11.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:11.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:11.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:11.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:11.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:11.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:11.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:11.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:11.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:12.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:12.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:12.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:12.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:12.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:13.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:13.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:13.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:13.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:13.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:13.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:13.800 [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() 14:33:13.806 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:13.823 [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 14:33:13.857 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:13.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:13.912 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:33:13.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:13.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:13.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:14.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:14.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:14.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:14.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:14.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:14.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:14.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:14.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:14.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:14.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:14.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:14.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:15.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:15.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:15.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:15.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:15.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:16.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:16.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:16.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:16.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:16.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:16.279 [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() 14:33:16.296 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:16.313 [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 14:33:16.337 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:16.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:16.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:16.404 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:33:16.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:16.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:16.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:16.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:16.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:16.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:16.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:16.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:16.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:16.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:16.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:16.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:16.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:17.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:17.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:17.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:17.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:17.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:18.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:18.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:18.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:18.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:18.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:18.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:18.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:18.753 [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() 14:33:18.771 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:18.787 [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 14:33:18.809 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:18.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:18.880 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:18.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:18.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:18.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:19.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:19.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:19.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:19.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:19.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:19.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:19.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:19.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:19.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:19.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:19.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:19.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:19.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:19.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:20.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:20.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:20.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:21.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:21.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:21.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:21.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:21.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:21.363 [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) 14:33:21.409 [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() 14:33:21.414 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:21.430 [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 14:33:21.470 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:21.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:21.529 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:21.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:21.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:21.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:21.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:21.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:21.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:21.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:21.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:21.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:21.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:21.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:21.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:22.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:22.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:22.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:22.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:22.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:23.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:23.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:23.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:23.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:23.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:23.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:23.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:23.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:23.784 [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() 14:33:23.798 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:23.814 [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 14:33:23.839 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:23.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:23.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:23.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:23.916 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values 14:33:23.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:23.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:23.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:24.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:24.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:24.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:24.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:24.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:24.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:24.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:24.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:24.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:24.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:24.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:24.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:24.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:24.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:25.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:25.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:25.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:26.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:26.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:26.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:26.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:26.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:26.162 [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() 14:33:26.170 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:26.185 [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 14:33:26.207 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:26.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 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:26.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:26.268 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:26.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:26.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:26.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:26.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:26.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:26.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:26.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:26.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:26.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:26.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:26.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:26.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:26.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:26.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:27.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:27.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:27.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:27.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:27.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:28.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:28.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:28.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:28.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:28.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:28.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:28.532 [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() 14:33:28.545 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:28.560 [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 14:33:28.580 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:28.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:28.635 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:28.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:28.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:28.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:28.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:28.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:28.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:28.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:28.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:28.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:28.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:28.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:28.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:29.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:29.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:29.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:29.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:29.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:30.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:30.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:30.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:30.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:30.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:30.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:30.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:30.910 [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() 14:33:30.915 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:30.929 [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 14:33:30.949 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:30.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:30.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:30.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:30.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 14:33:30.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:30.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:30.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:30.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:30.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:30.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:30.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:30.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:31.008 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:31.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:31.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:31.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:31.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:31.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:31.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:31.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:31.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:31.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:31.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:31.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:31.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:31.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:31.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:31.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:32.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:32.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:32.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:32.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:32.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:33.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:33.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:33.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:33.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:33.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:33.209 [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() 14:33:33.214 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:33.229 [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 14:33:33.249 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:33.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:33.306 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 14:33:33.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:33.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:33.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:33.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:33.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:33.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:33.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:33.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:33.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:33.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:33.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:33.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:33.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:34.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:34.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:34.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:34.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:34.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:34.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:35.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:35.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:35.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:35.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:35.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:35.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:35.483 [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() 14:33:35.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:35.508 [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 14:33:35.527 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:35.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 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:35.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:35.590 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:35.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:35.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:35.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:35.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:35.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:35.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:35.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:35.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:35.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:35.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:35.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:35.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:36.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:36.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:36.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:36.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:36.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:36.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:37.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:37.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:37.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:37.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:37.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:37.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:37.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:37.706 [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() 14:33:37.720 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:37.735 [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 14:33:37.764 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:37.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 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:37.819 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:33:37.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:37.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:37.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:37.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:37.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:38.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:38.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:38.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:38.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:38.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:38.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:38.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:38.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:38.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:38.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:38.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:38.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:39.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:39.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:39.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:39.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:40.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:40.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:40.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:40.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:40.007 [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() 14:33:40.019 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:40.033 [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 14:33:40.069 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:40.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:40.125 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 14:33:40.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:40.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:40.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:40.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:40.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:40.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:40.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:40.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:40.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:40.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:40.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:40.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:40.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:40.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:41.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:41.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:41.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:41.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:41.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:41.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:42.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:42.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:42.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:42.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:42.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:42.228 [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) 14:33:42.284 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:42.298 [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 14:33:42.319 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:42.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:42.387 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:33:42.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:42.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:42.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:42.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:42.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:42.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:42.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:42.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:42.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:42.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:42.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:42.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:42.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:43.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:43.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:43.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:43.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:43.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:43.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:44.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:44.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:44.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:44.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:44.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:44.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:44.487 [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) 14:33:44.505 [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() 14:33:44.507 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:44.522 [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 14:33:44.561 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:44.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 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:44.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:44.614 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:44.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:44.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:44.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:44.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:44.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:44.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:44.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:44.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:44.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:44.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:44.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:44.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:45.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:45.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:45.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:45.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:45.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:45.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:46.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:46.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:46.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:46.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:46.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:46.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:46.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:46.727 [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() 14:33:46.774 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:46.789 [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 14:33:46.810 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:46.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:46.876 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:33:46.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:46.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:46.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:46.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:47.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:47.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:47.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:47.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:47.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:47.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:47.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:47.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:47.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:47.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:47.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:47.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:47.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:48.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:48.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:48.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:48.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:48.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:48.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:48.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:48.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:48.935 [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() 14:33:48.947 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:48.962 [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 14:33:48.982 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:48.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 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:48.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:49.037 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:49.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:49.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:49.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:49.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:49.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:49.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:49.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:49.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:49.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:49.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:49.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:49.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:49.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:49.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:49.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:50.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:50.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:50.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:50.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:50.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:51.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:51.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:51.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:51.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:51.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:51.206 [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() 14:33:51.225 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:51.239 [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 14:33:51.267 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:51.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:51.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:51.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:51.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 14:33:51.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:51.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:51.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:51.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:51.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:51.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:51.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:51.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:51.319 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:51.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:51.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:51.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:51.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:51.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:51.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:51.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:51.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:51.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:51.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:51.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:51.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:51.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:51.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:52.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:52.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:52.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:52.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:52.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:53.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:53.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:53.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:53.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:53.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:53.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:53.530 [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() 14:33:53.537 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:53.551 [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 14:33:53.576 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:53.631 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:53.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:53.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:53.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:53.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:53.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:53.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:53.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:53.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:54.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:54.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:54.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:54.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:54.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:54.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:54.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:54.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:54.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:55.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:55.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:55.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:55.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:55.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:55.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:55.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:55.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:55.761 [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() 14:33:55.791 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:55.805 [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 14:33:55.824 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:55.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 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:55.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:55.893 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:33:55.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:55.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:55.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:56.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:56.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:56.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:56.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:56.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:56.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:56.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:56.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:56.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:56.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:56.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:56.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:56.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:57.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:57.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:33:57.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:33:57.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:33:58.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:33:58.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:33:58.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:33:58.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:33:58.008 [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() 14:33:58.212 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:33:58.226 [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 14:33:58.247 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:33:58.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:33:58.312 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:33:58.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:33:58.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:33:58.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:33:58.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:33:58.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:33:58.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:33:58.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:33:58.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:33:58.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:33:58.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:33:58.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:33:58.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:33:58.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:33:58.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:33:59.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:33:59.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:33:59.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:33:59.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:33:59.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:00.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:00.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:00.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:00.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:00.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:00.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:00.488 [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() 14:34:00.514 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:00.528 [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 14:34:00.563 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:00.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:00.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:00.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:00.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 14:34:00.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:00.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:00.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:00.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:00.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:00.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:00.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:00.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:00.616 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:34:00.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:00.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:00.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:00.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:00.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:00.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:00.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:00.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:00.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:00.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:00.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:00.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:01.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:01.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:01.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:01.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:01.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:01.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:02.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:02.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:02.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:02.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:02.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:02.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:02.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:02.675 [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() 14:34:02.693 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:02.709 [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 14:34:02.730 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:02.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 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:02.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:02.791 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:02.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:02.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:02.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:02.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:02.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:02.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:03.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:03.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:03.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:03.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:03.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:03.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:03.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:03.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:03.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:03.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:03.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:04.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:04.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:04.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:04.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:04.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:04.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:04.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:04.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:04.863 [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() 14:34:04.877 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:04.890 [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 14:34:04.909 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:04.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:04.963 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:34:05.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:05.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:05.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:05.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:05.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:05.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:05.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:05.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:05.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:05.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:05.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:05.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:05.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:05.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:05.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:05.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:05.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:06.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:06.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:06.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:07.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:07.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:07.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:07.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:07.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:07.365 [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() 14:34:07.397 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:07.411 [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 14:34:07.438 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:34:07.438 [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 14:34:07.491 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:34:07.491 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:34:07.494 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:34:07.495 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:34:07.495 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:34:07.500 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:34:07.500 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:34:07.500 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:34:07.500 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:34:07.500 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:34:07.500 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:34:07.500 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:34:07.503 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:34:07.503 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:34:07.503 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:34:07.503 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:34:07.503 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:34:07.503 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:34:07.516 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 14:34:07.516 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:34:07.516 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:34:07.516 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:34:07.516 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:34:07.516 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:34:07.532 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:34:07.532 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:34:07.539 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:34:07.539 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:34:07.557 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:34:07.557 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:34:07.561 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:34:07.813 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:34:07.813 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:34:07.814 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:34:07.814 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:34:07.815 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:34:07.815 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:34:07.818 [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. 14:34:07.818 [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. 14:34:07.820 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:34:07.820 [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() 14:34:07.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 14:34:07.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 14:34:07.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 14:34:07.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:34:07.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 14:34:07.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 14:34:07.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 14:34:07.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 14:34:07.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 14:34:07.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 14:34:07.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 14:34:07.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:34:07.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 14:34:07.823 [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 14:34:07.847 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:07.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:07.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:07.908 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values 14:34:07.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:07.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:07.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:08.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:08.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:08.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:08.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:08.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:08.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:08.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:08.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:08.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:08.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:08.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:08.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:08.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:08.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:09.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:09.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:09.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:09.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:10.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:10.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:10.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:10.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:10.016 [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() 14:34:10.106 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:10.119 [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 14:34:10.176 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:10.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 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:10.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:10.237 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:34:10.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:10.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:10.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:10.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:10.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:10.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:10.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:10.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:10.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:10.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:10.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:10.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:10.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:11.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:11.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:11.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:11.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:11.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:12.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:12.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:12.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:12.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:12.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:12.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:12.457 [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() 14:34:12.473 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:12.488 [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 14:34:12.509 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:12.566 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:34:12.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:12.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:12.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:12.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:12.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:12.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:12.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:12.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:12.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:12.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:12.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:12.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:13.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:13.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:13.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:13.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:13.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:13.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:14.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:14.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:14.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:14.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:14.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:14.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:14.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:14.668 [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() 14:34:14.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:14.690 [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 14:34:14.711 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:14.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:14.762 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:14.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:14.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:14.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:14.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:14.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:14.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:14.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:15.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:15.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:15.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:15.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:15.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:15.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:15.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:15.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:15.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:15.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:16.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:16.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:16.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:16.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:16.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:16.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:16.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:16.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:16.927 [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() 14:34:16.932 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:16.946 [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 14:34:16.970 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:16.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:16.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:17.026 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:34:17.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:17.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:17.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:17.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:17.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:17.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:17.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:17.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:17.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:17.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:17.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:17.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:17.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:17.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:17.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:18.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:18.054 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:18.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:18.528 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:18.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:19.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:19.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:19.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:19.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:19.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:19.149 [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() 14:34:19.154 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:19.170 [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 14:34:19.192 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:19.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 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:19.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:19.259 [main] INFO org.reflections.Reflections - Reflections took 14 ms to scan 11 urls, producing 322 keys and 332 values 14:34:19.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:19.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:19.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:19.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:19.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:19.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:19.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:19.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:19.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:19.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:19.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:19.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:19.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:20.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:20.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:20.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:20.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:20.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:20.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:21.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:21.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:21.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:21.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:21.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:21.274 [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) 14:34:21.283 [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() 14:34:21.285 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:21.298 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Delete a step definition # features/JobStepDefinitionService.feature:77 14:34:21.318 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:21.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:21.391 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:21.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:21.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:21.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:21.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:21.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:21.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:21.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:21.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:21.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:21.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:21.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:21.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:21.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:22.054 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:22.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:22.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:22.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:22.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:22.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:23.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:23.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:23.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:23.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:23.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:23.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:23.496 [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() 14:34:23.512 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:23.529 [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 14:34:23.549 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:23.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:23.601 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:23.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:23.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:23.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:23.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:23.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:23.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:23.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:23.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:23.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:23.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:23.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:23.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:24.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:24.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:24.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:24.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:24.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:24.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:25.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:25.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:25.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:25.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:25.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:25.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:25.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:25.656 [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) 14:34:25.669 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 3,110,674,118,243,070,240 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:314) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:314) 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 3,110,674,118,243,070,240 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() 14:34:25.671 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:25.685 [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 14:34:25.706 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:25.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:25.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:25.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:25.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:25.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:25.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:25.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:25.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:25.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:25.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:25.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:25.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:25.759 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:34:25.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:25.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:25.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:25.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:25.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:25.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:26.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:26.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:26.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:26.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:26.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:26.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:26.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:26.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:26.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:26.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:26.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:27.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:27.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:27.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:27.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:27.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:27.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:27.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:27.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:27.870 [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) 14:34:27.886 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:27.900 [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 14:34:27.920 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:27.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:27.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:27.987 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 14:34:28.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:28.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:28.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:28.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:28.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:28.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:28.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:28.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:28.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:28.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:28.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:28.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:28.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:28.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:28.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:28.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:28.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:29.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:29.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:29.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:29.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:30.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:30.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:30.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:30.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:30.080 [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) 14:34:30.096 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:30.110 [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 14:34:30.131 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:30.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 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:30.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:30.185 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:30.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:30.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:30.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:30.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:30.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:30.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:30.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:30.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:30.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:30.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:30.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:30.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:30.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:30.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:31.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:31.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:31.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:31.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:31.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:31.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:32.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:32.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:32.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:32.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:32.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:32.172 [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) 14:34:32.187 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:32.200 [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 14:34:32.220 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:32.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:32.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:32.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:32.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:32.279 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:32.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:32.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:32.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:32.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:32.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:32.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:32.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:32.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:32.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:32.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:32.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:32.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:32.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:32.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:33.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:33.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:33.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:33.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:33.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:33.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:34.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:34.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:34.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:34.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:34.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:34.332 [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) 14:34:34.344 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 1,714,997,360,153,106,635 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 1,714,997,360,153,106,635 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() 14:34:34.345 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:34.358 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Count step definition items # features/JobStepDefinitionService.feature:138 14:34:34.379 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:34.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:34.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:34.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:34.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:34.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:34.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:34.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:34.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:34.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:34.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:34.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:34.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:34.434 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 14:34:34.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:34.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:34.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:34.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:34.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:34.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:34.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:34.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:34.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:34.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:34.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:34.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:34.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:35.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:35.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:35.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:35.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:35.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:35.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:36.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:36.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:36.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:36.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:36.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:36.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:36.521 [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) 14:34:36.567 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:36.580 [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 14:34:36.600 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:36.666 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 14:34:36.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:36.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:36.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:36.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:36.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:36.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:36.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:36.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:37.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:37.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:37.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:37.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:37.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:37.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:37.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:37.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:37.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:38.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:38.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:38.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:38.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:38.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:38.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:38.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:38.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:38.893 [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() 14:34:38.904 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:38.918 [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 14:34:38.942 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:34:38.942 [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 14:34:38.981 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:34:38.981 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:34:38.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:34:38.984 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:34:38.985 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:34:38.990 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:34:38.990 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:34:38.990 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:34:38.990 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:34:38.990 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:34:38.990 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:34:38.990 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:34:38.993 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:34:38.993 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:34:38.993 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:34:38.993 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:34:38.993 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:34:38.993 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:34:39.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 14:34:39.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:34:39.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:34:39.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:34:39.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:34:39.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:34:39.024 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:34:39.025 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:34:39.031 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:34:39.031 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:34:39.032 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:34:39.032 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:34:39.057 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:34:39.293 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:34:39.293 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:34:39.294 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:34:39.295 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:34:39.295 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:34:39.296 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:34:39.299 [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. 14:34:39.299 [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. 14:34:39.302 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:34:39.302 [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() 14:34:39.302 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 14:34:39.303 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 14:34:39.303 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 14:34:39.303 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:34:39.303 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 14:34:39.303 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 14:34:39.303 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 14:34:39.304 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 14:34:39.304 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 14:34:39.305 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 14:34:39.305 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 14:34:39.305 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 14:34:39.305 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 14:34:39.305 [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 14:34:39.331 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:39.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:39.390 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 14:34:39.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:39.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:39.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:39.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:39.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:39.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:39.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:39.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:39.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:39.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:39.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:39.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:40.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:40.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:40.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:40.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:40.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:40.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:41.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:41.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:41.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:41.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:41.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:41.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:41.451 [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() 14:34:41.519 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:41.559 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.create scopeId null # features/JobStepService.feature:41 14:34:41.578 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:41.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:41.631 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 14:34:41.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:41.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:41.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:41.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:41.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:41.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:41.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:41.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:41.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:41.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:41.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:41.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:42.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:42.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:42.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:42.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:42.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:42.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:43.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:43.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:43.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:43.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:43.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:43.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:43.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:43.682 [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() 14:34:43.692 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:43.705 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update name # features/JobStepService.feature:54 14:34:43.725 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:43.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:43.798 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 14:34:43.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:43.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:43.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:43.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:43.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:43.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:44.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:44.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:44.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:44.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:44.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:44.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:44.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:44.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:44.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:44.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:44.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:45.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:45.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:45.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:45.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:45.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:45.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:45.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:45.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:45.817 [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) 14:34:45.864 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:45.877 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update stepIndex forward # features/JobStepService.feature:70 14:34:45.903 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:45.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:45.961 [main] INFO org.reflections.Reflections - Reflections took 12 ms to scan 11 urls, producing 322 keys and 332 values 14:34:46.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:46.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:46.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:46.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:46.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:46.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:46.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:46.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:46.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:46.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:46.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:46.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:46.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:46.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:46.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:47.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:47.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:47.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:47.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:47.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:47.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:47.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:47.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:47.944 [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) 14:34:48.014 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move 14:34:48.015 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep2 to index 0 14:34:48.017 [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) 14:34:48.061 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:48.074 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update stepIndex backward # features/JobStepService.feature:99 14:34:48.095 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:48.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:48.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:48.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:48.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:48.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:48.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:48.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:48.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:48.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:48.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:48.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:48.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:48.147 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:48.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:48.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:48.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:48.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:48.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:48.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:48.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:48.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:48.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:48.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:48.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:48.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:48.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:48.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:49.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:49.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:49.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:49.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:49.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:49.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:50.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:50.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:50.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:50.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:50.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:50.147 [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) 14:34:50.207 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move 14:34:50.207 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep1 to index 1 14:34:50.209 [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) 14:34:50.223 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:50.267 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.count # features/JobStepService.feature:128 14:34:50.291 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:50.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 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:50.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:50.339 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:50.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:50.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:50.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:50.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:50.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:50.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:50.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:50.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:50.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:50.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:50.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:50.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:50.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:50.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:51.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:51.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:51.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:51.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:51.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:52.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:52.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:52.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:52.388 [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) 14:34:52.462 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:52.474 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.delete # features/JobStepService.feature:151 14:34:52.494 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:52.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:52.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:52.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:52.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:52.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:52.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:52.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:52.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:52.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:52.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:52.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:52.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:52.542 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 14:34:52.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:52.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:52.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:52.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:52.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:52.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:52.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:52.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:52.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:52.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:52.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:52.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:52.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:53.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:53.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:53.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:53.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:53.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:53.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:54.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:54.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:54.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:54.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:54.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:54.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:54.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 "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() 14:34:54.588 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:54.601 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.delete non-existing # features/JobStepService.feature:167 14:34:54.619 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:54.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:54.680 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 14:34:54.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:54.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:54.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:54.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:54.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:54.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:54.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:54.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:55.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:55.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:55.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:55.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:55.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:55.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:55.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:55.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:55.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:55.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:56.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:56.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:56.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:56.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:56.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:56.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:56.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:56.632 [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) 14:34:56.661 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type jobStep with id/name 2,231,115,101,461,834,066 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 2,231,115,101,461,834,066 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() 14:34:56.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:56.675 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: Step factory sanity checks # features/JobStepService.feature:183 14:34:56.692 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:34:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:34:56.738 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 14:34:56.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:34:56.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 14:34:56.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:34:56.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:34:56.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:34:56.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 14:34:56.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 14:34:57.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:34:57.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:34:57.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:34:57.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 14:34:57.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:34:57.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:34:57.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:34:57.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:34:57.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:34:57.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:34:58.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:34:58.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 14:34:58.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 14:34:58.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:34:58.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:34:58.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:34:58.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:34:58.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:34:58.746 [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() 14:34:58.748 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:34:58.763 [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 14:34:58.782 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:34:58.783 [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: 151.332 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 80 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 55 classes [INFO] Analyzed bundle 'kapua-job-api' with 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870101522 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870104758 [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 14:35:13.986 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 14:35:14.010 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:35:14.123 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:35:14.126 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:35:14.126 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 14:35:14.127 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 14:35:14.127 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 14:35:14.127 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:35:14.127 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 14:35:14.132 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 14:35:14.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:35:14.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:35:14.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 14:35:14.159 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:35:14.159 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 14:35:14.189 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:35:14.189 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:35:14.189 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:35:14.189 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:35:14.190 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:35:14.190 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:35:14.725 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:35:14.726 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 14:35:14.726 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:35:14.726 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:35:14.726 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:35:14.726 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:35:14.727 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:35:14.774 [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). 14:35:17.178 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:35:17.178 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:35:17.178 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:35:17.178 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:35:17.179 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:35:17.179 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:35:17.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:35:17.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:35:17.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:35:17.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:35:17.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:35:17.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:35:17.303 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 14:35:17.303 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:35:17.303 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:35:17.303 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:35:17.304 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:35:17.304 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:35:17.324 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:35:17.325 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:35:17.325 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:35:17.325 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:35:17.325 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:35:17.325 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:35:17.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:35:17.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:35:17.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:35:17.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:35:17.388 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:35:17.388 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:35:17.405 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 14:35:17.405 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:35:17.405 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:35:17.406 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:35:17.406 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:35:17.406 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:35:17.601 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:35:17.604 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:35:17.931 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:35:17.932 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:35:17.962 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:35:17.970 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 14:35:17.976 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:35:18.900 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:35:18.901 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:35:18.902 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 14:35:18.903 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 14:35:18.905 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 14:35:18.905 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:35:18.967 [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. 14:35:18.967 [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. 14:35:18.974 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:35:18.974 [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() 14:35:18.978 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 14:35:18.979 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 14:35:18.980 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 14:35:18.980 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:35:18.981 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 14:35:18.981 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 14:35:18.982 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 14:35:18.983 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 14:35:18.983 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:35:18.983 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 14:35:18.987 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:35:18.987 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 14:35:18.988 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 14:35:18.990 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:35:18.990 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 14:35:18.991 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 14:35:18.991 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 14:35:18.991 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 14:35:18.991 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 14:35:18.991 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 14:35:18.991 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 14:35:18.992 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 14:35:18.993 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:35:18.993 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:35:18.993 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 14:35:18.994 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 14:35:18.994 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 14:35:18.994 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 14:35:18.995 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:35:18.995 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:35:18.995 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:35:18.996 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:35:18.997 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:35:18.998 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:35:18.998 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:35:18.999 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:35:19.000 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 14:35:19.005 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 14:35:19.006 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 14:35:19.007 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 14:35:19.008 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 14:35:19.008 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 14:35:19.009 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 14:35:19.009 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 14:35:19.009 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 14:35:19.010 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 14:35:19.010 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 14:35:19.011 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 14:35:19.011 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 14:35:19.012 [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 14:35:19.180 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:19.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:19.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:19.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:19.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:20.057 [main] INFO org.reflections.Reflections - Reflections took 78 ms to scan 10 urls, producing 269 keys and 278 values 14:35:20.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:20.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:20.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:23.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:24.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:24.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:24.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:24.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:24.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:24.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:25.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:26.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:27.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:27.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:27.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:28.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:28.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:28.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:29.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:29.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:29.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:29.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:29.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 14:35:29.483 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:35:29.485 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 14:35:29.524 [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) 14:35:30.101 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:30.131 [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 14:35:30.216 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:30.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:30.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:30.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:30.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:30.307 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values 14:35:30.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:30.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:30.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:30.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:30.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:30.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:30.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:30.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:30.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:30.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:31.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:31.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:32.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:32.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:32.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:33.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:33.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:33.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:33.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:33.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:33.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:33.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:33.929 [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) 14:35:33.995 [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() 14:35:34.005 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:34.026 [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 14:35:34.108 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:34.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:34.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:34.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:34.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:34.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:34.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:34.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:34.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:34.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:34.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:34.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:34.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:34.166 [main] INFO org.reflections.Reflections - Reflections took 14 ms to scan 10 urls, producing 269 keys and 278 values 14:35:34.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:34.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:34.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:34.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:34.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:34.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:34.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:34.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:34.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:34.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:34.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:35.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:35.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:35.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:35.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:36.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:36.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:36.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:37.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:37.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:37.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:37.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:37.260 [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) 14:35:37.285 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:37.302 [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 14:35:37.368 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:37.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:37.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:37.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:37.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:37.425 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values 14:35:37.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:37.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:37.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:37.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:37.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:37.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:37.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:37.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:37.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:37.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:38.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:38.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:38.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:38.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:39.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:39.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:39.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:39.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:40.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:40.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:40.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:40.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:40.209 [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() 14:35:40.225 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:40.243 [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 14:35:40.304 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:40.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:40.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:40.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:40.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:40.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:40.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:40.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:40.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:40.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:40.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:40.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:40.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:40.365 [main] INFO org.reflections.Reflections - Reflections took 16 ms to scan 10 urls, producing 269 keys and 278 values 14:35:40.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:40.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:40.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:40.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:40.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:40.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:40.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:40.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:40.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:40.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:40.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:41.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:41.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:41.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:41.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:42.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:42.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:42.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:42.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:42.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:42.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:42.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:42.865 [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) 14:35:42.893 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:42.909 [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 14:35:42.968 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:42.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:42.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:42.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:42.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:42.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:42.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:42.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:42.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:42.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:42.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:42.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:42.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:43.028 [main] INFO org.reflections.Reflections - Reflections took 15 ms to scan 10 urls, producing 269 keys and 278 values 14:35:43.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:43.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:43.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:43.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:43.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:43.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:43.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:43.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:43.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:43.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:43.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:43.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:44.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:44.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:44.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:45.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:45.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:45.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:45.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:45.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:45.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:45.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:45.538 [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() 14:35:45.545 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:45.570 [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 14:35:45.620 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:45.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:45.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:45.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:45.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:45.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:45.683 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 14:35:45.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:45.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:45.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:45.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:45.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:45.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:46.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:46.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:46.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:46.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:46.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:46.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:46.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:46.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:46.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:47.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:47.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:47.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:47.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:47.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:47.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:47.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:47.845 [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) 14:35:47.872 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:47.887 [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 14:35:47.932 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:47.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:47.994 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 14:35:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:48.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:48.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:48.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:48.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:48.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:48.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:48.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:48.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:48.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:49.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:49.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:49.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:49.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:49.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:49.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:50.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:50.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:50.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:50.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:50.071 [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() 14:35:50.108 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:50.122 [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 14:35:50.199 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:50.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:50.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:50.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:50.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:50.269 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 14:35:50.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:50.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:50.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:50.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:50.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:50.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:50.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:50.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:50.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:50.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:50.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:51.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:51.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:51.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:51.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:52.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:52.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:52.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:52.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:52.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:52.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:52.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:52.469 [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() 14:35:52.477 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:52.491 [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 14:35:52.536 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:52.592 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 14:35:52.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:52.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:52.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:52.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:52.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:52.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:52.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:52.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:52.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:52.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:53.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:53.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:53.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:53.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:53.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:54.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:54.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:54.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:54.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:54.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:54.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:54.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:54.689 [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) 14:35:54.706 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:54.720 [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 14:35:54.791 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:54.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:54.843 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 14:35:54.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:54.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:54.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:54.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:55.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:55.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:55.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:55.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:55.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:55.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:55.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:55.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:55.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:55.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:56.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:56.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:56.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:56.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:56.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:56.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:56.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:56.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:56.946 [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) 14:35:56.973 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:56.989 [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 14:35:57.032 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:57.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:57.095 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 14:35:57.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:57.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:57.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:57.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:57.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:57.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:57.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:57.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:57.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:57.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:57.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:57.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:35:58.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:35:58.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:35:58.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:35:58.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:35:58.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:35:58.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:35:59.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:35:59.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:35:59.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:35:59.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:35:59.119 [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) 14:35:59.140 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:35:59.167 [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 14:35:59.205 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:35:59.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:35:59.263 [main] INFO org.reflections.Reflections - Reflections took 16 ms to scan 10 urls, producing 269 keys and 278 values 14:35:59.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:35:59.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:35:59.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:35:59.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:35:59.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:35:59.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:35:59.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:35:59.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:35:59.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:35:59.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:35:59.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:35:59.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:00.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:00.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:00.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:00.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:00.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:00.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:01.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:01.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:01.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:01.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:01.127 [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) 14:36:01.156 [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() 14:36:01.159 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:01.172 [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 14:36:01.213 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:01.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:01.263 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:36:01.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:01.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:01.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:01.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:01.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:01.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:01.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:01.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:01.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:01.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:01.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:01.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:02.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:02.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:02.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:02.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:03.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:03.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:03.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:03.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:03.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:03.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:03.254 [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) 14:36:03.272 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:03.282 [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 14:36:03.321 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:03.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:03.381 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:36:03.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:03.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:03.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:03.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:03.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:03.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:03.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:03.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:03.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:03.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:03.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:04.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:04.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:04.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:04.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:04.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:05.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:05.140 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:05.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:05.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:05.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:05.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:05.286 [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() 14:36:05.295 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:05.305 [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 14:36:05.344 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:05.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:05.400 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:05.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:05.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:05.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:05.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:05.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:05.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:05.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:05.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:05.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:05.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:05.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:06.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:06.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:06.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:06.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:06.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:07.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:07.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:07.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:07.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:07.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:07.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:07.294 [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) 14:36:07.311 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:07.321 [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 14:36:07.372 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:07.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:07.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:07.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:07.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:07.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:07.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:07.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:07.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:07.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:07.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:07.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:07.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:07.422 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:36:07.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:07.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:07.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:07.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:07.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:07.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:07.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:07.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:07.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:07.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:07.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:08.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:08.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:08.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:08.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:08.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:09.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:09.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:09.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:09.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:09.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:09.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:09.352 [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() 14:36:09.358 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:09.370 [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 14:36:09.409 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:09.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:09.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:09.457 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 14:36:09.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:09.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:09.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:09.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:09.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:09.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:09.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:09.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:09.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:09.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:09.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:10.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:10.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:10.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:10.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:10.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:10.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:11.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:11.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:11.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:11.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:11.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:11.174 [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) 14:36:11.187 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:11.196 [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 14:36:11.240 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:11.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:11.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:11.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:11.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:11.299 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:11.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:11.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:11.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:11.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:11.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:11.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:11.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:11.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:11.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:11.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:11.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:11.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:12.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:12.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:12.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:12.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:12.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:12.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:13.070 [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() 14:36:13.076 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:13.084 [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 14:36:13.119 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:13.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:13.173 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 14:36:13.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:13.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:13.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:13.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:13.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:13.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:13.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:13.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:13.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:13.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:13.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:13.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:14.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:14.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:14.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:14.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:14.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:14.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:14.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:14.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:14.982 [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() 14:36:14.988 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:14.997 [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 14:36:15.057 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:15.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:15.103 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:36:15.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:15.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:15.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:15.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:15.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:15.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:15.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:15.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:15.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:15.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:15.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:15.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:15.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:16.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:16.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:16.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:16.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:16.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:16.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:16.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:16.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:16.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:16.773 [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) 14:36:16.789 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:16.797 [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 14:36:16.834 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:16.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 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:16.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:16.894 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:36:16.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:16.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:16.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:17.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:17.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:17.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:17.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:17.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:17.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:17.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:17.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:17.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:17.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:17.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:17.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:18.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:18.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:18.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:18.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:18.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:18.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:18.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:18.600 [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) 14:36:18.612 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:18.620 [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 14:36:18.666 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:18.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:18.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:18.710 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:18.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:18.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:18.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:18.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:18.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:18.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:18.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:18.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:18.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:18.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:19.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:19.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:19.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:19.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:19.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:20.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:20.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:20.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:20.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:20.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:20.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:20.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:20.387 [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) 14:36:20.399 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:20.408 [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 14:36:20.464 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:20.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:20.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:20.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:20.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:20.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:20.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:20.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:20.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:20.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:20.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:20.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:20.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:20.509 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:36:20.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:20.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:20.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:20.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:20.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:20.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:20.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:20.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:20.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:20.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:20.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:21.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:21.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:21.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:21.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:21.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:21.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:21.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:22.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:22.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:22.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:22.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:22.124 [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) 14:36:22.176 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:22.185 [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 14:36:22.225 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:22.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:22.286 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:22.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:22.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:22.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:22.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:22.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:22.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:22.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:22.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:22.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:22.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:23.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:23.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:23.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:23.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:23.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:23.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:23.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:23.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:23.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:23.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:23.947 [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) 14:36:23.973 [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() 14:36:23.976 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:23.987 [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 14:36:24.028 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:24.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:24.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:24.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:24.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:24.094 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:36:24.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:24.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:24.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:24.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:24.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:24.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:24.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:24.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:24.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:24.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:24.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:24.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:24.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:24.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:25.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:25.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:25.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:25.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:25.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:25.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:25.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:25.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:25.824 [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) 14:36:25.846 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:25.861 [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 14:36:25.897 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:25.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:25.940 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:25.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:25.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:25.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:26.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:26.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:26.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:26.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:26.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:26.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:26.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:26.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:26.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:26.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:26.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:27.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:27.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:27.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:27.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:27.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:27.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:27.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:27.539 [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() 14:36:27.549 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:27.557 [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 14:36:27.592 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:27.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:27.635 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:36:27.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:27.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:27.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:27.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:27.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:27.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:27.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:27.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:27.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:27.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:27.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:28.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:28.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:28.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:28.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:28.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:29.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:29.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:29.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:29.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:29.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:29.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:29.250 [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) 14:36:29.271 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:29.279 [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 14:36:29.318 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:29.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:29.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:29.366 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:29.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:29.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:29.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:29.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:29.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:29.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:29.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:29.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:29.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:29.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:29.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:30.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:30.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:30.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:30.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:30.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:30.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:30.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:30.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:30.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:30.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:30.988 [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() 14:36:31.000 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:31.008 [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 14:36:31.043 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:31.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:31.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:31.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:31.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 14:36:31.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:31.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:31.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:31.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:31.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:31.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:31.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:31.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:31.094 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:31.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:31.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:31.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:31.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:31.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:31.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:31.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:31.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:31.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:31.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:31.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:31.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:32.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:32.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:32.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:32.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:32.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:32.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:32.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:32.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:32.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:32.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:32.797 [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) 14:36:32.814 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:32.822 [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 14:36:32.877 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:32.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:32.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:32.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:32.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:32.926 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 14:36:32.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:32.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:32.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:33.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:33.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:33.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:33.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:33.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:33.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:33.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:33.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:33.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:33.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:33.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:33.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:34.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:34.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:34.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:34.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:34.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:34.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:34.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:34.517 [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() 14:36:34.530 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:34.537 [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 14:36:34.575 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:34.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 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:34.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:34.618 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:34.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:34.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:34.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:34.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:34.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:34.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:34.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:34.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:35.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:35.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:35.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:35.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:35.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:35.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:36.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:36.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:36.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:36.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:36.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:36.205 [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() 14:36:36.218 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:36.226 [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 14:36:36.279 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:36.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:36.322 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:36.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:36.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:36.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:36.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:36.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:36.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:36.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:36.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:36.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:36.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:36.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:36.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:37.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:37.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:37.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:37.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:37.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:37.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:37.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:37.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:37.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:37.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:37.948 [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) 14:36:37.969 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:37.977 [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 14:36:38.014 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:38.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:38.067 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:38.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:38.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:38.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:38.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:38.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:38.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:38.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:38.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:38.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:38.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:38.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:38.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:38.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:38.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:38.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:39.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:39.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:39.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:39.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:39.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:39.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:39.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:39.751 [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() 14:36:39.781 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:39.789 [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 14:36:39.826 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:39.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:39.878 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:39.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:39.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:39.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:39.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:40.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:40.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:40.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:40.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:40.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:40.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:40.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:40.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:40.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:40.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:41.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:41.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:41.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:41.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:41.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:41.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:41.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:41.502 [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() 14:36:41.525 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:41.533 [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 14:36:41.577 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:41.624 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 14:36:41.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:41.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:41.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:41.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:41.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:41.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:41.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:41.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:41.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:41.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:41.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:42.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:42.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:42.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:42.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:42.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:43.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:43.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:43.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:43.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:43.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:43.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:43.290 [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() 14:36:43.305 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:43.314 [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 14:36:43.365 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:43.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:43.409 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:43.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:43.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:43.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:43.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:43.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:43.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:43.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:43.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:43.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:43.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:43.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:43.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:44.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:44.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:44.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:44.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:44.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:44.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:45.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:45.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:45.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:45.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:45.040 [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) 14:36:45.055 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:45.062 [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 14:36:45.101 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:45.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 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:45.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:45.146 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:36:45.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:45.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:45.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:45.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:45.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:45.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:45.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:45.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:45.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:45.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:45.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:45.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:45.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:46.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:46.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:46.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:46.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:46.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:46.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:46.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:46.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:46.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:46.760 [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() 14:36:46.774 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:46.782 [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 14:36:46.819 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:46.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:46.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:46.873 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 14:36:46.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:46.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:46.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:46.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:47.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:47.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:47.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:47.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:47.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:47.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:47.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:47.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:47.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:47.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:47.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:48.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:48.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:48.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:48.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:48.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:48.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:48.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:48.459 [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) 14:36:48.475 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:48.483 [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 14:36:48.517 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:48.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 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:48.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:48.567 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:48.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:48.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:48.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:48.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:48.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:48.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:48.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:48.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:48.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:48.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:48.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:49.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:49.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:49.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:49.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:49.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:49.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:50.014 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:50.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:50.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:50.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:50.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:50.138 [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() 14:36:50.159 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:50.166 [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 14:36:50.200 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:50.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:50.241 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:50.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:50.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:50.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:50.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:50.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:50.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:50.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:50.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:50.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:50.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:50.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:50.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:51.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:51.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:51.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:51.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:51.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:51.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:51.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:51.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:51.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:51.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:51.825 [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() 14:36:51.838 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:51.845 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting existing tag # features/TagService.feature:342 14:36:51.886 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:51.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:51.929 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:52.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:52.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:52.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:52.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:52.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:52.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:52.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:52.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:52.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:52.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:52.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:52.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:53.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:53.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:53.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:53.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:53.579 [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() 14:36:53.609 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:53.620 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Non-Existent Tag # features/TagService.feature:354 14:36:53.675 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:53.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:53.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:53.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:53.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:53.718 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:53.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:53.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:53.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:53.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:53.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:53.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:53.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:53.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:53.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:53.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:54.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:54.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:54.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:54.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:55.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:55.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:55.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:55.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:55.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:55.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:55.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:55.322 [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() 14:36:55.338 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:55.359 [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 14:36:55.396 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:55.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:55.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:55.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 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:55.438 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 14:36:55.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:55.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:55.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:55.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:55.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:55.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:55.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:55.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:55.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:55.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:55.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:55.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:56.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:56.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:56.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:56.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:56.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:56.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:57.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:57.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:57.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:57.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:57.020 [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() 14:36:57.037 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:57.044 [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 14:36:57.089 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:57.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:57.133 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:57.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:57.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:57.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:57.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:57.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:57.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:57.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:57.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:57.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:57.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:57.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:57.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:57.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:57.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:58.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:36:58.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:36:58.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:36:58.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:36:58.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:36:58.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:36:58.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:36:58.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:36:58.706 [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) 14:36:58.758 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:36:58.761 [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. 14:36:58.761 [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() 14:36:58.881 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:36:58.888 [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 14:36:58.926 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:36:58.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:36:58.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:36:58.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:36:58.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:36:58.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:36:58.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:36:58.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:36:58.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:36:58.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:36:58.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:36:58.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:36:58.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:36:58.991 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:36:59.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:36:59.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:36:59.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:36:59.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:36:59.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:36:59.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:36:59.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:36:59.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:36:59.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:36:59.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:36:59.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:36:59.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:36:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:36:59.853 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:36:59.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:37:00.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:37:00.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:37:00.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:37:00.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:37:00.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:37:00.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:37:00.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:37:00.599 [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() 14:37:00.628 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:37:00.635 [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 14:37:00.682 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:37:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:37:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:37:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:37:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:37:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:37:00.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:37:00.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:37:00.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:37:00.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:37:00.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:37:00.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:37:00.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:37:00.725 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:37:00.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:37:00.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:37:00.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:37:00.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:37:00.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:37:00.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:37:00.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:37:00.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:37:00.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:37:00.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:37:01.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:37:01.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:37:01.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:37:01.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:37:01.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:37:01.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:37:02.054 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:37:02.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:37:02.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:37:02.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:37:02.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:37:02.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:37:02.256 [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() 14:37:02.284 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:37:02.291 [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 14:37:02.325 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:37:02.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 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:37:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:37:02.387 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:37:02.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:37:02.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:37:02.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:37:02.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:37:02.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:37:02.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:37:02.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:37:02.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:37:02.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:37:02.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:37:02.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:37:02.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:37:03.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:37:03.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:37:03.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:37:03.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:37:03.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:37:03.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:37:03.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:37:03.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:37:03.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:37:03.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:37:03.980 [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() 14:37:04.008 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:37:04.016 [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 14:37:04.063 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:37:04.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:37:04.110 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 14:37:04.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:37:04.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:37:04.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:37:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:37:04.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:37:04.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:37:04.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:37:04.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:37:04.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:37:04.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:37:04.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:37:04.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:37:04.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:37:04.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:37:05.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:37:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:37:05.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:37:05.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:37:05.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:37:05.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:37:05.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:37:05.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:37:05.704 [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() 14:37:05.732 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:37:05.740 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Tag From Device # features/TagService.feature:419 14:37:05.775 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:37:05.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:37:05.815 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:37:05.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:37:05.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:37:05.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:37:05.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:37:05.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:37:05.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:37:06.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:37:06.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:37:06.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:37:06.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:37:06.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:37:06.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:37:06.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:37:06.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:37:06.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:37:07.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:37:07.140 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:37:07.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:37:07.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:37:07.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:37:07.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:37:07.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:37:07.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 "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) 14:37:07.381 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:37:07.389 [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 14:37:07.425 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:37:07.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:37:07.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:37:07.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:37:07.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:37:07.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:37:07.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:37:07.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:37:07.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:37:07.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:37:07.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:37:07.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:37:07.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:37:07.473 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:37:07.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:37:07.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:37:07.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:37:07.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:37:07.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:37:07.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:37:07.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:37:07.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:37:07.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:37:07.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:37:07.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:37:08.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:37:08.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:37:08.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:37:08.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:37:08.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:37:08.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:37:08.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:37:08.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:37:08.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:37:08.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:37:08.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:37:08.993 [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() 14:37:09.068 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:37:09.076 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding "Empty" Tag To Device # features/TagService.feature:449 14:37:09.112 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 14:37:09.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 14:37:09.162 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 14:37:09.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 14:37:09.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 14:37:09.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 14:37:09.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 14:37:09.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 14:37:09.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 14:37:09.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 14:37:09.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 14:37:09.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 14:37:09.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 14:37:09.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 14:37:09.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 14:37:09.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 14:37:10.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 14:37:10.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 14:37:10.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 14:37:10.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 14:37:10.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 14:37:10.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 14:37:10.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 14:37:10.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 14:37:10.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 14:37:10.752 [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() 14:37:10.765 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 14:37:10.772 [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 14:37:10.807 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 14:37:10.807 [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: 121.659 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 80 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 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870233312 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870233397 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870235708 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870236269 [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 14:37:25.417 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:37:25.425 [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.978 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.01 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.04 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.007 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.091 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.041 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.133 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.045 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.204 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.086 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.048 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.063 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.053 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.002 s - in org.eclipse.kapua.app.api.core.model.ByteArrayParamTest [INFO] Running org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest 14:37:26.469 [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.011 s - in org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest [INFO] Running org.eclipse.kapua.app.api.core.exception.RestApiRuntimeExceptionTest 14:37:26.474 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 14:37:26.475 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 14:37:26.475 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 14:37:26.475 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 14:37:26.476 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 14:37:26.476 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:37:26.477 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 14:37:26.477 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 14:37:26.477 [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.004 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.393 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 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.053 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 80 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 23 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870247988 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870248094 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870248173 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870249628 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870253403 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870259466 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870262875 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870265721 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870268452 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870270951 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870271024 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870272433 [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 14:38:00.797 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:38:00.804 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 14:38:01.585 [main] INFO org.reflections.Reflections - Reflections took 610 ms to scan 81 urls, producing 827 keys and 2377 values 14:38:02.214 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 14:38:02.218 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:38:02.218 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 14:38:02.219 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:38:02.219 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web 14:38:02.219 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 14:38:02.219 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 14:38:02.219 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 14:38:02.220 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 14:38:02.220 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 14:38:02.220 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 14:38:02.220 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 14:38:02.220 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 14:38:02.220 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:38:02.221 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:38:02.221 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 14:38:02.221 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web.AppModule 14:38:02.221 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 14:38:02.221 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 14:38:02.221 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 14:38:02.222 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 14:38:02.222 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 14:38:02.222 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 14:38:02.222 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 14:38:02.222 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 14:38:02.222 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 14:38:02.223 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 14:38:02.223 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 14:38:02.223 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 14:38:02.223 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 14:38:02.223 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 14:38:02.223 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 14:38:02.224 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 14:38:02.224 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 14:38:02.224 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 14:38:02.224 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 14:38:02.224 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 14:38:02.224 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 14:38:02.225 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 14:38:02.225 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 14:38:02.225 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 14:38:02.225 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 14:38:02.225 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 14:38:02.225 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 14:38:02.226 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 14:38:02.226 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 14:38:02.226 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 14:38:02.226 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 14:38:02.226 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 14:38:02.226 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 14:38:02.227 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 14:38:02.227 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 14:38:02.227 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 14:38:02.227 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 14:38:02.227 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 14:38:02.227 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 14:38:02.228 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 14:38:02.228 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 14:38:02.228 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 14:38:02.228 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 14:38:02.228 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 14:38:02.228 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 14:38:02.229 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 14:38:02.229 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 14:38:02.229 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 14:38:02.229 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 14:38:02.229 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 14:38:02.229 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 14:38:02.230 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 14:38:02.230 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 14:38:02.230 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 14:38:02.230 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 14:38:02.230 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 14:38:02.230 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 14:38:02.231 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 14:38:02.231 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 14:38:02.231 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.systeminfo.internal.SystemInfoModule 14:38:02.231 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 14:38:02.231 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 14:38:02.231 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 14:38:02.232 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 14:38:02.232 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 14:38:02.232 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 14:38:02.232 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 14:38:02.232 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 14:38:02.232 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 14:38:02.232 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 14:38:02.233 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 14:38:02.233 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:38:02.233 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 14:38:02.233 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:38:02.233 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:38:06.270 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 14:38:06.271 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 14:38:06.278 [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 14:38:06.908 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 14:38:08.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 14:38:08.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:08.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:08.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:08.239 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:08.239 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:08.243 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 14:38:08.244 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:38:08.244 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:38:08.244 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web 14:38:08.244 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 14:38:08.244 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 14:38:08.244 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 14:38:08.256 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 14:38:08.257 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 14:38:08.257 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 14:38:08.257 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 14:38:08.257 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 14:38:08.257 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:38:08.257 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:38:08.257 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 14:38:08.257 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 14:38:08.258 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:38:08.258 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 14:38:08.264 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:38:08.264 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:38:08.265 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:38:08.265 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:38:08.265 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:38:08.265 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:38:08.265 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:38:08.292 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 14:38:08.292 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:08.292 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 14:38:08.843 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:38:08.843 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:08.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:08.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:08.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:08.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:08.863 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 14:38:08.864 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:08.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 14:38:08.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:08.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:08.918 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:08.918 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:08.918 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:08.920 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 14:38:08.920 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:08.921 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 14:38:08.990 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 14:38:08.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:08.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:08.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:08.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:08.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.117 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:38:09.117 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.117 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.117 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.117 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.117 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.118 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.118 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:09.118 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.118 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.122 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.122 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:09.123 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.124 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.124 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:09.125 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.125 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:09.126 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.126 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:09.126 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 14:38:09.127 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 14:38:09.127 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 14:38:09.175 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:38:09.175 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.176 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.176 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.176 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.176 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:38:09.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 14:38:09.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.265 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:38:09.265 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.265 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.265 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.265 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.266 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.275 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:38:09.275 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.276 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.276 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.276 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.276 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.281 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:38:09.281 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.281 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.281 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.282 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.282 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.302 [main] INFO o.e.k.s.d.c.l.i.DeviceConnectionEventListenerServiceImpl - Initializing class org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceImpl 14:38:09.318 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 14:38:09.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.330 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 14:38:09.330 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.330 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.356 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.357 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.357 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.370 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:38:09.370 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:38:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.376 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.377 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.385 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:38:09.385 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.385 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.385 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.385 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.386 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.392 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:38:09.392 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.392 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.392 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.392 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.392 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.402 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:38:09.402 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:38:09.484 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.484 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.484 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.484 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.484 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.508 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:38:09.508 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.508 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.509 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.509 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.509 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:38:09.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:38:09.556 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.565 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 14:38:09.565 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.565 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.565 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.565 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.565 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 14:38:09.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:38:09.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:38:09.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:38:09.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:38:09.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:38:09.815 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... 14:38:09.816 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutting down... 14:38:09.816 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules... 14:38:09.816 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule 14:38:09.816 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.816 [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) 14:38:09.816 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.816 [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) 14:38:09.816 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.816 [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) 14:38:09.817 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.817 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.817 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule 14:38:09.817 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.817 [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) 14:38:09.817 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.817 [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) 14:38:09.817 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.817 [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) 14:38:09.818 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.818 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.818 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule 14:38:09.818 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.818 [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) 14:38:09.818 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.818 [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) 14:38:09.818 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.818 [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) 14:38:09.818 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.818 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.819 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule 14:38:09.819 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.819 [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) 14:38:09.819 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.819 [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) 14:38:09.819 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.819 [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) 14:38:09.819 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.819 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.819 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule 14:38:09.819 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.820 [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) 14:38:09.820 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.820 [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) 14:38:09.820 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.820 [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) 14:38:09.820 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.820 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.820 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule 14:38:09.820 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.820 [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) 14:38:09.820 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.820 [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) 14:38:09.821 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.821 [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) 14:38:09.821 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.821 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.821 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus... 14:38:09.821 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE 14:38:09.821 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE! 14:38:09.823 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... 14:38:09.823 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutting down... 14:38:09.823 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules... 14:38:09.823 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule 14:38:09.823 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.824 [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) 14:38:09.824 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.824 [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) 14:38:09.824 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.825 [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) 14:38:09.826 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.826 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.826 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule 14:38:09.826 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.826 [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) 14:38:09.826 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.826 [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) 14:38:09.826 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.826 [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) 14:38:09.826 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.827 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.827 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule 14:38:09.827 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.827 [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) 14:38:09.827 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.827 [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) 14:38:09.827 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.827 [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) 14:38:09.827 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.827 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.827 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule 14:38:09.828 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.828 [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) 14:38:09.828 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.828 [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) 14:38:09.828 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.828 [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) 14:38:09.828 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.828 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.828 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule 14:38:09.828 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.829 [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) 14:38:09.829 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.829 [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) 14:38:09.829 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.829 [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) 14:38:09.829 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.829 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.829 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule 14:38:09.829 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 14:38:09.829 [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) 14:38:09.829 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 14:38:09.829 [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) 14:38:09.830 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 14:38:09.830 [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) 14:38:09.830 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 14:38:09.830 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 14:38:09.830 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus... 14:38:09.830 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE 14:38:09.830 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE! 14:38:09.831 [main] WARN o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@66f02ece, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@5d257541 14:38:09.831 [main] INFO o.e.k.app.api.web.RestApiListener - Starting service modules... 14:38:09.831 [main] INFO o.e.k.c.core.ServiceModuleBundle - Starting up... 14:38:09.831 [main] INFO o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus... 14:38:10.947 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672 14:38:10.972 [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) 14:38:10.974 [main] WARN o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@66f02ece, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@5d257541 14:38:10.975 [main] INFO o.e.k.app.api.web.RestApiListener - Starting service modules... 14:38:10.975 [main] INFO o.e.k.c.core.ServiceModuleBundle - Starting up... 14:38:10.975 [main] INFO o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus... 14:38:10.983 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672 14:38:10.986 [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: 10.93 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: 1.911 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.055 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.173 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 80 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 23 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 55 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870300315 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870305368 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870309793 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870313635 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870317219 [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 6 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870319995 [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 4 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870322630 [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 8 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870325371 [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 4 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870328193 [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 4 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870330985 [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 10 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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870333723 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870337524 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870342182 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870345491 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870345939 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870349528 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870352930 [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: e8938c2914ccb5678044928e790624dfbab5dc98 at timestamp: 1715870357584 [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.202 s - in org.eclipse.kapua.integration.misc.PermissionFactoryImplTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaLocatorTest 14:39:24.887 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:39:24.894 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 14:39:25.771 [main] INFO org.reflections.Reflections - Reflections took 662 ms to scan 98 urls, producing 840 keys and 2494 values 14:39:26.365 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 14:39:26.368 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:39:26.369 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 14:39:26.369 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:39:26.369 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 14:39:26.369 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 14:39:26.369 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 14:39:26.369 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 14:39:26.370 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 14:39:26.370 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 14:39:26.370 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 14:39:26.370 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 14:39:26.370 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 14:39:26.370 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:39:26.370 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:39:26.370 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 14:39:26.371 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 14:39:26.371 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 14:39:26.371 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 14:39:26.371 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 14:39:26.371 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 14:39:26.371 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 14:39:26.371 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 14:39:26.372 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 14:39:26.372 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 14:39:26.372 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 14:39:26.372 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 14:39:26.372 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 14:39:26.372 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 14:39:26.372 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 14:39:26.373 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 14:39:26.373 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 14:39:26.373 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 14:39:26.373 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 14:39:26.373 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 14:39:26.373 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 14:39:26.373 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 14:39:26.373 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 14:39:26.374 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 14:39:26.374 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 14:39:26.374 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 14:39:26.374 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 14:39:26.374 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 14:39:26.374 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 14:39:26.374 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 14:39:26.375 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 14:39:26.375 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 14:39:26.375 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 14:39:26.375 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 14:39:26.375 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 14:39:26.375 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 14:39:26.375 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 14:39:26.375 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 14:39:26.376 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 14:39:26.376 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 14:39:26.376 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 14:39:26.376 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 14:39:26.376 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 14:39:26.376 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 14:39:26.376 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 14:39:26.377 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 14:39:26.377 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 14:39:26.377 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 14:39:26.377 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 14:39:26.377 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 14:39:26.377 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 14:39:26.377 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 14:39:26.377 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 14:39:26.378 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 14:39:26.378 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 14:39:26.378 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 14:39:26.378 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 14:39:26.378 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 14:39:26.378 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 14:39:26.378 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 14:39:26.378 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 14:39:26.379 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 14:39:26.379 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 14:39:26.379 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 14:39:26.379 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 14:39:26.379 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 14:39:26.379 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 14:39:26.379 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 14:39:26.380 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 14:39:26.380 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 14:39:26.380 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 14:39:26.380 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 14:39:26.380 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 14:39:26.380 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 14:39:26.380 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 14:39:26.380 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 14:39:26.381 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 14:39:26.381 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 14:39:26.381 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 14:39:26.381 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 14:39:26.381 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 14:39:26.381 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 14:39:26.381 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 14:39:26.381 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:39:26.382 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 14:39:26.382 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:39:26.382 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:39:31.130 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 14:39:31.133 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 14:39:31.146 [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 14:39:31.881 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 14:39:33.474 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 14:39:33.475 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:33.475 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:33.475 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:33.475 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:33.475 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:33.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 14:39:33.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:39:33.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:39:33.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 14:39:33.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 14:39:33.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 14:39:33.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 14:39:33.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 14:39:33.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 14:39:33.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 14:39:33.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 14:39:33.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 14:39:33.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:39:33.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:39:33.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 14:39:33.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 14:39:33.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:39:33.484 [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: 9.178 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.367 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.004 s - in org.eclipse.kapua.integration.misc.MetatypeXmlRegistryTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest 14:39:34.244 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:39:34.245 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:39:34.245 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:39:34.245 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:39:34.245 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:39:34.245 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:39:34.245 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:39:34.270 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 14:39:34.270 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:34.270 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 14:39:34.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:39:34.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:34.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:34.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:34.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:34.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:34.907 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 14:39:34.907 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:34.907 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 14:39:34.910 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 14:39:34.910 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:34.964 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 14:39:34.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:34.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:34.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:34.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:34.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:35.012 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 14:39:35.013 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:35.013 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:35.013 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:35.013 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:35.013 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:35.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:39:35.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:35.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:35.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:35.113 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:35.113 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:35.117 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:39:35.117 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:39:35.117 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:39:35.117 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:39:35.117 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:39:35.117 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:39:35.157 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:39:35.157 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:35.158 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:35.158 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:35.158 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:35.158 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:35.158 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:35.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:39:35.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:35.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:35.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:35.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:35.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:35.987 [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. 14:39:35.987 [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. 14:39:35.989 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:39:36.032 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:36.579 [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. 14:39:36.579 [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. 14:39:36.581 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:39:36.598 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:36.981 [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. 14:39:36.981 [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. 14:39:36.982 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:39:36.987 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:37.238 [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. 14:39:37.238 [main] INFO o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property. 14:39:37.239 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:39:37.243 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:37.490 [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. 14:39:37.491 [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. 14:39:37.491 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:39:37.495 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:37.744 [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. 14:39:37.745 [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. 14:39:37.746 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:39:37.762 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:37.998 [main] INFO o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property. 14:39:37.998 [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. 14:39:37.999 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 14:39:38.003 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:38.217 [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. 14:39:38.218 [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. 14:39:38.218 [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: 4.319 s - in org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest [INFO] Running org.eclipse.kapua.integration.misc.UserPassAuthenticatingRealmTest 14:39:38.224 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:38.441 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 14:39:38.654 [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.635 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.005 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: 2.087 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.001 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.008 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.431 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 14:39:41.696 [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 14:39:41.699 [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.032 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 14:39:44.385 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 14:39:44.386 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:39:44.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 14:39:44.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 14:39:44.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 14:39:44.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 14:39:44.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 14:39:44.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 14:39:44.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 14:39:44.393 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 14:39:44.393 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 14:39:44.393 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 14:39:44.393 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 14:39:44.465 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 14:39:44.465 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 14:39:44.806 [main] INFO org.reflections.Reflections - Reflections took 330 ms to scan 98 urls, producing 840 keys and 2494 values 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 14:39:44.822 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 14:39:44.823 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 14:39:44.824 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 14:39:44.825 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 14:39:44.826 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 14:39:44.827 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 14:39:44.828 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 14:39:44.829 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:39:44.829 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 14:39:44.829 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:39:44.829 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:39:45.645 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 14:39:45.646 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 14:39:45.647 [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 14:39:45.794 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 14:39:45.898 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 14:39:45.898 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:45.898 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:45.898 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:45.898 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:45.899 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:45.900 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 14:39:45.900 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 14:39:45.900 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 14:39:45.900 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 14:39:45.900 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 14:39:45.900 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 14:39:45.901 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 14:39:45.901 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 14:39:46.004 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 14:39:46.004 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@2353b5a7 14:39:46.004 [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() 14:39:46.012 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 14:39:46.012 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 14:39:46.013 [main] INFO o.e.k.q.integration.steps.DockerUtil - Creating docker client... 14:39:46.424 [main] INFO o.e.k.q.integration.steps.DockerUtil - Creating docker client... DONE 14:39:47.108 [main] INFO org.eclipse.jetty.util.log - Logging initialized @24490ms to org.eclipse.jetty.util.log.Slf4jLog 14:39:48.207 [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 14:39:48.209 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.210 [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 14:39:48.210 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.211 [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 14:39:48.211 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.215 [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 14:39:48.215 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 14:39:48.216 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 14:39:48.216 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 14:39:48.216 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 14:39:48.218 [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 14:39:48.218 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.219 [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 14:39:48.219 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.220 [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 14:39:48.220 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.222 [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 14:39:48.223 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 14:39:48.223 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 14:39:48.315 [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 14:39:48.315 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.316 [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 14:39:48.316 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.317 [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 14:39:48.317 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.319 [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 14:39:48.320 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 14:39:48.325 [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 14:39:48.325 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.325 [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 14:39:48.326 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.326 [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 14:39:48.326 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.329 [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 14:39:48.329 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 14:39:48.331 [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 14:39:48.356 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.357 [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 14:39:48.357 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.358 [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 14:39:48.358 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.361 [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 14:39:48.361 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 14:39:48.363 [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 14:39:48.363 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.364 [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 14:39:48.364 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.365 [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 14:39:48.365 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.367 [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 14:39:48.367 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 14:39:48.369 [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 14:39:48.369 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.370 [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 14:39:48.370 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.370 [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 14:39:48.371 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.373 [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 14:39:48.373 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 14:39:48.375 [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 14:39:48.375 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.376 [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 14:39:48.376 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.376 [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 14:39:48.376 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.379 [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 14:39:48.379 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 14:39:48.382 [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 14:39:48.382 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.383 [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 14:39:48.383 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.385 [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 14:39:48.385 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.405 [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 14:39:48.405 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 14:39:48.408 [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 14:39:48.408 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.409 [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 14:39:48.409 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.410 [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 14:39:48.410 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.412 [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 14:39:48.413 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 14:39:48.415 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 14:39:48.415 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.416 [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 14:39:48.416 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.417 [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 14:39:48.418 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.420 [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 14:39:48.420 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 14:39:48.420 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 14:39:48.423 [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 14:39:48.423 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.424 [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 14:39:48.424 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.425 [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 14:39:48.425 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.427 [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 14:39:48.427 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 14:39:48.429 [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 14:39:48.429 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.430 [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 14:39:48.430 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.431 [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 14:39:48.431 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.433 [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 14:39:48.434 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 14:39:48.458 [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 14:39:48.458 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.459 [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 14:39:48.459 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.460 [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 14:39:48.460 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.462 [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 14:39:48.462 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 14:39:48.464 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 14:39:48.464 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.465 [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 14:39:48.465 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.466 [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 14:39:48.466 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.468 [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 14:39:48.468 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 14:39:48.470 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 14:39:48.470 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.471 [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 14:39:48.471 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.472 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 14:39:48.472 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.474 [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 14:39:48.474 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 14:39:48.476 [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 14:39:48.476 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.477 [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 14:39:48.477 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.478 [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 14:39:48.478 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.480 [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 14:39:48.480 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 14:39:48.482 [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 14:39:48.483 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.483 [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 14:39:48.484 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.484 [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 14:39:48.484 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.486 [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 14:39:48.487 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 14:39:48.489 [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 14:39:48.489 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.490 [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 14:39:48.490 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.490 [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 14:39:48.490 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.492 [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 14:39:48.493 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 14:39:48.495 [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 14:39:48.495 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.495 [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 14:39:48.496 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.496 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 14:39:48.496 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.499 [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 14:39:48.499 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 14:39:48.501 [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 14:39:48.501 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.502 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 14:39:48.502 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.503 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 14:39:48.503 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.505 [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 14:39:48.505 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 14:39:48.507 [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 14:39:48.507 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.508 [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 14:39:48.508 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.509 [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 14:39:48.509 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.510 [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 14:39:48.511 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 14:39:48.511 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 14:39:48.517 [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 14:39:48.517 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.518 [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 14:39:48.518 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.519 [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 14:39:48.519 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 14:39:48.521 [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 14:39:48.618 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:39:48.618 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.619 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.619 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.619 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.619 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.619 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 14:39:48.619 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:39:48.619 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 14:39:48.619 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 14:39:48.620 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 14:39:48.620 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 14:39:48.620 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 14:39:48.620 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.620 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.620 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 14:39:48.621 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.621 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.621 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 14:39:48.621 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.622 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.634 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 14:39:48.634 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.634 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.634 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.634 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.634 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 14:39:48.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.706 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 14:39:48.706 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.706 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.706 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.706 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.706 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 14:39:48.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.759 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.759 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.760 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.760 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.867 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:39:48.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.871 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.871 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.871 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.872 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.873 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.873 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.873 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.874 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.874 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.874 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 14:39:48.875 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 14:39:48.876 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 14:39:48.883 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:39:48.883 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.883 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.902 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:39:48.902 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.902 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.902 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.902 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.902 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.972 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 14:39:48.973 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.973 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.973 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.973 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.973 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:48.986 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 14:39:48.986 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:48.986 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:48.986 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:48.986 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:48.986 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 14:39:49.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.072 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 14:39:49.073 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.073 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.073 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.073 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.073 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.080 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 14:39:49.080 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.080 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.094 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 14:39:49.095 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.095 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.095 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.095 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.095 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.108 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 14:39:49.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.120 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 14:39:49.121 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.121 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.121 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.121 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.121 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 14:39:49.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:39:49.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.178 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.178 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.178 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.189 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:39:49.189 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.189 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.189 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.189 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.189 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.207 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 14:39:49.207 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.207 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.207 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.207 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.207 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.208 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 14:39:49.208 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 14:39:49.208 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 14:39:49.208 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 14:39:49.208 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 14:39:49.208 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 14:39:49.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:39:49.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 14:39:49.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.224 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:39:49.224 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.224 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.225 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.225 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.225 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.234 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:39:49.234 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.234 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.234 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.234 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.234 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 14:39:49.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.321 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 14:39:49.321 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:49.321 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 14:39:49.321 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 14:39:49.321 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:49.321 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 14:39:49.367 [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 14:39:51.017 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:39:51.019 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 14:39:51.712 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 14:39:52.089 [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 = ?)") 14:39:52.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: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:52.114 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:52.115 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:52.131 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons =================== 14:39:52.131 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Datasource Name: kapua-dbpool 14:39:52.131 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Configuration Overrides 14:39:52.131 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 14:39:52.132 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | eclipselink.cache.shared.default: false 14:39:52.132 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - ================================================================================== 14:39:52.134 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 14:39:52.158 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:52.161 [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 14:39:52.340 [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 = ?)") 14:39:52.341 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:52.356 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:52.357 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:52.357 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:52.359 [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 14:39:52.476 [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 = ?)") 14:39:52.477 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:52.486 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:52.486 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:52.486 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:52.488 [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 14:39:52.612 [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 = ?)") 14:39:52.614 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:52.659 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:52.659 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:52.659 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:52.661 [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 14:39:52.781 [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 = ?)") 14:39:52.783 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:52.791 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:52.791 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:52.791 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:52.793 [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 14:39:52.900 [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 = ?)") 14:39:52.901 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:52.908 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:52.908 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:52.908 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:52.910 [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 14:39:53.015 [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 = ?)") 14:39:53.017 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.024 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.024 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.024 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.026 [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 14:39:53.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 "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, 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 = ?)") 14:39:53.124 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.133 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.133 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.133 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.134 [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 14:39:53.235 [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 = ?)") 14:39:53.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: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.244 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.244 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.244 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.246 [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 14:39:53.338 [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 = ?)") 14:39:53.339 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.364 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.364 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.364 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.366 [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 14:39:53.460 [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 = ?)") 14:39:53.461 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.468 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.468 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.469 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.470 [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 14:39:53.566 [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 = ?)") 14:39:53.567 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.574 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.574 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.574 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.576 [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 14:39:53.673 [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 = ?)") 14:39:53.675 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.683 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.683 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.683 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.685 [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 14:39:53.815 [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 = ?)") 14:39:53.816 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.823 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.823 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.823 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.825 [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 14:39:53.925 [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 = ?)") 14:39:53.926 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:53.934 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:53.934 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:53.934 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:53.936 [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 14:39:54.058 [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 = ?)") 14:39:54.059 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.068 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.068 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.068 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.070 [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 14:39:54.264 [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 = ?)") 14:39:54.266 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.274 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.274 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.274 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.277 [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 14:39:54.383 [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 = ?)") 14:39:54.384 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.390 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.391 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.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 "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 14:39:54.482 [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 = ?)") 14:39:54.483 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.489 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.489 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.490 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.491 [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 14:39:54.587 [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 = ?)") 14:39:54.588 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.596 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.596 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.596 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.597 [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 14:39:54.692 [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 = ?)") 14:39:54.693 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.698 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.699 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.699 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.700 [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 14:39:54.788 [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 = ?)") 14:39:54.789 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.796 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.796 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.796 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.797 [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 14:39:54.881 [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 = ?)") 14:39:54.882 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.888 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.888 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.888 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.890 [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 14:39:54.972 [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 = ?)") 14:39:54.973 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:54.980 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:54.980 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:54.980 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:54.982 [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 14:39:55.092 [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 = ?)") 14:39:55.093 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:55.098 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:55.098 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:55.098 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:55.099 [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 14:39:55.198 [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 = ?)") 14:39:55.199 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:55.204 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:55.204 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:55.204 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:55.206 [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 14:39:55.295 [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 = ?)") 14:39:55.296 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:55.302 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:55.302 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:55.302 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:55.304 [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 14:39:55.391 [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 = ?)") 14:39:55.392 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:55.397 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:55.397 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:55.397 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:55.399 [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 14:39:55.486 [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 = ?)") 14:39:55.488 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:55.493 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:55.493 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:55.493 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:55.495 [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 14:39:55.573 [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 = ?)") 14:39:55.574 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:39:55.579 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:39:55.579 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:39:55.579 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:39:55.581 [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 14:40:25.662 [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 = ?)"). 14:40:55.663 [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 = ?)"). 14:41:30.665 [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 = ?)"). 14:42:05.667 [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 = ?)") 14:42:05.668 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:42:05.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:42:05.674 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:42:05.674 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:42:35.676 [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. 14:44:05.679 [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 14:44:35.765 [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 = ?)"). 14:45:05.767 [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 = ?)"). 14:45:40.768 [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 = ?)"). 14:46:15.770 [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 = ?)") 14:46:15.773 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:46:15.783 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:46:15.783 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:46:15.783 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:46:45.785 [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. 14:48:15.788 [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 14:48:45.875 [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 = ?)"). 14:49:15.877 [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 = ?)"). 14:49:50.878 [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 = ?)"). 14:50:25.881 [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 = ?)") 14:50:25.884 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:50:25.895 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:50:25.895 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:50:25.896 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:50:55.899 [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. 14:52:25.901 [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 14:52:55.982 [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 = ?)"). 14:53:25.984 [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 = ?)"). 14:54:00.985 [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 = ?)"). 14:54:35.987 [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 = ?)") 14:54:35.989 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:54:35.998 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:54:35.998 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:54:35.998 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:55:06.000 [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. 14:56:36.003 [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 14:57:06.096 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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 = ?)"). 14:57:36.099 [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 = ?)"). 14:58:11.100 [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 = ?)"). 14:58:46.102 [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 = ?)") 14:58:46.104 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 14:58:46.113 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 14:58:46.113 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 14:58:46.113 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 14:59:16.115 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 15:00:46.117 [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 15:01:16.193 [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 = ?)"). 15:01:46.194 [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 = ?)"). 15:02:21.196 [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 = ?)"). 15:02:56.198 [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 = ?)") 15:02:56.199 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:02:56.207 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:02:56.207 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:02:56.207 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:03:26.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. 15:04:56.212 [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 15:05:26.283 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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 = ?)"). 15:05:56.284 [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 = ?)"). 15:06:31.285 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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 = ?)"). 15:07:06.287 [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 = ?)") 15:07:06.289 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:07:06.296 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:07:06.296 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:07:06.297 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:07:36.298 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 15:09:06.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 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 15:09:36.384 [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 = ?)"). 15:10:06.386 [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 = ?)"). 15:10:41.387 [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 = ?)"). 15:11:16.388 [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 = ?)") 15:11:16.391 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:11:16.400 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:11:16.400 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:11:16.400 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:11:46.402 [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. 15:13:16.405 [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 15:13:46.479 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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 = ?)"). 15:14:16.481 [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 = ?)"). 15:14:51.482 [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 = ?)"). 15:15:26.484 [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 = ?)") 15:15:26.485 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:15:26.493 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:15:26.493 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:15:26.493 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:15:56.494 [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. 15:17:26.497 [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 15:17:56.578 [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 = ?)"). 15:18:26.579 [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 = ?)"). 15:19:01.580 [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 = ?)"). 15:19:36.582 [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 = ?)") 15:19:36.584 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:19:36.591 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:19:36.591 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:19:36.591 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:20:06.593 [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. 15:21:36.595 [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 15:22:06.667 [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 = ?)"). 15:22:36.668 [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 = ?)"). 15:23:11.670 [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 = ?)"). 15:23:46.671 [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 = ?)") 15:23:46.673 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:23:46.679 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:23:46.680 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:23:46.680 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:24:16.681 [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. 15:25:46.684 [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 15:26:16.755 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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 = ?)"). 15:26:46.756 [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 = ?)"). 15:27:21.757 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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 = ?)"). 15:27:56.759 [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 = ?)") 15:27:56.761 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:27:56.773 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:27:56.774 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:27:56.774 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:28:26.777 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms. Error Code: 0. 15:29:56.780 [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 15:29:56.843 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 15:29:56.845 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 15:29:56.852 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.852 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.853 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.853 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.854 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.854 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.858 [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 15:29:56.858 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 15:29:56.858 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 15:29:56.858 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 15:29:56.858 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 15:29:56.860 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.860 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.861 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.861 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.863 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.863 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.865 [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 15:29:56.865 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 15:29:56.865 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 15:29:56.868 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.868 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.869 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.869 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.870 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.870 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.873 [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 15:29:56.873 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 15:29:56.876 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.876 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.877 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.877 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.878 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.878 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.880 [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 15:29:56.880 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 15:29:56.882 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.883 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.884 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.884 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.885 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.885 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.887 [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 15:29:56.887 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 15:29:56.889 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.889 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.890 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.890 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.891 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.891 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.894 [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 15:29:56.894 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 15:29:56.896 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.896 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.897 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.897 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.898 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.898 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.901 [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 15:29:56.901 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 15:29:56.903 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.903 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.904 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.904 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.905 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.906 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.908 [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 15:29:56.908 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 15:29:56.911 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.911 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.912 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.912 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.913 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.913 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.917 [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 15:29:56.917 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 15:29:56.920 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.920 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.921 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.921 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.922 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.922 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.924 [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 15:29:56.924 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 15:29:56.958 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.958 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.959 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.959 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.960 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.960 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.962 [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 15:29:56.963 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 15:29:56.963 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 15:29:56.965 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.965 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.966 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.966 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.967 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.967 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.969 [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 15:29:56.970 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 15:29:56.972 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.972 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.973 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.973 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.974 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.974 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.976 [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 15:29:56.976 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 15:29:56.978 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.978 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.979 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.979 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.980 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.980 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.982 [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 15:29:56.982 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 15:29:56.984 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.984 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.985 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.985 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.986 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.986 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.988 [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 15:29:56.988 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 15:29:56.990 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.990 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.991 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.991 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.993 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.993 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:56.995 [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 15:29:56.996 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 15:29:56.999 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:56.999 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.000 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.000 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.001 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.001 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.003 [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 15:29:57.004 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 15:29:57.007 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.007 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.008 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.008 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.009 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.009 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.012 [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 15:29:57.012 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 15:29:57.014 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.014 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.015 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.015 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.016 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.016 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.018 [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 15:29:57.018 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 15:29:57.021 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.021 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.022 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.022 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.023 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.023 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.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.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 15:29:57.027 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 15:29:57.059 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.059 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.060 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.060 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.061 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.061 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.063 [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 15:29:57.063 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 15:29:57.065 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.065 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.066 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.066 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.067 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:57.067 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:57.070 [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 15:29:57.070 [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() 15:29:57.071 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 15:29:57.071 [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,015.455 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest [ERROR] Trigger service tests.Init Security Context for all scenarios Time elapsed: 7.481 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: 7.481 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: 1.361 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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: 1.362 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.196 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.197 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.126 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.126 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.171 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.172 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.13 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.13 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.116 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.116 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.115 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.116 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.107 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.107 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.118 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.118 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.112 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.112 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.103 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.103 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.105 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.106 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.108 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.108 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.139 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.14 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.11 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.11 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.133 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.133 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.205 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.205 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.115 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.115 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.098 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.099 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.107 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.107 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.101 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.102 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.097 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.097 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.092 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.092 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.091 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.091 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.131 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.131 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.092 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.092 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.098 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.098 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.094 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.094 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.095 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.095 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.086 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.086 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.1 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.101 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.104 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.106 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.112 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.112 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.098 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.099 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.112 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.113 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.092 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.092 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.088 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.089 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.103 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.104 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.089 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.09 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.096 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.096 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.089 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.09 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.093 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.093 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 15:29:57.666 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 15:29:57.666 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 15:29:57.668 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 15:29:57.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 15:29:57.675 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 15:29:57.675 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 15:29:57.986 [main] INFO org.reflections.Reflections - Reflections took 302 ms to scan 98 urls, producing 840 keys and 2494 values 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 15:29:58.003 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 15:29:58.004 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 15:29:58.005 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 15:29:58.761 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 15:29:58.761 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 15:29:58.762 [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 15:29:58.959 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 15:29:58.968 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 15:29:58.968 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:58.968 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:58.968 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:58.968 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:58.968 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 15:29:58.969 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 15:29:58.969 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 15:29:58.979 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 15:29:58.979 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 15:29:58.984 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 15:29:58.984 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 15:29:58.984 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 15:29:58.984 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 15:29:58.984 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 15:29:58.984 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 15:29:58.984 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 15:29:58.985 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 15:29:58.985 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:58.985 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 15:29:58.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:29:58.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:58.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:58.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:58.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:58.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:58.995 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 15:29:58.995 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:58.995 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 15:29:58.995 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 15:29:58.995 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:58.998 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 15:29:58.998 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:58.998 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:58.998 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:58.998 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:58.998 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 15:29:59.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 15:29:59.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.015 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 15:29:59.015 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 15:29:59.015 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 15:29:59.015 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 15:29:59.015 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 15:29:59.015 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 15:29:59.019 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 15:29:59.019 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.019 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.019 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.019 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.019 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.019 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 15:29:59.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 15:29:59.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.285 [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. 15:29:59.285 [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. 15:29:59.286 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 15:29:59.286 [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() 15:29:59.287 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 15:29:59.287 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 15:29:59.287 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 15:29:59.290 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.290 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.290 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.290 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.291 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.291 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.294 [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 15:29:59.294 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 15:29:59.294 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 15:29:59.294 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 15:29:59.294 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 15:29:59.296 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.296 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.296 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.296 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.297 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.297 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.299 [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 15:29:59.299 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 15:29:59.299 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 15:29:59.301 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.301 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.302 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.302 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.302 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.302 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.304 [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 15:29:59.305 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 15:29:59.307 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.307 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.308 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.308 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.309 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.309 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.311 [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 15:29:59.311 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 15:29:59.313 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.313 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.314 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.314 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.315 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.315 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.317 [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 15:29:59.317 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 15:29:59.319 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.319 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.320 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.320 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.321 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.321 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.323 [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 15:29:59.323 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 15:29:59.325 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.325 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.325 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.325 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.326 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.326 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.328 [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 15:29:59.328 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 15:29:59.330 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.330 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.330 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.330 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.331 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.331 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.333 [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 15:29:59.333 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 15:29:59.334 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.334 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.335 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.335 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.336 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.336 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.358 [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 15:29:59.358 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 15:29:59.359 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.359 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.360 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.360 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.360 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.361 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.362 [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 15:29:59.362 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 15:29:59.364 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.364 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.364 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.364 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.365 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.367 [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 15:29:59.367 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 15:29:59.367 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 15:29:59.368 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.368 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.369 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.370 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.371 [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 15:29:59.371 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 15:29:59.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 15:29:59.373 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.373 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.374 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.374 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.375 [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 15:29:59.376 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 15:29:59.377 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.377 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.378 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.378 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.378 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.378 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.380 [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 15:29:59.380 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 15:29:59.381 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.381 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.382 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.383 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.384 [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 15:29:59.385 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 15:29:59.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 15:29:59.386 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.387 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.387 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.387 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.387 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.389 [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 15:29:59.389 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 15:29:59.391 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.391 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.391 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.391 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.392 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.392 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.394 [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 15:29:59.394 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 15:29:59.395 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.395 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.396 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.396 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.398 [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 15:29:59.399 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 15:29:59.400 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.400 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.401 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.401 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.401 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.401 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.403 [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 15:29:59.403 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 15:29:59.405 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.405 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.405 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.405 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.406 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.406 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.407 [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 15:29:59.407 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 15:29:59.408 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.408 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.409 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.409 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.409 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.409 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.411 [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 15:29:59.411 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 15:29:59.412 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.412 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.413 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.413 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.413 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.413 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.414 [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 15:29:59.415 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 15:29:59.415 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 15:29:59.416 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.416 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.416 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:29:59.416 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.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 15:29:59.417 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:29:59.418 [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 15:29:59.460 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 15:29:59.460 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.460 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.461 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.461 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.461 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.470 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 15:29:59.470 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.470 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.470 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.470 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.470 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.471 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.471 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:59.471 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.471 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.476 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 15:29:59.476 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.476 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.476 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.476 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.476 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 15:29:59.477 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 15:29:59.478 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 15:29:59.487 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:29:59.487 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.487 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.487 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.487 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.487 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.496 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:29:59.496 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.496 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.496 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.496 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.496 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.500 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 15:29:59.501 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.501 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.501 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.501 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.501 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 15:29:59.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.517 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:29:59.517 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.517 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.517 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.517 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.517 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.524 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:29:59.524 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.524 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.524 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.524 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.524 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.559 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:29:59.559 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.559 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.559 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.559 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.559 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.567 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:29:59.567 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.567 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.567 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.567 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.567 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:29:59.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.573 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:29:59.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.590 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:29:59.591 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.591 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.591 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.591 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.591 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.602 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:29:59.602 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.602 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.602 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.602 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.602 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.610 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:29:59.610 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.610 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.610 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.610 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.610 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:29:59.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.626 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:29:59.627 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.627 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.627 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.627 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.627 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.630 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:29:59.630 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.630 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.630 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.630 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.630 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:29:59.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 15:29:59.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:29:59.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:29:59.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:29:59.661 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:29:59.661 [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 15:30:29.772 [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 = ?)"). 15:30:59.773 [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 = ?)"). 15:31:34.775 [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 = ?)"). 15:32:09.776 [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 = ?)") 15:32:09.778 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:32:09.787 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:32:09.787 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:32:09.787 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:32:39.788 [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. 15:34:09.791 [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 15:34:39.871 [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 = ?)"). 15:35:09.872 [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 = ?)"). 15:35:44.874 [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 = ?)"). 15:36:19.875 [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 = ?)") 15:36:19.877 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:36:19.889 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:36:19.889 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:36:19.889 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:36:49.892 [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. 15:38:19.895 [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 15:38:49.972 [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 = ?)"). 15:39:19.975 [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 = ?)"). 15:39:54.978 [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 = ?)"). 15:40:29.979 [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 = ?)") 15:40:29.982 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:40:29.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:40:29.993 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:40:29.994 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:40:59.996 [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. 15:42:29.998 [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 15:43:00.142 [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 = ?)"). 15:43:30.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 = ?)"). 15:44:05.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 = ?)"). 15:44:40.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 = ?)") 15:44:40.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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:44:40.158 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:44:40.158 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:44:40.158 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:45:10.160 [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. 15:46:40.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 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 15:47:10.239 [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 = ?)"). 15:47:40.240 [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 = ?)"). 15:48:15.242 [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 = ?)"). 15:48:50.243 [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 = ?)") 15:48:50.245 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:48:50.259 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:48:50.259 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:48:50.259 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:49:20.261 [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. 15:50:50.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 @jobsIntegration @env_docker Scenario: Executing Job Without Steps # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:247 15:51:20.337 [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 = ?)"). 15:51:50.339 [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 = ?)"). 15:52:25.340 [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 = ?)"). 15:53:00.342 [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 = ?)") 15:53:00.343 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:53:00.353 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:53:00.353 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:53:00.353 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:53:30.355 [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. 15:55:00.357 [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 15:55:00.436 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 15:55:00.436 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 15:55:00.442 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.442 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.443 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.443 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.444 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.444 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.446 [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 15:55:00.446 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 15:55:00.446 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 15:55:00.446 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 15:55:00.446 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 15:55:00.448 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.448 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.449 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.449 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.450 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.450 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.451 [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 15:55:00.451 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 15:55:00.451 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 15:55:00.454 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.454 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.455 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.455 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.455 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.455 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.457 [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 15:55:00.458 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 15:55:00.460 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.460 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.461 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.461 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.461 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.461 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.463 [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 15:55:00.463 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 15:55:00.465 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.465 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.465 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.465 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.466 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.466 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.467 [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 15:55:00.467 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 15:55:00.469 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.469 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.470 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.470 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.470 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.470 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.472 [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 15:55:00.472 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 15:55:00.474 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.474 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.474 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.474 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.475 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.475 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.476 [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 15:55:00.477 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 15:55:00.478 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.478 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.479 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.479 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.479 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.479 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.481 [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 15:55:00.481 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 15:55:00.482 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.482 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.483 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.483 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.484 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.484 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.485 [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 15:55:00.485 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 15:55:00.487 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.487 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.487 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.487 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.488 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.488 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.489 [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 15:55:00.490 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 15:55:00.491 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.491 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.491 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.492 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.492 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.492 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.493 [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 15:55:00.493 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 15:55:00.493 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 15:55:00.495 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.495 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.496 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.496 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.496 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.496 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.497 [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 15:55:00.498 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 15:55:00.499 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.499 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.500 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.500 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.501 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.501 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.502 [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 15:55:00.502 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 15:55:00.504 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.504 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.505 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.505 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.505 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.505 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.507 [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 15:55:00.507 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 15:55:00.508 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.508 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.509 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.509 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.510 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.510 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.511 [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 15:55:00.511 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 15:55:00.513 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.513 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.514 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.514 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.514 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.514 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.516 [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 15:55:00.516 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 15:55:00.517 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.517 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.518 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.518 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.519 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.519 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.520 [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 15:55:00.520 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 15:55:00.522 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.522 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.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 15:55:00.523 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.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 15:55:00.523 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.524 [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 15:55:00.525 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 15:55:00.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 15:55:00.526 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.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 15:55:00.527 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.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 15:55:00.528 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.529 [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 15:55:00.529 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 15:55:00.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 15:55:00.530 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.531 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.531 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.532 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.532 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.533 [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 15:55:00.533 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 15:55:00.535 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.535 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.535 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:00.535 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.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 15:55:00.536 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.537 [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 15:55:00.537 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 15:55:00.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 15:55:00.539 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.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 15:55:00.539 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.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 15:55:00.540 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:00.541 [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 15:55:00.541 [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,503.02 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest [ERROR] JobEngineService execute job on device connect.Start full docker environment Time elapsed: 2.102 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.126 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.127 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.1 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.102 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.101 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.102 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.163 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.165 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.096 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.096 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.093 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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.094 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 15:55:00.793 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 15:55:00.794 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 15:55:00.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 15:55:00.796 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 15:55:00.797 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 15:55:00.797 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 15:55:01.079 [main] INFO org.reflections.Reflections - Reflections took 273 ms to scan 98 urls, producing 840 keys and 2494 values 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 15:55:01.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 15:55:01.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 15:55:01.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 15:55:01.813 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 15:55:01.813 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 15:55:01.814 [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 15:55:01.904 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 15:55:02.000 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 15:55:02.000 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.000 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.000 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.000 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.000 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 15:55:02.001 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 15:55:02.001 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 15:55:02.010 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 15:55:02.010 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@eb0a9b 15:55:02.010 [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() 15:55:02.011 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 15:55:02.011 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 15:55:02.011 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 15:55:02.014 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.014 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.014 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.014 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.015 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.015 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.017 [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 15:55:02.017 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 15:55:02.017 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 15:55:02.017 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 15:55:02.017 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 15:55:02.018 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.018 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.019 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.019 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.020 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.020 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.021 [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 15:55:02.021 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 15:55:02.021 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 15:55:02.023 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.023 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.023 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.023 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.024 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.024 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.025 [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 15:55:02.026 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 15:55:02.027 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.027 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.028 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.028 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.029 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.029 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.030 [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 15:55:02.030 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 15:55:02.032 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.032 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.032 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.032 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.033 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.033 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.034 [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 15:55:02.035 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 15:55:02.036 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.036 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.037 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.037 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.037 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.037 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.039 [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 15:55:02.039 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 15:55:02.041 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.041 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.056 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.057 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.057 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.057 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.058 [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 15:55:02.059 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 15:55:02.061 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.061 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.061 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.061 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.062 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.062 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.063 [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 15:55:02.063 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 15:55:02.065 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.065 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.065 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.066 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.066 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.066 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.067 [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 15:55:02.067 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 15:55:02.069 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.069 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.069 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.069 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.070 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.070 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.071 [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 15:55:02.071 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 15:55:02.072 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.072 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.073 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.073 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.073 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.074 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.075 [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 15:55:02.075 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 15:55:02.075 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 15:55:02.076 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.076 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.077 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.077 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.077 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.077 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.078 [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 15:55:02.079 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 15:55:02.080 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.080 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.081 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.081 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.081 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.081 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.082 [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 15:55:02.082 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 15:55:02.084 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.084 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.084 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.084 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.085 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.085 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.086 [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 15:55:02.086 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 15:55:02.088 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.088 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.089 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.089 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.089 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.089 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.091 [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 15:55:02.091 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 15:55:02.092 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.092 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.093 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.093 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.093 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.093 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.094 [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 15:55:02.095 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 15:55:02.096 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.096 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.096 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.096 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.097 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.097 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.098 [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 15:55:02.098 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 15:55:02.100 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.100 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.100 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.100 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.101 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.101 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.102 [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 15:55:02.102 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 15:55:02.104 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.104 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.104 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.104 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.105 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.105 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.106 [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 15:55:02.106 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 15:55:02.107 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.107 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.108 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.108 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.108 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.108 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.110 [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 15:55:02.110 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 15:55:02.111 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.111 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.112 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.112 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.112 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.112 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.114 [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 15:55:02.114 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 15:55:02.116 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.116 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.116 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.116 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.117 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.117 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.118 [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 15:55:02.118 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 15:55:02.118 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 15:55:02.120 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.120 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.157 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.157 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.158 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 15:55:02.158 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 15:55:02.159 [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 15:55:02.165 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 15:55:02.165 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 15:55:02.165 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 15:55:02.165 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 15:55:02.165 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 15:55:02.165 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 15:55:02.165 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 15:55:02.165 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.166 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.166 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 15:55:02.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:55:02.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.179 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.179 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 15:55:02.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.186 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.186 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.186 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 15:55:02.196 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 15:55:02.196 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.196 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.196 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.196 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.196 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.197 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.197 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.197 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 15:55:02.197 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.197 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.197 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.197 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.197 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.205 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:55:02.205 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.205 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.205 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.205 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.205 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 15:55:02.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.212 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.213 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 15:55:02.213 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 15:55:02.213 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 15:55:02.213 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 15:55:02.213 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 15:55:02.213 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 15:55:02.216 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 15:55:02.216 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.216 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.216 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.216 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.216 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 15:55:02.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.220 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.222 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.222 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.260 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:55:02.260 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.260 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.260 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.260 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.261 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.261 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.261 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.263 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:55:02.264 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.264 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.264 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.264 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.264 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.266 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:55:02.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.268 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.268 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 15:55:02.268 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.268 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 15:55:02.275 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 15:55:02.275 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.275 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.275 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.275 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.275 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.278 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:55:02.278 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.278 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.278 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.278 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.278 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.284 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 15:55:02.284 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.284 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.284 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.284 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.284 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.289 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 15:55:02.289 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.289 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.289 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.289 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.289 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.298 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 15:55:02.298 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.298 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.298 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.298 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.298 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.300 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:55:02.300 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.300 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.300 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.301 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.301 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.311 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:55:02.311 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.311 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.311 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.311 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.311 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:55:02.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.319 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.326 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:55:02.326 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.326 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.326 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.326 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.326 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.337 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:55:02.337 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.337 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.337 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.337 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.337 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.367 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:55:02.367 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.367 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.367 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.367 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.367 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.380 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:55:02.380 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.380 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.380 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.380 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.380 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 15:55:02.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 15:55:02.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 15:55:02.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 15:55:02.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 15:55:02.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 15:55:02.387 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== @deviceManagement @deviceManagementInventory @env_docker Scenario: Request Inventory Items to a Device # features/deviceManagement/DeviceManagementInventoryI9n.feature:32 15:55:32.463 [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 = ?)"). 15:56:02.464 [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 = ?)"). 15:56:37.466 [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 = ?)"). 15:57:12.467 [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 = ?)") 15:57:12.469 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 15:57:12.474 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 15:57:12.474 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 15:57:12.475 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 15:57:42.476 [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. 15:59:12.478 [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 15:59:42.532 [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 = ?)"). 16:00:12.533 [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 = ?)"). 16:00:47.534 [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 = ?)"). 16:01:22.536 [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 = ?)") 16:01:22.537 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 16:01:22.546 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:01:22.546 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:01:22.547 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:01:52.548 [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. 16:03:22.550 [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 16:03:52.632 [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 = ?)"). 16:04:22.633 [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 = ?)"). 16:04:57.634 [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 = ?)"). 16:05:32.636 [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 = ?)") 16:05:32.637 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 16:05:32.645 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:05:32.645 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:05:32.646 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:06:02.647 [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. 16:07:32.650 [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 16:08:02.702 [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 = ?)"). 16:08:32.704 [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 = ?)"). 16:09:07.705 [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 = ?)"). 16:09:42.706 [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 = ?)") 16:09:42.707 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 16:09:42.715 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:09:42.715 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:09:42.715 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:10:12.716 [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. 16:11:42.719 [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 16:12:12.771 [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 = ?)"). 16:12:42.772 [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 = ?)"). 16:13:17.773 [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 = ?)"). 16:13:52.774 [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 = ?)") 16:13:52.776 [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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) 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() 16:13:52.782 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:13:52.782 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:13:52.782 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:14:22.795 [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 30011ms. Error Code: 0. 16:15:52.800 [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 16:16:22.862 [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 = ?)"). 16:16:52.863 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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 = ?)"). 16:17:27.864 [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 = ?)"). 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 [ 2.518 s] [INFO] kapua .............................................. SUCCESS [ 33.624 s] [INFO] kapua-qa ........................................... SUCCESS [ 1.499 s] [INFO] kapua-qa-markers ................................... SUCCESS [ 2.484 s] [INFO] kapua-service ...................................... SUCCESS [ 8.571 s] [INFO] kapua-service-api .................................. SUCCESS [ 12.533 s] [INFO] kapua-account ...................................... SUCCESS [ 0.418 s] [INFO] kapua-account-api .................................. SUCCESS [ 2.383 s] [INFO] kapua-user ......................................... SUCCESS [ 0.445 s] [INFO] kapua-user-api ..................................... SUCCESS [ 2.239 s] [INFO] kapua-security ..................................... SUCCESS [ 2.357 s] [INFO] kapua-security-authorization ....................... SUCCESS [ 0.244 s] [INFO] kapua-security-authorization-api ................... SUCCESS [ 6.707 s] [INFO] kapua-security-authentication ...................... SUCCESS [ 0.201 s] [INFO] kapua-security-authentication-api .................. SUCCESS [ 6.217 s] [INFO] kapua-commons ...................................... SUCCESS [ 47.387 s] [INFO] kapua-locator ...................................... SUCCESS [ 0.261 s] [INFO] kapua-locator-guice ................................ SUCCESS [ 11.187 s] [INFO] kapua-account-internal ............................. SUCCESS [ 13.980 s] [INFO] kapua-message ...................................... SUCCESS [ 0.291 s] [INFO] kapua-message-api .................................. SUCCESS [ 3.124 s] [INFO] kapua-device ....................................... SUCCESS [ 3.197 s] [INFO] kapua-device-api ................................... SUCCESS [ 2.878 s] [INFO] kapua-device-registry .............................. SUCCESS [ 1.069 s] [INFO] kapua-device-registry-api .......................... SUCCESS [ 3.192 s] [INFO] kapua-job .......................................... SUCCESS [ 0.610 s] [INFO] kapua-job-api ...................................... SUCCESS [ 2.358 s] [INFO] kapua-job-engine ................................... SUCCESS [ 0.514 s] [INFO] kapua-job-engine-api ............................... SUCCESS [ 5.604 s] [INFO] kapua-device-management ............................ SUCCESS [ 1.162 s] [INFO] kapua-device-management-api ........................ SUCCESS [ 2.777 s] [INFO] kapua-device-management-request .................... SUCCESS [ 0.145 s] [INFO] kapua-device-management-request-api ................ SUCCESS [ 3.443 s] [INFO] kapua-commons-rest ................................. SUCCESS [ 0.330 s] [INFO] kapua-commons-rest-model ........................... SUCCESS [ 8.364 s] [INFO] kapua-job-engine-client ............................ SUCCESS [ 3.637 s] [INFO] kapua-job-engine-commons ........................... SUCCESS [ 3.454 s] [INFO] kapua-transport .................................... SUCCESS [ 0.264 s] [INFO] kapua-transport-api ................................ SUCCESS [ 7.449 s] [INFO] kapua-device-call .................................. SUCCESS [ 0.820 s] [INFO] kapua-device-call-api .............................. SUCCESS [ 7.076 s] [INFO] kapua-translator ................................... SUCCESS [ 0.813 s] [INFO] kapua-translator-api ............................... SUCCESS [ 3.093 s] [INFO] kapua-message-internal ............................. SUCCESS [ 13.049 s] [INFO] kapua-transport-mqtt ............................... SUCCESS [ 8.903 s] [INFO] kapua-device-call-kura ............................. SUCCESS [ 7.148 s] [INFO] kapua-device-management-registry ................... SUCCESS [ 0.199 s] [INFO] kapua-device-management-registry-api ............... SUCCESS [ 2.793 s] [INFO] kapua-device-commons ............................... SUCCESS [ 7.350 s] [INFO] kapua-service-commons .............................. SUCCESS [ 0.421 s] [INFO] kapua-service-storable ............................. SUCCESS [ 0.205 s] [INFO] kapua-service-storable-api ......................... SUCCESS [ 7.046 s] [INFO] kapua-service-elasticsearch ........................ SUCCESS [ 0.267 s] [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [ 7.893 s] [INFO] kapua-datastore .................................... SUCCESS [ 0.811 s] [INFO] kapua-datastore-api ................................ SUCCESS [ 3.070 s] [INFO] kapua-service-storable-internal .................... SUCCESS [ 2.997 s] [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [ 3.847 s] [INFO] kapua-datastore-internal ........................... SUCCESS [ 5.629 s] [INFO] kapua-plug-ins ..................................... SUCCESS [ 0.192 s] [INFO] kapua-sso .......................................... SUCCESS [ 0.171 s] [INFO] kapua-openid-connect ............................... SUCCESS [ 0.181 s] [INFO] kapua-openid-api ................................... SUCCESS [ 1.668 s] [INFO] kapua-openid-provider .............................. SUCCESS [ 3.250 s] [INFO] kapua-security-registration ........................ SUCCESS [ 0.151 s] [INFO] kapua-security-registration-api .................... SUCCESS [ 2.290 s] [INFO] kapua-service-commons-utils ........................ SUCCESS [ 0.179 s] [INFO] kapua-service-commons-utils-api .................... SUCCESS [ 2.206 s] [INFO] kapua-security-certificate ......................... SUCCESS [ 0.184 s] [INFO] kapua-security-certificate-api ..................... SUCCESS [ 2.987 s] [INFO] kapua-service-commons-utils-internal ............... SUCCESS [ 2.616 s] [INFO] kapua-security-certificate-internal ................ SUCCESS [ 3.200 s] [INFO] kapua-user-internal ................................ SUCCESS [ 3.970 s] [INFO] kapua-client ....................................... SUCCESS [ 1.021 s] [INFO] kapua-client-security .............................. SUCCESS [ 5.796 s] [INFO] kapua-device-authentication ........................ SUCCESS [ 2.204 s] [INFO] kapua-tag .......................................... SUCCESS [ 0.202 s] [INFO] kapua-tag-api ...................................... SUCCESS [ 1.556 s] [INFO] kapua-device-registry-internal ..................... SUCCESS [ 5.550 s] [INFO] kapua-security-registration-simple ................. SUCCESS [ 2.908 s] [INFO] kapua-tag-internal ................................. SUCCESS [ 9.256 s] [INFO] kapua-security-shiro ............................... SUCCESS [ 56.087 s] [INFO] kapua-simulator-kura ............................... SUCCESS [ 16.961 s] [INFO] kapua-stream ....................................... SUCCESS [ 0.116 s] [INFO] kapua-stream-api ................................... SUCCESS [ 2.064 s] [INFO] kapua-device-management-asset ...................... SUCCESS [ 0.165 s] [INFO] kapua-device-management-asset-api .................. SUCCESS [ 2.392 s] [INFO] kapua-device-management-asset-store ................ SUCCESS [ 0.097 s] [INFO] kapua-device-management-asset-store-api ............ SUCCESS [ 2.392 s] [INFO] kapua-device-management-asset-internal ............. SUCCESS [ 3.245 s] [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [ 2.316 s] [INFO] kapua-device-management-bundle ..................... SUCCESS [ 0.221 s] [INFO] kapua-device-management-bundle-api ................. SUCCESS [ 2.375 s] [INFO] kapua-device-management-bundle-internal ............ SUCCESS [ 2.786 s] [INFO] kapua-device-management-command .................... SUCCESS [ 0.166 s] [INFO] kapua-device-management-command-api ................ SUCCESS [ 2.251 s] [INFO] kapua-device-management-command-internal ........... SUCCESS [ 2.933 s] [INFO] kapua-device-management-configuration .............. SUCCESS [ 0.290 s] [INFO] kapua-device-management-configuration-api .......... SUCCESS [ 2.781 s] [INFO] kapua-device-management-configuration-message-api .. SUCCESS [ 2.143 s] [INFO] kapua-device-management-configuration-store ........ SUCCESS [ 0.157 s] [INFO] kapua-device-management-configuration-store-api .... SUCCESS [ 2.415 s] [INFO] kapua-device-management-configuration-internal ..... SUCCESS [ 3.467 s] [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [ 2.389 s] [INFO] kapua-device-management-inventory .................. SUCCESS [ 0.198 s] [INFO] kapua-device-management-inventory-api .............. SUCCESS [ 2.637 s] [INFO] kapua-device-management-inventory-internal ......... SUCCESS [ 3.500 s] [INFO] kapua-device-management-keystore ................... SUCCESS [ 0.200 s] [INFO] kapua-device-management-keystore-api ............... SUCCESS [ 2.529 s] [INFO] kapua-device-management-keystore-internal .......... SUCCESS [ 3.781 s] [INFO] kapua-device-management-packages ................... SUCCESS [ 0.267 s] [INFO] kapua-device-management-packages-api ............... SUCCESS [ 3.004 s] [INFO] kapua-device-management-registry-internal .......... SUCCESS [ 4.137 s] [INFO] kapua-device-management-packages-internal .......... SUCCESS [ 3.872 s] [INFO] kapua-device-management-request-internal ........... SUCCESS [ 2.727 s] [INFO] kapua-device-management-all ........................ SUCCESS [ 0.075 s] [INFO] kapua-device-management-all-internal ............... SUCCESS [ 0.131 s] [INFO] kapua-translator-kapua ............................. SUCCESS [ 0.484 s] [INFO] kapua-translator-kapua-kura ........................ SUCCESS [ 5.393 s] [INFO] kapua-translator-kura .............................. SUCCESS [ 0.149 s] [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [ 2.804 s] [INFO] kapua-transport-jms ................................ SUCCESS [ 2.672 s] [INFO] kapua-translator-kura-jms .......................... SUCCESS [ 2.736 s] [INFO] kapua-qa-common .................................... SUCCESS [ 11.074 s] [INFO] kapua-account-test-steps ........................... SUCCESS [ 3.745 s] [INFO] kapua-account-test ................................. SUCCESS [01:08 min] [INFO] kapua-user-test-steps .............................. SUCCESS [ 4.004 s] [INFO] kapua-user-test .................................... SUCCESS [01:16 min] [INFO] kapua-scheduler .................................... SUCCESS [ 0.355 s] [INFO] kapua-scheduler-api ................................ SUCCESS [ 1.971 s] [INFO] kapua-device-management-job ........................ SUCCESS [ 0.126 s] [INFO] kapua-device-management-job-api .................... SUCCESS [ 2.638 s] [INFO] kapua-service-client ............................... SUCCESS [ 9.259 s] [INFO] kapua-broker ....................................... SUCCESS [ 0.268 s] [INFO] kapua-broker-artemis ............................... SUCCESS [ 0.277 s] [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [ 9.393 s] [INFO] kapua-device-registry-test-steps ................... SUCCESS [ 6.407 s] [INFO] kapua-device-registry-test ......................... SUCCESS [02:32 min] [INFO] kapua-scheduler-quartz ............................. SUCCESS [ 4.797 s] [INFO] kapua-job-internal ................................. SUCCESS [ 5.717 s] [INFO] kapua-job-test-steps ............................... SUCCESS [ 4.448 s] [INFO] kapua-job-test ..................................... SUCCESS [02:38 min] [INFO] kapua-tag-test-steps ............................... SUCCESS [ 3.230 s] [INFO] kapua-tag-test ..................................... SUCCESS [02:08 min] [INFO] kapua-endpoint ..................................... SUCCESS [ 0.213 s] [INFO] kapua-endpoint-api ................................. SUCCESS [ 1.644 s] [INFO] kapua-rest-api ..................................... SUCCESS [ 0.745 s] [INFO] kapua-rest-api-core ................................ SUCCESS [ 12.201 s] [INFO] kapua-device-management-all-api .................... SUCCESS [ 0.098 s] [INFO] kapua-system ....................................... SUCCESS [ 0.098 s] [INFO] kapua-system-api ................................... SUCCESS [ 1.354 s] [INFO] kapua-commons-rest-errors .......................... SUCCESS [ 3.160 s] [INFO] kapua-rest-api-resources ........................... SUCCESS [ 6.680 s] [INFO] kapua-endpoint-internal ............................ SUCCESS [ 3.461 s] [INFO] kapua-commons-rest-filters ......................... SUCCESS [ 2.863 s] [INFO] kapua-stream-internal .............................. SUCCESS [ 2.740 s] [INFO] kapua-system-internal .............................. SUCCESS [ 2.358 s] [INFO] kapua-extras ....................................... SUCCESS [ 0.233 s] [INFO] kapua-foreignkeys .................................. SUCCESS [ 0.151 s] [INFO] kapua-rest-api-web ................................. SUCCESS [ 27.500 s] [INFO] kapua-qa-integration-steps ......................... SUCCESS [ 6.385 s] [INFO] kapua-security-test-steps .......................... SUCCESS [ 4.599 s] [INFO] kapua-device-management-job-internal ............... SUCCESS [ 3.876 s] [INFO] kapua-endpoint-test-steps .......................... SUCCESS [ 3.628 s] [INFO] kapua-device-management-bundle-job ................. SUCCESS [ 2.794 s] [INFO] kapua-device-management-asset-job .................. SUCCESS [ 2.642 s] [INFO] kapua-device-management-packages-job ............... SUCCESS [ 2.718 s] [INFO] kapua-device-management-command-job ................ SUCCESS [ 2.823 s] [INFO] kapua-device-management-configuration-job .......... SUCCESS [ 2.801 s] [INFO] kapua-device-management-keystore-job ............... SUCCESS [ 2.604 s] [INFO] kapua-scheduler-test-steps ......................... SUCCESS [ 3.544 s] [INFO] kapua-datastore-test-steps ......................... SUCCESS [ 5.019 s] [INFO] kapua-service-camel ................................ SUCCESS [ 3.301 s] [INFO] kapua-consumer ..................................... SUCCESS [ 0.155 s] [INFO] kapua-consumer-lifecycle ........................... SUCCESS [ 3.319 s] [INFO] kapua-consumer-telemetry ........................... SUCCESS [ 3.915 s] [INFO] kapua-service-authentication ....................... SUCCESS [ 4.382 s] [INFO] kapua-qa-integration ............................... FAILURE [ 01:38 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-16T16:17:48Z [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-20240516143922572_488.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-05-16T14-18-44_963-jvmRun1' 'surefire-20240516143922572_486tmp' 'surefire_27-20240516143922572_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-20240516143922572_488.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-05-16T14-18-44_963-jvmRun1' 'surefire-20240516143922572_486tmp' 'surefire_27-20240516143922572_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