Started by an SCM change Started by an SCM change Running as SYSTEM Agent basic-0728x is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1719832156617" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_kapua_svc_cluster_local_kapuax" name: "basic-0728x" 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-0728x" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-0728x" - 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-3206.vb_15dcf73f6a_9" 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-0728x (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 03becfd44443ce1adc756eb6e464c6d76e6ed54d (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 03becfd44443ce1adc756eb6e464c6d76e6ed54d # timeout=10 Commit message: "Merge pull request #4068 from MDeLuise/fix-classNotFound" > git rev-list --no-walk 859147284a834fa9f14a0f04d3bb0c10f349b437 # 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832198139 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832199691 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832199941 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832206064 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832206670 [WARNING] Cannot get the branch information from the git repository: Detecting 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 133 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.114 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.358 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.106 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.003 s - in org.eclipse.kapua.model.xml.ObjectTypeXmlAdapterTest [INFO] Running org.eclipse.kapua.model.xml.XmlAdaptedTypeValueObjectTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.xml.XmlAdaptedTypeValueObjectTest [INFO] Running org.eclipse.kapua.model.xml.BinaryXmlAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.model.xml.BinaryXmlAdapterTest [INFO] Running org.eclipse.kapua.model.KapuaEntityAttributesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.KapuaEntityAttributesTest [INFO] Running org.eclipse.kapua.model.type.ByteArrayConverterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.model.type.ByteArrayConverterTest [INFO] Running org.eclipse.kapua.model.type.ObjectValueConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.model.type.ObjectValueConverterTest [INFO] Running org.eclipse.kapua.model.type.ObjectTypeConverterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.001 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.002 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.02 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.059 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.012 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.003 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertyAdaptedTest [INFO] Running org.eclipse.kapua.KapuaOptimisticLockingExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.005 s - in org.eclipse.kapua.KapuaExceptionWithoutBundleTest [INFO] Running org.eclipse.kapua.KapuaEntityNotFoundExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.KapuaEntityNotFoundExceptionTest [INFO] Running org.eclipse.kapua.KapuaIllegalStateExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaIllegalStateExceptionTest [INFO] Running org.eclipse.kapua.KapuaUnauthenticatedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaUnauthenticatedExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateNameExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateNameExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateExternalIdInAnotherAccountErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateExternalIdInAnotherAccountErrorTest [INFO] Running org.eclipse.kapua.locator.KapuaLocatorExceptionTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.locator.KapuaLocatorExceptionTest [INFO] Running org.eclipse.kapua.KapuaEntityExistsExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaEntityExistsExceptionTest [INFO] Running org.eclipse.kapua.KapuaIllegalNullArgumentExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaIllegalNullArgumentExceptionTest [INFO] Running org.eclipse.kapua.KapuaRuntimeExceptionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.KapuaRuntimeExceptionTest [INFO] Running org.eclipse.kapua.KapuaEntityUniquenessExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.004 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.001 s - in org.eclipse.kapua.KapuaMaxNumberOfItemsReachedExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountErrorTest [INFO] Running org.eclipse.kapua.KapuaEntityCloneExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.006 s - in org.eclipse.kapua.KapuaExceptionTest [INFO] Running org.eclipse.kapua.ExceptionMessageUtilsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kapua.ExceptionMessageUtilsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 187, 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 81 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 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832215823 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832215907 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832217259 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832217355 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832219824 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832220026 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832220288 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:10:23.473 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:10:23.477 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:10:23.478 [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.474 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 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832224089 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832224301 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:10:27.116 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:10:27.142 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:10:27.142 [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.251 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 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832229823 [WARNING] Cannot get the branch information from the git repository: Detecting 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 253 source files to /home/jenkins/agent/workspace/develop-test/commons/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons --- [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/develop-test/commons/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.commons.configuration.ServiceComponentConfigurationImplTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.kapua.commons.configuration.ServiceComponentConfigurationImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TdesignateImplTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.kapua.commons.configuration.metatype.TdesignateImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TiconImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.configuration.metatype.TiconImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TocdImplTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.002 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.004 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.004 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.06 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.007 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.001 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 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 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 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.132 s - in org.eclipse.kapua.commons.configuration.StringUtilTest [INFO] Running org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsTest 11:10:39.540 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:40.607 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons =================== 11:10:40.609 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Datasource Name: kapua-dbpool 11:10:40.609 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Configuration Overrides 11:10:40.610 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:10:40.610 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | eclipselink.cache.shared.default: false 11:10:40.610 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - ================================================================================== 11:10:40.654 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:10:40.655 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 11:10:41.186 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 11:10:41.359 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.360 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.360 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.360 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.361 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.361 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.361 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.361 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.361 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.362 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.363 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.363 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.363 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.363 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.364 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.364 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.364 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.365 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.365 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.365 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.365 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.365 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.365 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.365 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.366 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.366 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.366 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.366 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.366 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.366 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.367 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.367 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.367 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.368 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 11:10:41.368 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:41.368 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 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.008 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 11:10:41.387 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:10:41.388 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/*.wrong 11:10:41.389 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:10:41.389 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/ 11:10:41.390 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:10:41.390 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: /sys_*.sql 11:10:41.390 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:10:41.391 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/null 11:10:41.391 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:10:41.391 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/sys_*.sql 11:10:41.392 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:10:41.392 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/null 11:10:41.392 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:10:41.392 [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.006 s - in org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResourcesTest [INFO] Running org.eclipse.kapua.commons.configuration.ValueTokenizerTest 11:10:41.455 [main] ERROR o.e.k.c.configuration.ValueTokenizer - Value is invalid [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.kapua.commons.configuration.ValueTokenizerTest [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigurationFactoryImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.ServiceConfigurationFactoryImplTest [INFO] Running org.eclipse.kapua.commons.util.CryptoUtilImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.kapua.commons.util.CryptoUtilImplTest [INFO] Running org.eclipse.kapua.commons.util.ClassUtilTest 11:10:41.581 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.591 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.ServiceEntry... 11:10:41.592 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.593 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 11:10:41.593 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.638 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ... 11:10:41.638 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 11:10:41.638 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.638 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 11:10:41.638 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 11:10:41.639 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.639 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.639 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ... 11:10:41.639 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.639 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String... 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.640 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String... 11:10:41.641 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 11:10:41.644 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.644 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 11:10:41.644 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.644 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 11:10:41.644 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.644 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 11:10:41.645 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.645 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 11:10:41.645 [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.066 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.011 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.596 s - in org.eclipse.kapua.commons.util.xml.XmlUtilTest [INFO] Running org.eclipse.kapua.commons.util.KapuaFileUtilsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 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.012 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.223 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 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.002 s - in org.eclipse.kapua.commons.util.PayloadsTest [INFO] Running org.eclipse.kapua.commons.util.log.ConfigurationPrinterTest 11:10:43.948 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info' 11:10:43.948 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own! 11:10:43.948 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - External Logger not provided! Using the Configuration Printer's one! 11:10:43.949 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogger(org.slf4j.Logger) providing your own! 11:10:43.949 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO 11:10:43.949 [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! 11:10:43.949 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Info =================== 11:10:43.949 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.949 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info' 11:10:43.949 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own! 11:10:43.955 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.955 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.955 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.955 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.955 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.955 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.955 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.955 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.955 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.955 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.955 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.955 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.956 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.956 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.956 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.956 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.956 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.956 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.956 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.956 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.956 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.956 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.956 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.956 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.956 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.957 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.957 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.957 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.957 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.957 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.958 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.958 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.958 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.958 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.958 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.959 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.959 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.959 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.959 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.959 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.959 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.959 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.959 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.960 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.962 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.962 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.962 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.962 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.962 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.962 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.962 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.963 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.967 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.968 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.968 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.968 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.968 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.968 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.969 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.970 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.970 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.970 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.970 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.970 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.970 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.970 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.970 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.970 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.971 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.972 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.972 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.972 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.976 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.977 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.978 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.979 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.980 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.981 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.982 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.982 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.982 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.982 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.983 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.984 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.984 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.984 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.988 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.989 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.990 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.991 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.991 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.992 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:43.993 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:43.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:43.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:43.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:43.994 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.038 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.039 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.039 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:44.039 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.039 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.039 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.039 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.039 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.039 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.040 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.041 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.041 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.042 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.043 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.043 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.044 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.044 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.045 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.046 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.046 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.046 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.046 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.046 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.047 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.047 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.048 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.049 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.049 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.049 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.049 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.049 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.049 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.049 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.049 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.049 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.050 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.050 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.051 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.052 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.053 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.054 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.054 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.056 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.057 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.060 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.061 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.061 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.064 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.064 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.064 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.064 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.064 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.065 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.066 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.067 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.067 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.068 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.069 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.070 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.070 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.070 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.070 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.070 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.070 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.070 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.071 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.072 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.072 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.072 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.072 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.073 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.074 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.074 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.075 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.075 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.076 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.076 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.077 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.078 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.079 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.079 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.138 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.139 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.139 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.140 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.142 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.143 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.143 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.143 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.143 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.143 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.143 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.145 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.146 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.146 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.147 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.149 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.150 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.151 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.152 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.153 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.154 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.154 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.155 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.156 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.157 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.158 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.158 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.159 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.160 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.161 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.162 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.163 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.164 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.165 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.166 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.167 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.168 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.170 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.171 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.171 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.172 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.238 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.238 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.239 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.239 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.240 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.240 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.240 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.240 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.240 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.241 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.242 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.243 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.244 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.245 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.246 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.247 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 11:10:44.248 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 11:10:44.250 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO 11:10:44.250 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogLevel(org.eclipse.kapua.commons.util.log.ConfigurationPrinter.LogLevel) providing the desired level! [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 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.074 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.007 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.013 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.004 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.001 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.248 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.001 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.01 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 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProviderTest [INFO] Running org.eclipse.kapua.commons.service.internal.cache.dummy.CacheTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CacheTest [INFO] Running org.eclipse.kapua.commons.service.internal.cache.dummy.CacheManagerTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CacheManagerTest [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordImplTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordImplTest [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreFactoryImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreFactoryImplTest [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.061 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 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:10:44.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:10:45.141 [main] INFO org.reflections.Reflections - Reflections took 94 ms to scan 3 urls, producing 90 keys and 90 values 11:10:45.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:10:45.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 11:10:45.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:10:47.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:10:47.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:10:47.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:10:47.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:10:47.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 11:10:47.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 11:10:48.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:10:48.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:10:48.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:10:48.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:10:48.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:10:48.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:10:48.090 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 3 urls, producing 90 keys and 90 values 11:10:48.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:10:48.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 11:10:48.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:10:48.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:10:48.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:10:48.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:10:48.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:10:48.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 11:10:48.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 11:10:48.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:10:48.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:10:48.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:10:48.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:10:48.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 11:10:48.506 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - Running database scripts... 11:10:48.506 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM './src/test/sql/H2/test_collision_entity_test_create.sql' 11:10:48.558 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done! 11:10:48.580 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-commons-unit-test =================== 11:10:48.580 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:10:48.580 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:10:48.580 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:10:48.580 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:10:48.580 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:10:48.587 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:10:48.659 [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@ee85afc) 11:10:48.661 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.661 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.661 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.665 [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@896da78) 11:10:48.665 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.665 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.665 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.668 [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@fddf034) 11:10:48.669 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.669 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.669 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.672 [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@2ad7a197) 11:10:48.672 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.672 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.672 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.675 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.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@391130da) 11:10:48.676 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.678 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.680 [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@391130da) 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@391130da) 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 11:10:48.680 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.684 [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-07-01 11:10:48.681', 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@562b28ce) 11:10:48.685 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.685 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.685 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.688 [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-07-01 11:10:48.686', 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@41a8f000) 11:10:48.689 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.689 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.689 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.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.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-07-01 11:10:48.689', 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@25c07710) 11:10:48.692 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.692 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.692 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.695 [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-07-01 11:10:48.692', 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@743fc983) 11:10:48.695 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.696 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.696 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.698 [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-07-01 11:10:48.696', 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@2f5d6a41) 11:10:48.699 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.699 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.700 [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-07-01 11:10:48.696', 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@2f5d6a41) 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-07-01 11:10:48.696', 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@2f5d6a41) 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-07-01 11:10:48.696', 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 11:10:48.700 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.707 [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-07-01 11:10:48.704', 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@503383af) 11:10:48.707 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 11:10:48.707 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 11:10:48.707 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 11:10:48.740 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - Running database scripts... 11:10:48.741 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done! 11:10:48.741 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 11:10:48.741 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.796 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.008 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 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.005 s - in org.eclipse.kapua.commons.model.AbstractKapuaEntityTest [INFO] Running org.eclipse.kapua.commons.model.query.predicate.AndPredicateImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.model.query.predicate.AndPredicateImplTest [INFO] Running org.eclipse.kapua.commons.model.query.predicate.AttributePredicateImplTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.059 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.01 s - in org.eclipse.kapua.commons.model.query.KapuaListResultImplTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityCreatorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityCreatorTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityCreatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityCreatorTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaEntityCreatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaEntityCreatorTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityTest [INFO] Running org.eclipse.kapua.commons.setting.KapuaSettingErrorCodesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.KapuaSettingErrorCodesTest [INFO] Running org.eclipse.kapua.commons.setting.KapuaSettingExceptionTest 11:10:48.869 [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. 11:10:48.869 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.870 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [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. 11:10:48.871 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.setting.KapuaSettingExceptionTest [INFO] Running org.eclipse.kapua.commons.setting.system.SystemSettingKeyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.system.SystemSettingKeyTest [INFO] Running org.eclipse.kapua.commons.setting.system.SystemSettingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.system.SystemSettingTest [INFO] Running org.eclipse.kapua.commons.setting.AbstractBaseKapuaSettingTest [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 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 11:10:48.941 [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. 11:10:48.941 [main] ERROR o.e.k.c.setting.AbstractKapuaSetting - Error loading PropertiesConfiguration org.eclipse.kapua.commons.setting.KapuaSettingException: Error: incorrect.properties at org.eclipse.kapua.commons.util.KapuaFileUtils.getAsURL(KapuaFileUtils.java:60) at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.loadConfigResource(AbstractKapuaSetting.java:142) at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.createCompositeSource(AbstractKapuaSetting.java:75) at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.(AbstractKapuaSetting.java:49) at org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest$IncorrectConfigResourceName.(AbstractKapuaSettingTest.java:26) at org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest.abstractKapuaSettingIncorrectConfigResourceNameTest(AbstractKapuaSettingTest.java:32) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest [INFO] Running org.eclipse.kapua.commons.setting.EnvFriendlyConfigurationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.017 s - in org.eclipse.kapua.commons.security.KapuaDoPrivilegeTest [INFO] Running org.eclipse.kapua.commons.about.AboutEntryTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.about.AboutEntryTest [INFO] Running org.eclipse.kapua.commons.about.AboutScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.about.AboutScannerTest [INFO] Running org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:10:51.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:10:51.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... SKIPPED! Liquibase disabled by System property 'LIQUIBASE_ENABLED'... 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: foo 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:10:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:10:52.006 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 3 urls, producing 90 keys and 90 values 11:10:52.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:10:52.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 11:10:52.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:10:52.016 [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 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:10:52.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:10:52.031 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 3 urls, producing 90 keys and 90 values 11:10:52.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:10:52.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 11:10:52.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:10:52.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:10:52.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:10:52.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:10:52.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:10:52.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 11:10:52.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 11:10:52.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:10:52.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:10:52.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:10:52.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:10:52.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 11:10:52.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:10:52.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:10:52.397 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 3 urls, producing 90 keys and 90 values 11:10:52.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:10:52.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 11:10:52.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:10:52.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:10:52.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:10:52.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:10:52.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:10:52.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 11:10:52.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 11:10:52.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:10:52.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:10:52.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:10:52.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:10:52.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:10:52.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:10:52.707 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 3 urls, producing 90 keys and 90 values 11:10:52.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:10:52.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 11:10:52.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:10:52.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:10:52.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:10:52.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:10:52.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:10:52.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 11:10:52.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 11:10:52.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:10:52.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:10:52.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:10:52.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:10:52.981 [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 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.01 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 239 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 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832254574 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832254714 [WARNING] Cannot get the branch information from the git repository: Detecting 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 9 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 11:10:59.253 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:10:59.258 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 11:10:59.447 [main] INFO org.reflections.Reflections - Reflections took 91 ms to scan 1 urls, producing 13 keys and 23 values 11:10:59.478 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 11:10:59.480 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 11:10:59.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 11:10:59.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 11:10:59.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal 11:10:59.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 11:10:59.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.extra 11:10:59.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 11:10:59.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 11:10:59.481 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 11:10:59.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.TestModule 11:10:59.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule 11:10:59.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 11:10:59.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:10:59.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 11:10:59.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:10:59.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 11:11:00.068 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 11:11:00.219 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 11:11:00.280 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 1 urls, producing 10 keys and 16 values 11:11:00.281 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 11:11:00.281 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator-1.xml 11:11:00.281 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:11:00.282 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 11:11:00.372 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.539 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.001 s - in org.eclipse.kapua.locator.internal.ResolverTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2 [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 15 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 15 classes [INFO] Analyzed bundle 'kapua-commons' with 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832260994 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:11:06.142 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:11:06.147 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 11:11:06.395 [main] INFO org.reflections.Reflections - Reflections took 142 ms to scan 3 urls, producing 133 keys and 237 values 11:11:06.539 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 11:11:06.541 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 11:11:06.541 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 11:11:06.541 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 11:11:06.541 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 11:11:06.541 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml 11:11:06.541 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 11:11:06.541 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:11:06.541 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 11:11:06.542 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 11:11:06.543 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 11:11:06.543 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 11:11:06.543 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml.TestConfigModule 11:11:06.543 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 11:11:06.543 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:11:06.543 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 11:11:06.543 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:11:06.543 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 11:11:06.777 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - Initializing with 0 providers 11:11:07.344 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 11:11:07.345 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 11:11:07.350 [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 11:11:07.508 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 11:11:08.370 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 11:11:08.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:11:08.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:11:08.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:11:08.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:11:08.371 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:11:08.373 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 11:11:08.374 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - Running initializer with priority 15 on 'class'.'method': 'org.eclipse.kapua.commons.util.xml.JAXBContextProviderImpl'.'initJaxb' 11:11:08.374 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - =================== Kapua Jaxb Context Resolver =================== 11:11:08.375 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - | Loaded XmlSerializable Classes: 0 11:11:08.375 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - ================================================================================== 11:11:08.575 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - Default JAXB context initialized with 0 classes! [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.848 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 81 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 239 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 15 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832269232 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832269333 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832272951 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832273029 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832275075 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832275187 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832277207 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832277350 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832278969 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832279062 [WARNING] Cannot get the branch information from the git repository: Detecting 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.225 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 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832282756 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832282851 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832284368 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832284453 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832285912 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832286079 [WARNING] Cannot get the branch information from the git repository: Detecting 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.148 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.002 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.019 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.005 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.002 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.002 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.224 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 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832290805 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832292698 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832294755 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832294831 [WARNING] Cannot get the branch information from the git repository: Detecting 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.235 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.186 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 81 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 239 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832299723 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832299822 [WARNING] Cannot get the branch information from the git repository: Detecting 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.228 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 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832304150 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832304216 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832305845 [WARNING] Cannot get the branch information from the git repository: Detecting 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.413 s - in org.eclipse.kapua.message.internal.KapuaMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaAppsMessageTest 11:11:50.841 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:11:50.846 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 11:11:51.060 [main] INFO org.reflections.Reflections - Reflections took 109 ms to scan 4 urls, producing 79 keys and 122 values 11:11:51.141 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 11:11:51.144 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.TestModule 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:11:51.145 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 11:11:51.685 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 11:11:51.886 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 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.001 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 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 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 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.002 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.017 s - in org.eclipse.kapua.message.internal.xml.KapuaMetricTest [INFO] Running org.eclipse.kapua.message.internal.xml.KapuaMetricsMapAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 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.016 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 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 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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 15 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832313563 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:11:57.720 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/transport/mqtt/target/classes/ 11:11:57.741 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to mqtt-client-setting.properties 11:11:57.741 [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 11:11:57.762 [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.327 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.004 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.063 s - in org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttTopicTest [INFO] Running org.eclipse.kapua.transport.mqtt.test.mqtt.exception.MqttClientExceptionTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.kapua.transport.mqtt.test.mqtt.exception.MqttClientExceptionTest [INFO] Running org.eclipse.kapua.transport.mqtt.test.mqtt.MqttClientConnectionOptionsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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 81 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 239 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832318757 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832321911 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832322040 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832323714 [WARNING] Cannot get the branch information from the git repository: Detecting 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.113 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 81 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 239 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 15 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832327941 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832328117 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832328224 [WARNING] Cannot get the branch information from the git repository: Detecting 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.119 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.004 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 81 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-commons' with 239 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832332216 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832332353 [WARNING] Cannot get the branch information from the git repository: Detecting 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 37 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.227 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 32 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 32 classes [INFO] Analyzed bundle 'kapua-commons' with 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832337044 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832337135 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832338833 [WARNING] Cannot get the branch information from the git repository: Detecting 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 18 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832340706 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832342916 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832345693 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832345851 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832345970 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832346040 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832346972 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832348749 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832348804 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832350033 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832350082 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832351313 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832351450 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832353256 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832354654 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832356560 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832359230 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832360185 [WARNING] Cannot get the branch information from the git repository: Detecting 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 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 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 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832362817 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832364232 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832364290 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832365435 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832368505 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832370284 [WARNING] Cannot get the branch information from the git repository: Detecting 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.324 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 81 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-commons' with 239 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 15 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832376459 [WARNING] Cannot get the branch information from the git repository: Detecting 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.277 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.007 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.003 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.062 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.155 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RolePermissionCreatorImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.service.authorization.role.shiro.RolePermissionCreatorImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleFactoryImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 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 11:13:04.670 [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!/ 11:13:04.674 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-environment-setting.properties 11:13:04.674 [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 11:13:04.704 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-environment-setting.properties' 11:13:04.724 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.725 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.725 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.725 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.725 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.725 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.725 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.768 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.770 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.771 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.771 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.771 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.771 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.771 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.774 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.774 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.774 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.774 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.775 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.775 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.775 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.775 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.776 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.776 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.776 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.777 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.777 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.777 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.779 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.781 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.781 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.781 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.785 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.785 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.785 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.785 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.785 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.785 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.785 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.786 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.787 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.788 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.788 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.788 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.788 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.789 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.789 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.789 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.790 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.791 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.791 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.791 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.791 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.791 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.791 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.791 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.791 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.792 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.792 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.792 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.792 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.792 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.792 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.793 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.793 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.793 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.794 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.794 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.794 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.794 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.794 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.794 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.794 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.794 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.795 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.795 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.795 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.795 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.795 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.795 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.795 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.795 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.796 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.796 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.796 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.796 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.796 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.796 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.796 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.796 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.797 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.797 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 11:13:04.798 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 11:13:04.799 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.800 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 11:13:04.800 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 11:13:04.800 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 11:13:04.800 [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.24 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.041 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionCreatorImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionCreatorImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoFactoryImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.003 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionQueryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionFactoryImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.058 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.006 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainQueryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupCreatorImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.015 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 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 11:13:05.052 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:13:05.052 [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.066 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.007 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.011 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.044 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialQueryImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialCreatorImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.018 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.005 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest 11:13:05.184 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.186 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.186 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.186 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.186 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.238 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.238 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.238 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.238 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.238 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.239 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.239 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.239 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.239 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.239 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.239 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.239 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.239 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.240 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.241 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.242 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.250 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.251 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.251 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.251 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.251 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.251 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.251 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.252 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.253 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.254 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.255 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.255 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.255 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.255 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.255 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.255 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.255 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.256 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.257 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.258 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.259 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.260 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.261 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.262 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:13:05.263 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.264 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 11:13:05.265 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:13:05.265 [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.082 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.JwtCertificateNotFoundExceptionTest 11:13:05.268 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.JwtCertificateNotFoundExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.ExpiredAccountExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.ExpiredAccountExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.TemporaryLockedAccountExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.001 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.027 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 s - in org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.UserPassCredentialsHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.shiro.realm.UserPassCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.LoginAuthenticationInfoTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.kapua.service.authentication.shiro.realm.LoginAuthenticationInfoTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest 11:13:05.478 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:13:05.480 [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.026 s - in org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsMatcherTest 11:13:05.487 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:05.487 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:05.487 [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 11:13:05.489 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:05.929 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:05.930 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:05.930 [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 11:13:05.931 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:05.933 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:05.933 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:05.933 [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 11:13:05.934 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:05.935 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:05.935 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:05.935 [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 11:13:05.937 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:05.938 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:05.938 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:05.938 [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 11:13:05.939 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:06.276 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.276 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:06.276 [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 11:13:06.277 [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.791 s - in org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsMatcherTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.SessionAuthenticationInfoTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.service.authentication.shiro.realm.SessionAuthenticationInfoTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.RefreshTokenCredentialsImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.RefreshTokenCredentialsImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.registration.RegistrationServiceImplTest 11:13:06.293 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.293 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:06.293 [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 11:13:06.295 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:06.297 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.297 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:06.297 [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 11:13:06.298 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:06.299 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.299 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:06.299 [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 11:13:06.300 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:06.301 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.301 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:06.301 [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 11:13:06.302 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:06.306 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.306 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:06.306 [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 11:13:06.307 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:06.307 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.307 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:06.307 [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 11:13:06.309 [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.014 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 11:13:06.321 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.322 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.322 [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 11:13:06.322 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.391 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.392 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.392 [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 11:13:06.392 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.393 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.393 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.393 [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 11:13:06.393 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.394 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.395 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.395 [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 11:13:06.395 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.438 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.438 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.438 [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 11:13:06.439 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.439 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.439 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.439 [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 11:13:06.440 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.462 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.462 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.462 [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 11:13:06.463 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.464 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.464 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.464 [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 11:13:06.464 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.465 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.465 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.465 [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 11:13:06.466 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.466 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.466 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.466 [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 11:13:06.467 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.467 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.467 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.467 [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 11:13:06.467 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.468 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.468 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.468 [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 11:13:06.468 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.469 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.469 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.469 [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 11:13:06.469 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.470 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.470 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.470 [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 11:13:06.471 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:06.471 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:06.471 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:06.471 [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 11:13:06.472 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:09.864 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:09.864 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:09.864 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties 11:13:09.865 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.551 s - in org.eclipse.kapua.service.authentication.shiro.utils.AuthenticationUtilsTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.setting.KapuaCryptoSettingKeysTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.setting.KapuaCryptoSettingKeysTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.setting.KapuaAuthenticationSettingKeysTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.setting.KapuaAuthenticationSettingKeysTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorServiceLocatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorServiceLocatorTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImplTest 11:13:09.883 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:09.883 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:09.883 [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 11:13:09.884 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:09.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:13:09.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:13:09.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 11:13:09.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:13:09.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:13:09.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 11:13:09.888 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:09.888 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:09.888 [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 11:13:09.888 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:11.231 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:11.231 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:11.231 [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 11:13:11.232 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:11.232 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:13:11.232 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:13:11.232 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 11:13:11.232 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:13:11.232 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:13:11.232 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 11:13:11.233 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:11.233 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:11.233 [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 11:13:11.233 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:12.905 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:12.905 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:12.905 [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 11:13:12.906 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:12.907 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:13:12.907 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:13:12.907 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 11:13:12.907 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:13:12.907 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:13:12.907 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 11:13:12.907 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:12.907 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:12.907 [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 11:13:12.908 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:14.264 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:14.264 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:14.264 [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 11:13:14.265 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:14.265 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:13:14.265 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:13:14.265 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 11:13:14.265 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:13:14.265 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:13:14.265 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 11:13:14.265 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:14.265 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:14.265 [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 11:13:14.266 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:15.627 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:15.627 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:15.627 [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 11:13:15.628 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:15.629 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:13:15.629 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:13:15.629 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 11:13:15.629 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:13:15.629 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:13:15.629 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 11:13:15.629 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:15.629 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:15.629 [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 11:13:15.629 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:16.982 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:16.982 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:16.982 [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 11:13:16.982 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:16.983 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:13:16.983 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:13:16.983 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 11:13:16.983 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:13:16.983 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:13:16.983 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 11:13:16.983 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:16.983 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:16.983 [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 11:13:16.983 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:25.048 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:25.048 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:25.048 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties 11:13:25.049 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:25.050 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:13:25.050 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:13:25.050 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 11:13:25.050 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:13:25.050 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:13:25.050 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 11:13:25.050 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:25.050 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:25.050 [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 11:13:25.050 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 11:13:26.389 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:26.390 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 11:13:26.390 [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 11:13:26.391 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 11:13:26.391 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:13:26.391 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:13:26.391 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 11:13:26.391 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:13:26.391 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:13:26.391 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 11:13:26.391 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 11:13:26.391 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 11:13:26.391 [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 11:13:26.392 [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: 17.844 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.001 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 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.022 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenFactoryImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.LoginInfoImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.authentication.token.shiro.LoginInfoImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenQueryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenQueryImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenCreatorImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenCreatorImplTest [INFO] Running org.eclipse.kapua.service.security.EnhModularRealmAuthorizerTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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 81 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 239 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 15 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 32 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832409371 [WARNING] Cannot get the branch information from the git repository: Detecting 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.162 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.013 s - in org.eclipse.kapua.kura.simulator.main.simulation.ValidationTest [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.AppTest Sending: timestamp: 1719832415193 metric { name: "m1" type: DOUBLE double_value: -96.32610647830222 } Sending: timestamp: 1719832416193 metric { name: "m1" type: DOUBLE double_value: -94.78852487002473 } Sending: timestamp: 1719832417193 metric { name: "m1" type: DOUBLE double_value: -92.99113448929171 } Sending: timestamp: 1719832418193 metric { name: "m1" type: DOUBLE double_value: -90.9388618584758 } Sending: timestamp: 1719832419193 metric { name: "m1" type: DOUBLE double_value: -88.63733280440019 } [timestamp: 1719832415193 metric { name: "m1" type: DOUBLE double_value: -96.32610647830222 } , timestamp: 1719832416193 metric { name: "m1" type: DOUBLE double_value: -94.78852487002473 } , timestamp: 1719832417193 metric { name: "m1" type: DOUBLE double_value: -92.99113448929171 } , timestamp: 1719832418193 metric { name: "m1" type: DOUBLE double_value: -90.9388618584758 } , timestamp: 1719832419193 metric { name: "m1" type: DOUBLE double_value: -88.63733280440019 } ] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.35 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.101 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832421035 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832421125 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832422283 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832422359 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832423784 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832423841 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832425110 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832426812 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832428124 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832428183 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832429549 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832431372 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832431423 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832432682 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832434383 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832434443 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832435967 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832437228 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832437278 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832438677 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832440643 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832442115 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832442245 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832443725 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832445728 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832445795 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832447374 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832449392 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832449483 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832451102 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832453180 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832455491 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832456984 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832457066 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832457383 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832457654 [WARNING] Cannot get the branch information from the git repository: Detecting 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] Copying 1 resource [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 54 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832460366 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832460433 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832461887 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832463303 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832467637 [WARNING] Cannot get the branch information from the git repository: Detecting 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 45 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832470675 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832472713 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:14:37.369 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:14:37.381 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:14:37.439 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:14:37.441 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:14:37.441 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:14:37.441 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:14:37.441 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:14:37.441 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:14:37.441 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:14:37.452 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:14:37.452 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:14:37.452 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:14:37.452 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:14:37.466 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:14:37.467 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:14:37.652 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:14:37.652 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:14:37.652 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:14:37.653 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:14:37.653 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:14:37.653 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:14:37.653 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:14:37.664 [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). 11:14:37.687 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:14:37.687 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:14:37.687 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:14:37.687 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:14:37.687 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:14:37.687 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:14:39.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 11:14:39.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:14:39.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:14:39.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:14:39.082 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:14:39.082 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:14:39.202 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:14:39.204 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:14:39.398 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:14:39.399 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:14:39.411 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:14:39.416 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:14:39.421 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:14:39.759 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:14:39.759 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:14:39.760 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:14:39.761 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:14:39.762 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:14:39.763 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:14:39.787 [main] INFO o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property. 11:14:39.787 [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. 11:14:39.791 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:14:39.791 [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() 11:14:39.795 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:14:39.795 [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 11:14:39.844 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:40.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:40.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:40.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:40.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:40.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:40.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:40.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:40.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:40.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:40.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:40.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:40.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:40.374 [main] INFO org.reflections.Reflections - Reflections took 46 ms to scan 9 urls, producing 259 keys and 267 values 11:14:40.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:40.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:40.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:42.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:42.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:42.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:43.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:43.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:43.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:43.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:43.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:43.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:44.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:44.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:44.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:45.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:45.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:45.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:45.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:45.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:45.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:45.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 11:14:45.558 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:14:45.559 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 11:14:45.578 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 11:14:46.357 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 11:14:46.360 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:14:46.362 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.363 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.364 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.364 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.366 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.367 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:14:46.367 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.368 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.369 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.370 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.370 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.371 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.371 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:14:46.377 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:14:46.377 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.380 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:14:46.380 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:14:46.381 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:14:46.382 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.389 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 11:14:46.390 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:14:46.391 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.391 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.392 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.393 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 11:14:46.394 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 11:14:46.395 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.396 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:14:46.396 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:14:46.396 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.397 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 11:14:46.398 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.398 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:14:46.399 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 11:14:46.399 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 11:14:46.400 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:14:46.400 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.400 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.401 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:14:46.401 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.402 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:14:46.402 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:14:46.403 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.403 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.404 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.404 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:14:46.405 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:14:46.406 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 11:14:46.411 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:14:46.412 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.413 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 11:14:46.414 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:14:46.414 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.415 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator 11:14:46.416 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.416 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.438 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.439 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:14:46.439 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:14:46.440 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:14:46.441 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:14:46.441 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory 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() 11:14:46.573 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:46.585 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find all child accounts # features/AccountService.feature:31 11:14:46.602 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:46.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:46.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:46.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:46.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:46.654 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 11:14:46.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:46.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:46.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:46.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:46.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:46.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:46.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:46.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:46.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:46.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:47.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:47.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:47.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:47.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:47.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:48.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:48.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:48.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:48.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:48.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:48.550 [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) 11:14:48.792 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:48.801 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Handle duplicate account names # features/AccountService.feature:37 11:14:48.841 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:48.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:48.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:48.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:48.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:48.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:48.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:48.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:48.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:48.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:48.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:48.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:48.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:48.869 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 11:14:48.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:48.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:48.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:48.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:48.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:49.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:49.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:49.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:49.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:49.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:49.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:49.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:49.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:49.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:49.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:50.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:50.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:50.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:50.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:50.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:50.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:50.393 [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) 11:14:50.446 [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() 11:14:50.451 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:50.459 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Handle null account name # features/AccountService.feature:46 11:14:50.473 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:50.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:50.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:50.498 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 11:14:50.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:50.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:50.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:50.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:50.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:50.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:50.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:50.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:50.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:50.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:50.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:50.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:51.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:51.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:51.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:51.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:51.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:51.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:51.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:51.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:51.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:51.958 [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() 11:14:51.962 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:51.972 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by Id # features/AccountService.feature:53 11:14:51.986 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:51.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:52.014 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 11:14:52.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:52.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:52.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:52.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:52.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:52.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:52.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:52.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:52.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:52.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:52.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:52.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:52.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:52.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:53.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:53.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:53.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:53.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:53.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:53.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:53.374 [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() 11:14:53.391 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:53.397 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by Ids # features/AccountService.feature:60 11:14:53.409 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:53.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:53.452 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 11:14:53.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:53.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:53.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:53.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:53.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:53.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:53.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:53.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:53.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:53.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:53.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:53.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:54.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:54.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:54.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:54.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:54.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:54.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:54.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:54.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:54.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:54.658 [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() 11:14:54.672 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:54.680 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by random Id # features/AccountService.feature:68 11:14:54.690 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:54.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:54.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:54.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:54.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:54.713 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:14:54.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:54.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:54.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:54.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:54.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:54.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:54.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:54.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:54.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:54.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:54.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:55.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:55.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:55.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:55.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:55.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:55.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:55.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:55.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:55.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:55.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:55.864 [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() 11:14:55.868 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:55.875 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by name # features/AccountService.feature:74 11:14:55.885 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:55.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:55.910 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 11:14:55.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:55.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:55.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:55.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:56.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:56.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:56.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:56.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:56.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:56.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:56.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:56.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:56.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:56.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:56.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:56.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:57.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:57.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:57.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:57.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:57.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:57.104 [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() 11:14:57.122 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:57.141 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find by name nonexisting account # features/AccountService.feature:81 11:14:57.150 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:57.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:57.172 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:14:57.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:57.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:57.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:57.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:57.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:57.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:57.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:57.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:57.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:57.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:57.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:57.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:57.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:57.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:57.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:58.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:58.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:58.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:58.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:58.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:58.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:58.290 [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() 11:14:58.293 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:58.298 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Modify an existing account # features/AccountService.feature:87 11:14:58.306 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:58.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 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:58.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:58.329 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 11:14:58.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:58.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:58.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:58.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:58.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:58.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:58.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:58.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:58.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:58.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:58.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:58.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:14:58.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:14:58.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:14:58.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:14:59.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:14:59.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:14:59.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:14:59.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:14:59.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:14:59.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:14:59.508 [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) 11:14:59.550 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:14:59.556 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Modify nonexisting account # features/AccountService.feature:95 11:14:59.564 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:14:59.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:14:59.587 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:14:59.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:14:59.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:14:59.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:14:59.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:14:59.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:14:59.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:14:59.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:14:59.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:14:59.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:14:59.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:14:59.853 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:14:59.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:00.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:00.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:00.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:00.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:00.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:00.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:00.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:00.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:00.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:00.688 [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) 11:15:00.721 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 2,951,894,157,058,002,553 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 2,951,894,157,058,002,553 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() 11:15:00.722 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:00.743 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete an existing account # features/AccountService.feature:104 11:15:00.751 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:00.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:00.773 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:00.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:00.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:00.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:00.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:00.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:00.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:00.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:00.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:00.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:00.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:01.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:01.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:01.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:01.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:01.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:01.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:01.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:01.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:01.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:01.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:01.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:01.930 [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() 11:15:01.953 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:01.958 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete the Kapua system account # features/AccountService.feature:112 11:15:01.965 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:01.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:01.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:01.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:01.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:01.987 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:02.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:02.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:02.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:02.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:02.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:02.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:02.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:02.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:02.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:02.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:02.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:02.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:02.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:02.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:02.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:02.912 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:02.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:03.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:03.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:03.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:03.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:03.073 [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) 11:15:03.079 [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() 11:15:03.082 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:03.087 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete nonexisting account # features/AccountService.feature:120 11:15:03.094 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:03.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:03.115 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:03.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:03.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:03.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:03.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:03.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:03.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:03.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:03.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:03.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:03.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:03.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:03.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:03.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:03.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:03.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:04.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:04.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:04.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:04.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:04.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:04.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:04.209 [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) 11:15:04.214 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 6,795,998,849,713,526,008 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 6,795,998,849,713,526,008 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() 11:15:04.215 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:04.220 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Check account properties # features/AccountService.feature:128 11:15:04.243 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:04.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 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:04.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:04.264 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 11:15:04.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:04.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:04.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:04.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:04.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:04.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:04.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:04.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:04.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:04.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:04.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:04.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:04.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:04.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:04.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:05.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:05.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:05.279 [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) 11:15:05.297 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:05.302 [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 11:15:05.339 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:05.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 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:05.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:05.361 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:05.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:05.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:05.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:05.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:05.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:05.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:05.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:05.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:05.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:05.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:05.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:05.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:05.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:05.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:05.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:06.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:06.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:06.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:06.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:06.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:06.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:06.409 [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() 11:15:06.440 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:06.444 [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 11:15:06.452 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:06.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:06.472 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:06.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:06.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:06.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:06.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:06.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:06.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:06.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:06.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:06.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:06.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:06.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:06.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:07.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:07.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:07.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:07.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:07.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:07.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:07.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:07.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:07.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:07.472 [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() 11:15:07.486 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:07.490 [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 11:15:07.498 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:07.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:07.518 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:07.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:07.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:07.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:07.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:07.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:07.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:07.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:07.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:07.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:07.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:07.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:07.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:08.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:08.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:08.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:08.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:08.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:08.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:08.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:08.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:08.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:08.554 [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) 11:15:08.585 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:08.590 [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 11:15:08.598 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:08.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:08.618 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:08.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:08.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:08.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:08.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:08.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:08.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:08.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:08.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:08.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:08.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:08.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:08.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:09.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:09.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:09.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:09.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:09.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:09.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:09.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:09.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:09.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:09.619 [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) 11:15:09.638 [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() 11:15:09.639 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:09.644 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Test account query # features/AccountService.feature:174 11:15:09.651 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:09.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:09.672 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:09.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:09.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:09.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:09.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:09.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:09.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:09.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:09.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:09.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:09.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:09.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:10.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:10.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:10.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:10.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:10.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:10.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:10.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:10.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:10.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:10.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:10.647 [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) 11:15:10.747 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:10.751 [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 11:15:10.759 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:15:10.759 [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: 35.661 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 81 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 239 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 15 classes [INFO] Analyzed bundle 'kapua-account-test-steps' with 1 classes [INFO] Analyzed bundle 'kapua-qa-common' with 42 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 32 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 17 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 53 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832512345 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832514676 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:15:19.546 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:15:19.561 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:15:19.628 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:15:19.640 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:15:19.640 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:15:19.640 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:15:19.640 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:15:19.640 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:15:19.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:15:19.644 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:15:19.644 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:15:19.644 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:15:19.644 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:15:19.660 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:15:19.660 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:15:19.847 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:15:19.847 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:15:19.847 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:15:19.848 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:15:19.848 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:15:19.848 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:15:19.848 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:15:19.859 [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). 11:15:19.894 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:15:19.894 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:15:19.895 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:15:19.895 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:15:19.895 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:15:19.895 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:15:21.189 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 11:15:21.190 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:15:21.190 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:15:21.190 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:15:21.190 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:15:21.190 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:15:21.304 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:15:21.306 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:15:21.511 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:15:21.511 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:15:21.522 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:15:21.527 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:15:21.542 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:15:22.066 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:15:22.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:15:22.068 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:15:22.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:15:22.070 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:15:22.070 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:15:22.092 [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. 11:15:22.093 [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. 11:15:22.096 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:15:22.096 [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() 11:15:22.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.profile.UserProfileService from MockedLocator 11:15:22.101 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.profile.UserProfileFactory from MockedLocator 11:15:22.101 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessRoleService from MockedLocator 11:15:22.102 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessRoleFactory from MockedLocator 11:15:22.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:15:22.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:15:22.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 11:15:22.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:15:22.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:15:22.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:15:22.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 11:15:22.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:15:22.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 11:15:22.105 [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 11:15:22.156 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:22.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:22.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:22.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:22.688 [main] INFO org.reflections.Reflections - Reflections took 34 ms to scan 9 urls, producing 259 keys and 267 values 11:15:22.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:22.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:22.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:25.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:25.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:25.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:25.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:25.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:25.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:25.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:25.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:26.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:26.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:26.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:27.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:27.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:27.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:28.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:28.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:28.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:28.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:28.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 11:15:28.697 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.698 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 11:15:28.704 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:15:28.704 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.705 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.707 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.711 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:15:28.711 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:15:28.712 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:15:28.714 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 11:15:28.715 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:15:28.739 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:15:28.740 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.741 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.741 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.742 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.744 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 11:15:28.745 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 11:15:28.746 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.747 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.747 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.748 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 11:15:28.749 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:15:28.759 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 11:15:28.760 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.760 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:15:28.761 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.762 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.763 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:15:28.764 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:15:28.764 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.765 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:15:28.765 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:15:28.766 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.766 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.767 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.767 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:15:28.768 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.769 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:15:28.771 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.772 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:15:28.772 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.773 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.774 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 11:15:28.780 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:15:28.781 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:15:28.782 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 11:15:28.782 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 11:15:28.783 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:15:28.783 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.785 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator 11:15:28.785 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.786 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.786 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 11:15:28.787 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.787 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.788 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.788 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.788 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 11:15:28.789 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 11:15:28.790 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 11:15:28.791 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:15:28.792 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.792 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:15:28.933 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:15:28.934 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 11:15:28.959 [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) 11:15:29.301 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:29.315 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user with short name # features/UserService.feature:44 11:15:29.350 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:29.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:29.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:29.380 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 11:15:29.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:29.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:29.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:29.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:29.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:29.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:29.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:29.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:29.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:29.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:29.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:30.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:30.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:30.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:30.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:31.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:31.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:31.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:31.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:31.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:31.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:31.401 [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() 11:15:31.452 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:31.463 [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 11:15:31.485 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:31.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:31.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:31.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:31.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:31.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:31.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:31.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:31.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:31.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:31.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:31.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:31.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:31.512 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:31.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:31.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:31.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:31.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:31.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:31.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:31.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:31.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:31.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:31.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:31.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:32.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:32.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:32.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:32.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:32.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:32.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:33.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:33.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:33.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:33.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:33.081 [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() 11:15:33.103 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:33.110 [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 11:15:33.140 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:33.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:33.163 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:33.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:33.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:33.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:33.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:33.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:33.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:33.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:33.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:33.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:33.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:33.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:34.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:34.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:34.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:34.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:34.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:34.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:34.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:34.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:34.775 [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() 11:15:34.793 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:34.802 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Update user # features/UserService.feature:95 11:15:34.814 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:34.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:34.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:34.858 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:34.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:34.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:34.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:34.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:34.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:35.002 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:35.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:35.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:35.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:35.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:35.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:35.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:35.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:35.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:35.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:35.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:36.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:36.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:36.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:36.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:36.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:36.186 [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) 11:15:36.250 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:36.257 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Try to change User name # features/UserService.feature:120 11:15:36.267 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:36.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:36.290 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:36.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:36.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:36.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:36.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:36.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:36.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:36.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:36.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:36.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:36.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:36.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:36.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:37.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:37.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:37.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:37.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:37.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:37.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:37.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:37.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:37.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:37.649 [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) 11:15:37.685 [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() 11:15:37.688 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:37.697 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete user # features/UserService.feature:143 11:15:37.708 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:37.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:37.752 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:37.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:37.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:37.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:37.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:37.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:37.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:37.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:37.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:37.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:37.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:38.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:38.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:38.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:38.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:38.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:38.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:38.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:38.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:38.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:38.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:38.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:38.878 [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) 11:15:38.910 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:38.916 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Query user # features/UserService.feature:160 11:15:38.944 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:38.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:38.965 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:39.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:39.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:39.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:39.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:39.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:39.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:39.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:39.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:39.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:39.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:39.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:39.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:39.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:39.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:39.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:40.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:40.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:40.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:40.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:40.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:40.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:40.248 [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) 11:15:40.280 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:40.288 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Count user # features/UserService.feature:177 11:15:40.297 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:40.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:40.344 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:40.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:40.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:40.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:40.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:40.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:40.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:40.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:40.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:40.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:40.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:40.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:40.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:40.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:41.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:41.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:41.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:41.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:41.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:41.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:41.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:41.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:41.534 [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) 11:15:41.562 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:41.568 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by id # features/UserService.feature:195 11:15:41.576 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:41.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:41.601 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:41.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:41.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:41.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:41.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:41.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:41.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:41.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:41.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:41.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:41.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:41.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:42.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:42.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:42.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:42.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:42.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:42.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:42.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:42.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:42.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:42.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:42.756 [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) 11:15:42.781 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:42.787 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by name # features/UserService.feature:215 11:15:42.795 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:42.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:42.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:42.844 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:42.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:42.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:42.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:42.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:42.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:43.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:43.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:43.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:43.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:43.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:43.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:43.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:43.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:43.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:43.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:44.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:44.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:44.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:44.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:44.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:44.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:44.197 [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) 11:15:44.240 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:44.247 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user that already exist # features/UserService.feature:234 11:15:44.257 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:44.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:44.285 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 11:15:44.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:44.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:44.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:44.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:44.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:44.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:44.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:44.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:44.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:44.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:44.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:44.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:44.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:44.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:44.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:45.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:45.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:45.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:45.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:45.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:45.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:45.382 [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) 11:15:45.409 [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() 11:15:45.411 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:45.416 [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 11:15:45.423 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:45.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:45.461 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 11:15:45.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:45.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:45.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:45.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:45.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:45.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:45.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:45.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:45.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:45.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:45.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:46.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:46.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:46.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:46.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:46.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:46.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:46.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:46.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:46.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:46.530 [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() 11:15:46.538 [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() 11:15:46.540 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:46.545 [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 11:15:46.552 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:46.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:46.575 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 11:15:46.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:46.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:46.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:46.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:46.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:46.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:46.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:46.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:46.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:46.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:46.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:46.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:47.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:47.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:47.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:47.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:47.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:47.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:47.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:47.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:47.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:47.671 [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() 11:15:47.675 [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() 11:15:47.676 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:47.681 [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 11:15:47.691 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:47.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:47.714 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 11:15:47.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:47.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:47.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:47.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:47.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:47.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:47.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:47.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:47.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:47.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:47.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:48.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:48.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:48.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:48.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:48.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:48.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:48.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:48.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:48.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:48.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:48.757 [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() 11:15:48.762 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:48.766 [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 11:15:48.774 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:48.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:48.795 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:48.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:48.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:48.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:48.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:48.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:48.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:48.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:48.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:48.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:48.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:49.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:49.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:49.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:49.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:49.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:49.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:49.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:49.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:49.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:49.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:49.882 [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() 11:15:49.885 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:49.890 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete Kapua system user # features/UserService.feature:284 11:15:49.897 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:49.918 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 11:15:49.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:49.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:49.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:49.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:50.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:50.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:50.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:50.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:50.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:50.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:50.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:50.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:50.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:50.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:50.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:50.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:50.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:50.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:50.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:50.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:50.913 [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) 11:15:50.917 [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() 11:15:50.919 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:50.923 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create multiple users # features/UserService.feature:293 11:15:50.930 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:50.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:50.953 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 11:15:50.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:50.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:50.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:51.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:51.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:51.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:51.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:51.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:51.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:51.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:51.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:51.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:51.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:51.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:51.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:51.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:51.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:51.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:51.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:51.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:51.991 [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) 11:15:52.041 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:52.046 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find multiple users # features/UserService.feature:313 11:15:52.054 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:52.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:52.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:52.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:52.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:52.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:52.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:52.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:52.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:52.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:52.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:52.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:52.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:52.075 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 11:15:52.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:52.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:52.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:52.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:52.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:52.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:52.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:52.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:52.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:52.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:52.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:52.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:52.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:52.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:52.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:52.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:53.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:53.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:53.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:53.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:53.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:53.083 [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) 11:15:53.116 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:53.120 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Get metadata # features/UserService.feature:337 11:15:53.138 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:53.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:53.140 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:53.160 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 11:15:53.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:53.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:53.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:53.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:53.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:53.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:53.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:53.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:53.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:53.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:53.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:53.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:53.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:53.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:53.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:53.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:54.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:54.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:54.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:54.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:54.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:54.153 [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() 11:15:54.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:54.161 [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 11:15:54.168 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:54.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:54.188 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 9 urls, producing 259 keys and 267 values 11:15:54.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:54.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:54.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:54.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:54.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:54.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:54.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:54.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:54.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:54.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:54.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:54.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:54.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:54.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:54.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:55.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:55.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:55.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:55.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:55.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:55.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:55.184 [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() 11:15:55.205 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:55.209 [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 11:15:55.217 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:55.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 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:55.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:55.252 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 11:15:55.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:55.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:55.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:55.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:55.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:55.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:55.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:55.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:55.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:55.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:55.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:55.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:55.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:55.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:55.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:56.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:56.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:56.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:56.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:56.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:56.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:56.263 [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() 11:15:56.283 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:56.286 [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 11:15:56.294 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:56.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:56.312 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 11:15:56.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:56.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:56.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:56.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:56.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:56.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:56.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:56.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:56.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:56.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:56.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:56.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:56.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:56.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:56.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:57.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:57.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:57.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:57.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:57.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:57.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:57.316 [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() 11:15:57.335 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:57.339 [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 11:15:57.346 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:57.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:57.365 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 9 urls, producing 259 keys and 267 values 11:15:57.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:57.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:57.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:57.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:57.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:57.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:57.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:57.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:57.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:57.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:57.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:57.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:57.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:57.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:57.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:58.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:58.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:58.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:58.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:58.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:58.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:58.390 [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() 11:15:58.423 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:58.442 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by its email # features/UserService.feature:426 11:15:58.448 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:15:58.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:15:58.468 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 11:15:58.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:15:58.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:15:58.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:15:58.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:15:58.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:15:58.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:15:58.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:15:58.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:15:58.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 11:15:58.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:15:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:15:58.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:15:58.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:15:59.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:15:59.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:15:59.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:15:59.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:15:59.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:15:59.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:15:59.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:15:59.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:15:59.433 [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() 11:15:59.463 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:15:59.467 [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 11:15:59.474 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:15:59.474 [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: 42.456 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 81 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 239 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 15 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 42 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 32 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 17 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 53 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832560913 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832560996 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832562192 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832562307 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832563795 [WARNING] Cannot get the branch information from the git repository: Detecting 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 10 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 3 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 11:16:07.938 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:07.942 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:07.943 [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 11:16:07.960 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:07.995 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:07.995 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:07.995 [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 11:16:07.996 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:07.998 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:07.998 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:07.998 [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 11:16:07.999 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.000 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.000 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.000 [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 11:16:08.001 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.002 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.002 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.003 [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 11:16:08.003 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.004 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.004 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.004 [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 11:16:08.005 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.010 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.010 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.010 [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 11:16:08.010 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.022 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH 11:16:08.022 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH 11:16:08.022 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT 11:16:08.022 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT 11:16:08.038 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING 11:16:08.038 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING 11:16:08.038 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY 11:16:08.038 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY 11:16:08.038 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA 11:16:08.039 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA 11:16:08.040 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.040 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.040 [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 11:16:08.040 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.041 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.042 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.042 [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 11:16:08.042 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.042 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH 11:16:08.042 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH 11:16:08.043 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT 11:16:08.043 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT 11:16:08.043 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING 11:16:08.043 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING 11:16:08.043 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY 11:16:08.043 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY 11:16:08.043 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA 11:16:08.043 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA 11:16:08.044 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.044 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.044 [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 11:16:08.045 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.046 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.046 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.046 [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 11:16:08.046 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.047 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.048 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.048 [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 11:16:08.048 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 11:16:08.049 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 11:16:08.049 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 11:16:08.050 [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 11:16:08.050 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.kapua.broker.client.protocol.DefaultProtocolDescriptorProviderTest [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-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 8 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 8 classes [INFO] Analyzed bundle 'kapua-commons' with 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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 15 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 32 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832568887 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832569039 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832569291 [WARNING] Cannot get the branch information from the git repository: Detecting 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 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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 32 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 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 15 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832574955 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832578422 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:16:23.552 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:16:23.565 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:16:23.638 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:16:23.640 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:16:23.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:16:23.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:16:23.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:16:23.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:16:23.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:16:23.644 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:16:23.644 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:16:23.645 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:16:23.650 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:16:23.666 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:16:23.667 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:16:23.853 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:16:23.853 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:16:23.854 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:16:23.854 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:16:23.854 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:16:23.854 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:16:23.854 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:16:23.864 [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). 11:16:23.888 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:16:23.888 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:16:23.888 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:16:23.888 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:16:23.888 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:16:23.888 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:16:25.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:16:25.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:16:25.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:16:25.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:16:25.116 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:16:25.116 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:16:25.203 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 11:16:25.203 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:16:25.203 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:16:25.203 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:16:25.203 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:16:25.203 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:16:25.313 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:16:25.340 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:16:25.491 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:25.492 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:16:25.503 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:25.508 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:16:25.512 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:16:25.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:25.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:16:25.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:16:25.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:16:25.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:16:25.825 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:25.847 [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. 11:16:25.847 [main] INFO o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property. 11:16:25.851 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:16:25.851 [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() 11:16:25.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 11:16:25.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:16:25.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 11:16:25.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 11:16:25.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 11:16:25.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:16:25.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:16:25.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 11:16:25.858 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:16:25.858 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 11:16:25.858 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:16:25.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:16:25.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 11:16:25.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:16:25.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 11:16:25.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 11:16:25.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 11:16:25.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 11:16:25.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 11:16:25.860 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 11:16:25.860 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:25.860 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:25.861 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 11:16:25.861 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 11:16:25.861 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 11:16:25.861 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 11:16:25.862 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:25.862 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:16:25.862 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:25.863 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:16:25.863 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:16:25.863 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:16:25.864 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:16:25.864 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:16:25.865 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 11:16:25.866 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:16:25.866 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 11:16:25.868 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 11:16:25.868 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 11:16:25.868 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:25.869 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:16:25.869 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:25.869 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:16:25.869 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:16:25.869 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:16:25.870 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:16:25.870 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:16:25.870 [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 11:16:25.957 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:26.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:26.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:26.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:26.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:26.572 [main] INFO org.reflections.Reflections - Reflections took 32 ms to scan 10 urls, producing 269 keys and 278 values 11:16:26.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:26.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:26.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:28.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:29.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:29.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:29.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:29.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:29.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:29.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:29.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:30.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:30.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:31.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:31.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:31.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:31.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:31.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:32.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:32.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:32.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:32.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:32.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 11:16:32.215 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:16:32.216 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 11:16:32.243 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 11:16:32.281 [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. 11:16:32.281 [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() 11:16:32.590 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:32.601 [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 11:16:32.660 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:32.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:32.691 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:16:32.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:32.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:32.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:32.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:32.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:32.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:33.002 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:33.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:33.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:33.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:33.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:33.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:33.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:33.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:33.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:34.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:34.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:34.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:35.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:35.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:35.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:35.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:35.076 [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() 11:16:35.140 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:35.155 [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 11:16:35.203 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:35.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:35.253 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:16:35.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:35.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:35.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:35.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:35.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:35.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:35.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:35.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:35.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:35.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:35.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:35.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:36.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:36.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:36.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:36.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:36.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:36.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:36.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:36.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:36.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:36.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:36.923 [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() 11:16:36.958 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:36.966 [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 11:16:36.990 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:36.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:36.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:37.015 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:16:37.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:37.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:37.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:37.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:37.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:37.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:37.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:37.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:37.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:37.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:37.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:37.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:37.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:37.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:37.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:38.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:38.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:38.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:38.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:38.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:38.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:38.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:38.488 [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() 11:16:38.511 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:38.517 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Delete an existing event # features/DeviceEvent.feature:70 11:16:38.558 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:38.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:38.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:38.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:38.582 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:16:38.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:38.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:38.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:38.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:38.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:38.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:38.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:38.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:38.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:38.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:38.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:39.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:39.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:39.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:39.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:39.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:39.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:39.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:39.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:39.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:39.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:39.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:39.926 [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() 11:16:39.958 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:39.964 [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 11:16:39.987 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:39.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:39.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:40.011 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:16:40.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:40.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:40.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:40.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:40.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:40.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:40.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:40.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:40.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:40.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:40.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:40.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:40.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:40.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:40.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:41.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:41.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:41.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:41.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:41.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:41.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:41.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:41.355 [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) 11:16:41.382 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceEvent with id/name 4,441,476,008,185,879,329 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 4,441,476,008,185,879,329 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() 11:16:41.385 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:41.391 [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 11:16:41.417 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:41.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:41.454 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:16:41.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:41.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:41.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:41.528 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:41.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:41.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:41.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:41.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:41.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:41.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:41.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:41.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:42.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:42.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:42.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:42.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:42.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:42.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:42.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:42.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:42.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:42.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:42.687 [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) 11:16:42.783 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:42.790 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Basic Device Event queries # features/DeviceEvent.feature:103 11:16:42.841 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:42.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:42.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:42.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:42.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:42.866 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:16:42.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:42.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:42.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:42.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:42.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:43.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:43.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:43.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:43.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:43.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:43.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:43.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:43.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:43.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:43.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:43.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:44.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:44.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:44.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:44.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:44.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:44.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:44.164 [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) 11:16:44.378 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 15 11:16:44.379 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.387 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.388 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.388 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.388 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.388 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.388 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 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) 11:16:44.391 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 10 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world 11:16:44.392 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 5375612417879256070 - date: Mon Jul 01 11:16:44 UTC 2024 - test_message_hello_world Then I find 10 device events # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkEventListForNumberOfItems(int) 11:16:44.393 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:44.398 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Event factory sanity checks # features/DeviceEvent.feature:116 11:16:44.442 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:44.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:44.470 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:16:44.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:44.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:44.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:44.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:44.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:44.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:44.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:44.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:44.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:44.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:44.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:44.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:45.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:45.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:45.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:45.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:45.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:45.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:45.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:45.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:45.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:45.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:45.689 [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() 11:16:45.692 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:45.697 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Event service domain check # features/DeviceEvent.feature:119 11:16:45.717 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:45.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:45.751 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:16:45.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:45.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:45.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:45.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:45.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:45.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:45.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:45.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:45.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:45.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:46.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:46.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:46.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:46.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:46.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:46.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:46.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:46.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:46.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:46.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:46.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:46.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:46.924 [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() 11:16:46.928 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:46.939 [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 11:16:46.961 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:16:46.961 [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 11:16:46.992 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:16:46.992 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:16:46.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:16:46.994 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:16:46.994 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:16:46.996 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:16:46.996 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:16:46.996 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:16:46.997 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:16:46.997 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:16:46.997 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:16:46.997 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:16:46.998 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:16:46.998 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:16:46.998 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:16:46.998 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:16:46.998 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:16:46.998 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:16:47.006 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:16:47.006 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:16:47.006 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:16:47.006 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:16:47.006 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:16:47.006 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:16:47.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 11:16:47.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:16:47.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:16:47.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:16:47.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:16:47.014 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:16:47.039 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:16:47.040 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:16:47.044 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:47.044 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:16:47.044 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:47.044 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:16:47.046 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:16:47.256 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:47.256 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:16:47.256 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:16:47.257 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:16:47.257 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:16:47.257 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:47.258 [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. 11:16:47.259 [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. 11:16:47.260 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:16:47.260 [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() 11:16:47.260 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 11:16:47.261 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:16:47.261 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 11:16:47.261 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 11:16:47.261 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 11:16:47.261 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:16:47.261 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:16:47.261 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 11:16:47.263 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 11:16:47.264 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 11:16:47.264 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:47.264 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:47.264 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 11:16:47.264 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 11:16:47.264 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 11:16:47.264 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 11:16:47.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:47.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:16:47.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:47.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:16:47.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:16:47.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:16:47.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:16:47.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:16:47.266 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 11:16:47.266 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:16:47.266 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 11:16:47.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 11:16:47.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 11:16:47.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:16:47.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:16:47.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:16:47.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:16:47.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:16:47.268 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:16:47.268 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:16:47.268 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:16:47.268 [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 11:16:47.289 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:47.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:47.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:47.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:47.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:47.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:47.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:47.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:47.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:47.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:47.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:47.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:47.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:47.312 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:16:47.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:47.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:47.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:47.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:47.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:47.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:47.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:47.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:47.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:47.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:47.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:47.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:47.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:47.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:48.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:48.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:48.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:48.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:48.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:48.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:48.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:48.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:48.545 [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() 11:16:48.548 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:48.553 [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 11:16:48.573 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:48.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:48.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:48.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:48.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:48.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:48.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:48.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:48.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:48.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:48.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:48.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:48.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:48.595 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:16:48.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:48.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:48.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:48.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:48.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:48.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:48.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:48.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:48.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:48.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:48.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:49.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:49.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:49.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:49.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:49.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:49.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:49.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:49.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:49.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:49.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:49.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:49.767 [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() 11:16:49.791 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:49.796 [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 11:16:49.840 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:49.862 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:16:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:49.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:49.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:49.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:50.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:50.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:50.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:50.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:50.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:50.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:50.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:50.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:50.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:50.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:50.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:50.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:50.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:50.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:50.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:50.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:50.976 [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() 11:16:50.989 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:50.994 [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 11:16:51.016 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:51.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:51.058 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:16:51.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:51.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:51.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:51.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:51.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:51.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:51.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:51.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:51.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:51.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:51.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:51.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:51.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:51.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:51.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:51.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:52.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:52.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:52.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:52.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:52.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:52.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:52.201 [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() 11:16:52.213 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:52.218 [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 11:16:52.249 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:52.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:52.275 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:16:52.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:52.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:52.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:52.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:52.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:52.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:52.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:52.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:52.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:52.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:52.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:52.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:52.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:52.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:52.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:53.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:53.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:53.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:53.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:53.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:53.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:53.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:53.447 [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() 11:16:53.451 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:53.455 [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 11:16:53.478 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:53.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:53.503 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:16:53.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:53.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:53.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:53.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:53.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:53.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:53.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:53.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:53.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:53.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:53.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:53.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:54.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:54.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:54.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:54.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:54.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:54.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:54.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:54.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:54.669 [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() 11:16:54.684 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:54.689 [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 11:16:54.711 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:54.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:54.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:54.748 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:16:54.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:54.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:54.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:54.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:54.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:54.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:54.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:54.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:54.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:54.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:55.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:55.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:55.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:55.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:55.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:55.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:55.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:55.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:55.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:55.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:55.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:55.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:55.991 [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() 11:16:55.997 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:56.002 [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 11:16:56.026 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:56.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:56.061 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:16:56.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:56.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:56.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:56.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:56.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:56.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:56.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:56.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:56.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:56.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:56.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:56.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:56.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:56.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:56.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:56.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:57.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:57.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:57.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:57.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:57.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:57.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:57.170 [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() 11:16:57.176 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:57.180 [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 11:16:57.199 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:57.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:57.221 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:16:57.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:57.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:57.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:57.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:57.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:57.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:57.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:57.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:57.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:57.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:57.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:57.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:57.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:57.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:57.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:58.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:58.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:58.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:58.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:58.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:58.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:58.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:58.295 [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() 11:16:58.300 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:58.304 [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 11:16:58.324 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:58.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:58.352 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:16:58.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:58.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:58.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:58.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:58.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:58.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:58.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:58.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:58.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:58.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:58.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:58.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:16:58.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:16:58.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:16:59.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:16:59.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:16:59.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:16:59.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:16:59.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:16:59.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:16:59.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:16:59.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:16:59.545 [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) 11:16:59.557 [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() 11:16:59.558 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:16:59.564 [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 11:16:59.586 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:16:59.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:16:59.608 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:16:59.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:16:59.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:16:59.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:16:59.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:16:59.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:16:59.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:16:59.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:16:59.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:16:59.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:16:59.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:16:59.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:16:59.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:00.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:00.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:00.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:00.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:00.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:00.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:00.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:00.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:00.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:00.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:00.648 [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() 11:17:00.657 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:00.661 [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 11:17:00.682 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17: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 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:00.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:00.704 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:17:00.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:00.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:00.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:00.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:00.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:00.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:00.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:00.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:00.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:00.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:00.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:01.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:01.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:01.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:01.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:01.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:01.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:01.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:01.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:01.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:01.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:01.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:01.747 [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) 11:17:01.762 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:01.767 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Find device by registry ID # features/DeviceRegistry.feature:125 11:17:01.790 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:01.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:01.817 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:01.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:01.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:01.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:01.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:01.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:01.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:01.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:01.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:01.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:01.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:02.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:02.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:02.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:02.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:02.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:02.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:02.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:02.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:02.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:02.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:02.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:02.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:02.911 [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() 11:17:02.923 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:02.928 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Find device by client ID # features/DeviceRegistry.feature:132 11:17:02.953 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:02.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:02.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:02.976 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:03.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:03.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:03.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:03.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:03.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:03.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:03.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:03.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:03.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:03.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:03.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:03.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:03.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:03.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:03.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:03.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:03.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:03.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:04.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:04.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:04.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:04.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:04.064 [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) 11:17:04.074 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:04.079 [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 11:17:04.100 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:04.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:04.122 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:04.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:04.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:04.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:04.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:04.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:04.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:04.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:04.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:04.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:04.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:04.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:05.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:05.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:05.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:05.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:05.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:05.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:05.151 [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() 11:17:05.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:05.160 [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 11:17:05.180 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:05.200 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:05.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:05.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:05.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:05.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:05.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:05.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:05.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:05.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:05.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:05.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:05.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:05.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:05.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:06.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:06.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:06.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:06.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:06.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:06.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:06.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:06.216 [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() 11:17:06.223 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:06.226 [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 11:17:06.249 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:06.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:06.270 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:06.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:06.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:06.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:06.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:06.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:06.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:06.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:06.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:06.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:06.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:06.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:06.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:06.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:06.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:06.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:07.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:07.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:07.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:07.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:07.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:07.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:07.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:07.246 [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) 11:17:07.260 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:07.264 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device queries # features/DeviceRegistry.feature:164 11:17:07.283 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:07.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:07.306 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:17:07.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:07.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:07.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:07.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:07.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:07.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:07.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:07.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:07.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:07.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:07.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:07.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:07.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:07.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:07.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:08.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:08.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:08.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:08.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:08.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:08.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:08.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:08.342 [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) 11:17:09.349 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:09.353 [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 11:17:09.375 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:09.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:09.397 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:09.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:09.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:09.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:09.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:09.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:09.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:09.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:09.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:09.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:09.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:09.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:09.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:09.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:09.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:09.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:10.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:10.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:10.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:10.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:10.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:10.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:10.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:10.399 [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) 11:17:10.497 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:10.501 [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 11:17:10.521 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:10.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 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:10.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:10.557 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:10.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:10.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:10.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:10.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:10.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:10.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:10.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:10.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:10.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:10.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:10.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:10.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:11.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:11.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:11.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:11.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:11.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:11.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:11.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:11.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:11.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:11.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:11.624 [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) 11:17:11.644 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:11.649 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Update a non existing device # features/DeviceRegistry.feature:199 11:17:11.669 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:11.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:11.691 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:11.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:11.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:11.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:11.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:11.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:11.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:11.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:12.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:12.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:12.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:12.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:12.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:12.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:12.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:12.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:12.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:12.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:12.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:12.691 [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) 11:17:12.699 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 6,115,020,704,608,916,189 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 6,115,020,704,608,916,189 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() 11:17:12.701 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:12.705 [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 11:17:12.725 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:12.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:12.748 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:17:12.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:12.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:12.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:12.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:12.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:12.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:12.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:12.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:12.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:12.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:12.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:13.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:13.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:13.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:13.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:13.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:13.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:13.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:13.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:13.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:13.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:13.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:13.755 [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) 11:17:13.766 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:13.771 [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 11:17:13.790 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:13.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:13.809 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:13.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:13.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:13.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:13.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:13.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:13.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:13.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:13.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:13.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:13.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:14.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:14.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:14.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:14.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:14.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:14.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:14.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:14.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:14.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:14.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:14.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:14.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:14.864 [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) 11:17:14.871 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 7,763,950,608,291,248,725 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,763,950,608,291,248,725 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() 11:17:14.872 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:14.877 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device factory sanity checks # features/DeviceRegistry.feature:224 11:17:14.898 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:14.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 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:14.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:14.919 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:14.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:14.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:14.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:14.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:14.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:15.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:15.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:15.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:15.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:15.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:15.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:15.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:15.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:15.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:15.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:15.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:15.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:15.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:15.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:15.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:15.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:15.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:15.889 [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() 11:17:15.892 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:15.895 [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 11:17:15.915 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:17:15.915 [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 11:17:15.950 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:17:15.950 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:17:15.951 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:17:15.951 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:17:15.951 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:17:15.954 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:17:15.954 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:17:15.954 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:17:15.954 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:17:15.954 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:17:15.954 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:17:15.954 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:17:15.955 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:17:15.955 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:17:15.955 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:17:15.955 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:17:15.955 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:17:15.955 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:17:15.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:17:15.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:17:15.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:17:15.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:17:15.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:17:15.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:17:15.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 11:17:15.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:17:15.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:17:15.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:17:15.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:17:15.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:17:15.977 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:17:15.977 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:17:15.980 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:17:15.980 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:17:15.980 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:15.981 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:17:15.982 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:17:16.114 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:17:16.114 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:17:16.114 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:17:16.114 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:17:16.114 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:17:16.114 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:16.116 [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. 11:17:16.116 [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. 11:17:16.117 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:17:16.117 [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() 11:17:16.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 11:17:16.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:17:16.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 11:17:16.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 11:17:16.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 11:17:16.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:17:16.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:17:16.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 11:17:16.119 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:17:16.119 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 11:17:16.120 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 11:17:16.121 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 11:17:16.121 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 11:17:16.121 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:17:16.121 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:17:16.121 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:16.121 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:17:16.121 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:17:16.121 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:17:16.122 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:17:16.122 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:17:16.122 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:17:16.123 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:17:16.124 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:17:16.124 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:17:16.124 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:17:16.124 [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 11:17:16.157 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:16.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:16.177 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:16.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:16.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:16.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:16.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:16.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:16.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:16.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:16.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:16.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:16.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:16.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:16.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:16.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:16.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:16.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:16.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:17.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:17.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:17.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:17.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:17.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:17.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:17.195 [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) 11:17:17.200 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:17.200 [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) 11:17:17.207 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:17.211 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Device connection update # features/DeviceRegistryConnection.feature:42 11:17:17.235 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:17.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:17.256 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:17.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:17.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:17.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:17.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:17.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:17.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:17.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:17.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:17.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:17.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:17.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:17.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:17.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:17.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:17.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:18.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:18.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:18.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:18.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:18.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:18.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:18.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:18.311 [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) 11:17:18.321 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:18.326 [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 11:17:18.346 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:18.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:18.367 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:18.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:18.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:18.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:18.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:18.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:18.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:18.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:18.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:18.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:18.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:18.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:18.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:18.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:18.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:18.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:19.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:19.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:19.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:19.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:19.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:19.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:19.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:19.316 [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() 11:17:19.322 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:19.326 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Count connections in scope # features/DeviceRegistryConnection.feature:73 11:17:19.348 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:19.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:19.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:19.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:19.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:19.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:19.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:19.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:19.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:19.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:19.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:19.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:19.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:19.366 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:19.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:19.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:19.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:19.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:19.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:19.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:19.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:19.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:19.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:19.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:19.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:19.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:19.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:19.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:19.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:20.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:20.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:20.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:20.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:20.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:20.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:20.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:20.349 [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) 11:17:20.365 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:20.369 [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 11:17:20.388 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:20.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:20.408 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:20.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:20.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:20.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:20.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:20.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:20.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:20.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:20.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:20.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:20.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:20.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:20.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:20.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:20.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:20.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:21.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:21.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:21.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:21.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:21.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:21.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:21.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:21.368 [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) 11:17:21.380 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:21.384 [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 11:17:21.401 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:21.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:21.421 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:21.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:21.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:21.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:21.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:21.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:21.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:21.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:21.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:21.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:21.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:21.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:21.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:21.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:21.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:21.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:22.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:22.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:22.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:22.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:22.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:22.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:22.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:22.393 [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) 11:17:22.398 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 9,110,053,133,592,122,961 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 9,110,053,133,592,122,961 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() 11:17:22.399 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:22.402 [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 11:17:22.420 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:22.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:22.443 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:22.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:22.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:22.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:22.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:22.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:22.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:22.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:22.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:22.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:22.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:22.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:22.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:22.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:22.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:22.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:23.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:23.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:23.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:23.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:23.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:23.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:23.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:23.399 [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) 11:17:23.405 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:23.408 [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 11:17:23.426 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:23.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 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:23.446 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:23.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:23.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:23.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:23.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:23.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:23.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:23.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:23.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:23.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:23.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:23.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:23.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:23.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:23.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:24.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:24.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:24.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:24.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:24.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:24.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:24.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:24.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:24.456 [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() 11:17:24.462 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:24.465 [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 11:17:24.484 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:24.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:24.502 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:24.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:24.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:24.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:24.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:24.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:24.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:24.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:24.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:24.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:24.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:24.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:24.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:25.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:25.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:25.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:25.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:25.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:25.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:25.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:25.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:25.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:25.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:25.522 [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) 11:17:25.532 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:25.540 [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 11:17:25.559 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:25.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:25.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:25.580 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:25.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:25.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:25.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:25.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:25.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:25.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:25.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:25.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:25.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:25.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:25.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:25.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:26.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:26.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:26.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:26.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:26.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:26.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:26.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:26.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:26.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:26.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:26.605 [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() 11:17:26.619 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:26.623 [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 11:17:26.643 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:26.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:26.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:26.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:26.664 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:26.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:26.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:26.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:26.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:26.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:26.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:26.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:26.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:26.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:26.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:26.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:26.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:27.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:27.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:27.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:27.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:27.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:27.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:27.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:27.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:27.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:27.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:27.613 [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) 11:17:27.620 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:27.624 [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 11:17:27.650 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:27.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:27.670 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:27.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:27.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:27.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:27.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:27.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:27.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:27.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:27.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:27.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:27.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:27.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:28.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:28.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:28.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:28.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:28.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:28.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:28.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:28.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:28.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:28.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:28.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:28.637 [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() 11:17:28.647 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:28.651 [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 11:17:28.669 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:28.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:28.687 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:28.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:28.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:28.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:28.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:28.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:28.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:28.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:28.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:28.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:28.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:28.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:29.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:29.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:29.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:29.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:29.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:29.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:29.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:29.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:29.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:29.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:29.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:29.643 [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) 11:17:29.648 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 2,493,629,852,101,252,032 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 2,493,629,852,101,252,032 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() 11:17:29.649 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:29.653 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Generic connection query # features/DeviceRegistryConnection.feature:218 11:17:29.672 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:29.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:29.693 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:29.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:29.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:29.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:29.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:29.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:29.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:29.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:29.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:29.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:29.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:29.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:30.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:30.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:30.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:30.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:30.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:30.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:30.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:30.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:30.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:30.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:30.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:30.642 [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) 11:17:30.658 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:30.662 [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 11:17:30.680 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:30.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:30.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:30.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:30.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:30.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:30.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:30.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:30.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:30.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:30.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:30.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:30.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:30.699 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:30.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:30.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:30.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:30.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:30.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:30.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:30.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:30.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:30.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:30.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:30.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:31.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:31.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:31.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:31.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:31.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:31.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:31.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:31.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:31.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:31.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:31.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:31.787 [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() 11:17:31.789 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:31.793 [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 11:17:31.818 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:17:31.818 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:17:31.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:17:31.819 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:17:31.819 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:17:31.821 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:17:31.821 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:17:31.821 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:17:31.821 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:17:31.822 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:17:31.822 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:17:31.822 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:17:31.823 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:17:31.823 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:17:31.823 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:17:31.823 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:17:31.823 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:17:31.823 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:17:31.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:17:31.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:17:31.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:17:31.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:17:31.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:17:31.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:17:31.845 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 11:17:31.845 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:17:31.845 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:17:31.845 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:17:31.845 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:17:31.845 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:17:31.852 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:17:31.852 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@1958bc8b 11:17:31.852 [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() 11:17:31.852 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 11:17:31.852 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:17:31.852 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 11:17:31.853 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 11:17:31.853 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 11:17:31.853 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:17:31.853 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:17:31.853 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 11:17:31.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 11:17:31.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 11:17:31.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:17:31.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:31.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 11:17:31.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 11:17:31.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 11:17:31.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:17:31.856 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 11:17:31.857 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:17:31.857 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 11:17:31.857 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 11:17:31.857 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 11:17:31.857 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:17:31.857 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:17:31.857 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:17:31.858 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:17:31.858 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:17:31.858 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:17:31.858 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:17:31.858 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:17:31.858 [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 11:17:31.876 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:31.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 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:31.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:31.896 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:31.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:31.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:31.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:31.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:32.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:32.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:32.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:32.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:32.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:32.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:32.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:32.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:32.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:32.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:32.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:32.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:32.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:32.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:32.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:32.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:32.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:32.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:32.908 [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() 11:17:32.913 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:32.916 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null creator # features/DeviceRegistryValidation.feature:33 11:17:32.934 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:32.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:32.954 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:32.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:32.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:32.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:33.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:33.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:33.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:33.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:33.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:33.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:33.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:33.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:33.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:33.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:33.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:33.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:33.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:33.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:33.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:33.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:33.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:33.928 [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() 11:17:33.930 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:33.933 [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 11:17:33.951 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:33.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:33.971 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:34.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:34.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:34.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:34.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:34.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:34.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:34.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:34.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:34.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:34.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:34.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:34.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:34.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:34.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:34.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:34.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:34.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:34.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:34.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:34.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:34.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:34.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:34.955 [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() 11:17:34.958 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:34.961 [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 11:17:34.980 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:34.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 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:34.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:34.999 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:35.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:35.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:35.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:35.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:35.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:35.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:35.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:35.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:35.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:35.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:35.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:35.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:35.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:35.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:35.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:35.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:35.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:35.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:35.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:35.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:35.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:35.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:35.931 [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() 11:17:35.940 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:35.943 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null device # features/DeviceRegistryValidation.feature:61 11:17:35.961 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:35.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:35.979 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:36.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:36.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:36.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:36.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:36.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:36.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:36.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:36.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:36.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:36.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:36.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:36.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:36.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:36.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:36.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:36.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:36.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:36.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:36.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:36.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:36.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:36.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:36.905 [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) 11:17:36.908 [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() 11:17:36.909 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:36.912 [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 11:17:36.929 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:36.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:36.949 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:36.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:36.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:36.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:37.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:37.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:37.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:37.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:37.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:37.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:37.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:37.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:37.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:37.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:37.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:37.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:37.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:37.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:37.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:37.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:37.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:37.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:37.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:37.887 [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() 11:17:37.891 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:37.895 [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 11:17:37.913 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:37.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:37.934 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:37.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:37.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:37.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:37.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:38.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:38.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:38.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:38.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:38.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:38.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:38.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:38.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:38.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:38.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:38.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:38.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:38.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:38.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:38.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:38.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:38.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:38.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:38.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) 11:17:38.862 [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() 11:17:38.863 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:38.866 [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 11:17:38.883 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:38.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 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:38.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:38.901 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:38.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:38.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:38.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:38.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:38.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:39.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:39.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:39.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:39.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:39.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:39.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:39.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:39.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:39.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:39.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:39.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:39.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:39.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:39.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:39.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:39.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:39.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:39.841 [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) 11:17:39.843 [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() 11:17:39.844 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:39.847 [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 11:17:39.865 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:39.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:39.884 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:39.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:39.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:39.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:39.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:39.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:40.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:40.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:40.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:40.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:40.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:40.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:40.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:40.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:40.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:40.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:40.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:40.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:40.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:40.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:40.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:40.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:40.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:40.894 [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) 11:17:40.896 [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() 11:17:40.897 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:40.900 [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 11:17:40.918 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:40.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:40.939 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:17:40.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:40.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:40.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:40.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:41.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:41.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:41.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:41.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:41.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:41.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:41.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:41.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:41.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:41.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:41.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:41.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:41.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:41.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:41.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:41.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:41.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:41.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:41.871 [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) 11:17:41.874 [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() 11:17:41.874 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:41.878 [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 11:17:41.895 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:41.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:41.914 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:41.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:41.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:41.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:41.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:41.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:42.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:42.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:42.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:42.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:42.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:42.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:42.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:42.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:42.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:42.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:42.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:42.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:42.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:42.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:42.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:42.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:42.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:42.837 [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() 11:17:42.841 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:42.845 [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 11:17:42.862 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:42.881 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:42.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:42.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:42.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:42.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:42.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:42.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:43.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:43.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:43.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:43.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:43.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:43.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:43.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:43.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:43.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:43.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:43.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:43.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:43.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:43.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:43.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:43.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:43.841 [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() 11:17:43.845 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:43.848 [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 11:17:43.867 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:43.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:43.887 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:43.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:43.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:43.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:43.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:43.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:43.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:44.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:44.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:44.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:44.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:44.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:44.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:44.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:44.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:44.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:44.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:44.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:44.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:44.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:44.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:44.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:44.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:44.791 [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() 11:17:44.793 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:44.796 [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 11:17:44.814 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:44.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:44.833 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:44.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:44.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:44.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:44.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:44.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:44.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:44.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:44.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:44.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:44.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:45.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:45.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:45.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:45.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:45.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:45.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:45.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:45.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:45.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:45.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:45.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:45.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:45.756 [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() 11:17:45.758 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:45.761 [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 11:17:45.779 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:45.798 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:45.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:45.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:45.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:45.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:45.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:45.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:45.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:45.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:45.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:45.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:46.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:46.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:46.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:46.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:46.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:46.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:46.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:46.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:46.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:46.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:46.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:46.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:46.833 [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() 11:17:46.843 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:46.846 [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 11:17:46.864 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:46.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:46.885 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:46.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:46.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:46.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:46.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:46.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:46.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:47.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:47.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:47.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:47.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:47.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:47.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:47.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:47.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:47.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:47.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:47.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:47.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:47.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:47.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:47.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:47.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:47.825 [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() 11:17:47.827 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:47.830 [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 11:17:47.847 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:47.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:47.866 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:17:47.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:47.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:47.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:47.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:47.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:47.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:47.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:47.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:47.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:47.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:48.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:48.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:48.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:48.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:48.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:48.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:48.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:48.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:48.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:48.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:48.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:48.793 [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() 11:17:48.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:48.799 [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 11:17:48.816 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:48.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:48.834 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:48.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:48.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:48.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:48.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:48.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:48.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:48.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:48.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:48.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:48.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:49.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:49.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:49.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:49.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:49.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:49.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:49.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:49.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:49.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:49.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:49.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:49.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:49.752 [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() 11:17:49.755 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:49.759 [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 11:17:49.775 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:17:49.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 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:17:49.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:17:49.794 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:17:49.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:17:49.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:17:49.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:17:49.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:17:49.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:17:49.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:17:49.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:17:49.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:17:49.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:17:49.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:17:49.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:17:50.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:17:50.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:17:50.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:17:50.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:17:50.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:17:50.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:17:50.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:17:50.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:17:50.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:17:50.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:17:50.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:17:50.757 [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() 11:17:50.760 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:17:50.763 [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 11:17:50.785 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:17:50.785 [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: 89.999 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 81 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 239 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 32 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 15 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 8 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 42 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 17 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 53 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832672302 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832674785 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832677622 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832680038 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:18:04.961 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:18:04.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:18:05.050 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:18:05.052 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:18:05.052 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:18:05.052 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:18:05.052 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:18:05.053 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:18:05.053 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:18:05.056 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:18:05.056 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:18:05.056 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:18:05.056 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:18:05.071 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:18:05.071 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:18:05.282 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:18:05.283 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:18:05.283 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:18:05.283 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:18:05.283 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:18:05.283 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:18:05.283 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:18:05.292 [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). 11:18:05.340 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:18:05.341 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:18:05.341 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:18:05.341 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:18:05.341 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:18:05.341 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:18:06.578 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 11:18:06.578 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:18:06.578 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:18:06.578 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:18:06.578 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:18:06.579 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:18:06.741 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:18:06.744 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:18:06.906 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:18:06.907 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:18:06.917 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:18:06.922 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:18:06.940 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:18:07.159 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:18:07.159 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:18:07.160 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:18:07.161 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:18:07.162 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:18:07.163 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:18:07.184 [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. 11:18:07.184 [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. 11:18:07.187 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:18:07.187 [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() 11:18:07.190 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 11:18:07.190 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 11:18:07.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 11:18:07.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:18:07.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 11:18:07.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 11:18:07.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 11:18:07.193 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 11:18:07.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 11:18:07.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 11:18:07.196 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 11:18:07.196 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:18:07.196 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 11:18:07.196 [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 11:18:07.251 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:07.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:07.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:07.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:07.748 [main] INFO org.reflections.Reflections - Reflections took 48 ms to scan 11 urls, producing 322 keys and 332 values 11:18:07.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:07.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:07.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:10.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:10.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:10.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:10.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:10.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:10.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:10.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:10.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:11.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:11.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:11.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:12.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:12.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:12.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:13.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:13.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:13.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:13.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:13.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:13.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:13.600 [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) 11:18:13.683 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:18:13.684 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 11:18:13.703 [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() 11:18:14.003 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:14.041 [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 11:18:14.065 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:14.100 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 11:18:14.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:14.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:14.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:14.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:14.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:14.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:14.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:14.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:14.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:14.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:14.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:14.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:14.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:14.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:15.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:15.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:15.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:15.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:15.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:16.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:16.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:16.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:16.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:16.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:16.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:16.449 [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() 11:18:16.461 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:16.474 [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 11:18:16.496 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:16.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:16.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:16.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:16.548 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 11:18:16.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:16.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:16.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:16.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:16.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:16.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:16.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:16.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:16.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:16.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:16.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:16.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:17.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:17.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:17.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:17.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:17.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:18.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:18.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:18.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:18.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:18.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:18.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:18.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:18.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:18.700 [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() 11:18:18.714 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:18.741 [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 11:18:18.764 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:18.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 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:18.797 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values 11:18:18.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:18.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:18.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:18.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:18.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:18.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:19.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:19.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:19.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:19.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:19.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:19.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:19.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:19.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:19.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:19.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:19.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:19.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:20.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:20.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:20.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:20.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:20.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:20.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:20.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:20.583 [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() 11:18:20.586 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:20.601 [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 11:18:20.619 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:20.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:20.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:20.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:20.665 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 11:18:20.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:20.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:20.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:20.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:20.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:20.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:20.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:20.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:20.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:20.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:20.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:20.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:21.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:21.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:21.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:21.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:21.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:21.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:21.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:22.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:22.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:22.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:22.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:22.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:22.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:22.367 [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() 11:18:22.376 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:22.388 [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 11:18:22.404 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:22.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:22.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:22.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:22.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:22.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:22.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:22.442 [main] INFO org.reflections.Reflections - Reflections took 16 ms to scan 11 urls, producing 322 keys and 332 values 11:18:22.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:22.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:22.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:22.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:22.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:22.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:22.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:22.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:22.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:22.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:22.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:22.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:22.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:22.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:23.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:23.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:23.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:23.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:23.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:23.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:24.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:24.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:24.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:24.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:24.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:24.145 [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() 11:18:24.155 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:24.166 [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 11:18:24.183 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:24.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:24.213 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 11:18:24.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:24.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:24.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:24.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:24.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:24.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:24.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:24.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:24.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:24.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:24.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:24.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:24.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:24.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:24.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:24.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:24.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:25.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:25.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:25.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:25.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:25.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:25.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:25.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:25.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:25.804 [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() 11:18:25.807 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:25.839 [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 11:18:25.853 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:25.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:25.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:25.882 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 11:18:25.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:25.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:25.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:25.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:26.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:26.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:26.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:26.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:26.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:26.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:26.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:26.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:26.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:26.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:26.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:26.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:26.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:26.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:27.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:27.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:27.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:27.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:27.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:27.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:27.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:27.517 [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() 11:18:27.549 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:27.561 [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 11:18:27.574 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:27.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:27.601 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 11:18:27.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:27.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:27.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:27.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:27.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:27.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:27.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:27.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:27.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:27.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:27.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:27.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:27.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:28.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:28.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:28.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:28.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:28.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:28.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:28.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:29.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:29.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:29.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:29.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:29.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:29.138 [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() 11:18:29.156 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:29.165 [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 11:18:29.177 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:29.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 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:29.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:29.204 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 11:18:29.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:29.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:29.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:29.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:29.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:29.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:29.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:29.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:29.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:29.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:29.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:29.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:29.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:29.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:29.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:29.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:29.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:30.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:30.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:30.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:30.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:30.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:30.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:30.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:30.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:30.738 [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() 11:18:30.741 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:30.750 [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 11:18:30.762 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:30.788 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 11:18:30.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:30.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:30.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:30.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:30.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:30.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:30.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:30.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:31.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:31.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:31.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:31.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:31.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:31.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:31.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:31.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:31.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:31.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:31.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:31.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:32.140 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:32.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:32.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:32.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:32.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:32.227 [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() 11:18:32.239 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:32.247 [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 11:18:32.260 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:32.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 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:32.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:32.286 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 11:18:32.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:32.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:32.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:32.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:32.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:32.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:32.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:32.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:32.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:32.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:32.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:32.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:32.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:32.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:32.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:33.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:33.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:33.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:33.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:33.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:33.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:33.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:33.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:33.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:33.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:33.839 [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() 11:18:33.854 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:33.862 [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 11:18:33.875 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:33.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:33.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:33.901 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:33.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:33.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:33.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:33.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:34.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:34.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:34.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:34.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:34.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:34.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:34.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:34.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:34.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:34.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:34.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:34.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:34.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:34.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:34.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:35.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:35.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:35.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:35.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:35.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:35.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:35.348 [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) 11:18:35.361 [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() 11:18:35.363 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:35.371 [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 11:18:35.383 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:35.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:35.408 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:35.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:35.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:35.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:35.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:35.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:35.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:35.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:35.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:35.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:35.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:35.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:35.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:35.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:35.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:36.014 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:36.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:36.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:36.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:36.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:36.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:36.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:36.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:36.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:36.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:36.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:36.841 [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() 11:18:36.849 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:36.856 [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 11:18:36.869 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:36.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:36.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:36.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:36.895 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:36.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:36.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:36.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:36.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:36.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:37.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:37.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:37.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:37.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:37.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:37.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:37.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:37.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:37.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:37.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:37.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:37.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:37.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:37.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:38.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:38.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:38.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:38.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:38.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:38.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:38.297 [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() 11:18:38.304 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:38.312 [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 11:18:38.327 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:38.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:38.361 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:38.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:38.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:38.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:38.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:38.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:38.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:38.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:38.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:38.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:38.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:38.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:38.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:38.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:38.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:38.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:39.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:39.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:39.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:39.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:39.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:39.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:39.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:39.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:39.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:39.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:39.770 [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() 11:18:39.782 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:39.789 [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 11:18:39.801 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:39.843 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 11:18:39.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:39.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:39.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:39.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:39.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:40.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:40.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:40.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:40.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:40.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:40.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:40.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:40.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:40.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:40.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:40.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:40.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:40.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:41.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:41.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:41.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:41.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:41.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:41.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:41.234 [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() 11:18:41.237 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:41.244 [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 11:18:41.255 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:41.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:41.280 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:41.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:41.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:41.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:41.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:41.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:41.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:41.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:41.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:41.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:41.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:41.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:41.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:41.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:41.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:41.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:41.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:41.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:42.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:42.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:42.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:42.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:42.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:42.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:42.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:42.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:42.651 [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() 11:18:42.653 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:42.662 [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 11:18:42.674 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:42.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:42.699 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:42.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:42.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:42.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:42.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:42.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:42.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:42.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:42.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:42.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:42.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:42.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:42.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:43.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:43.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:43.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:43.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:43.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:43.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:43.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:43.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:44.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:44.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:44.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:44.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:44.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:44.125 [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() 11:18:44.139 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:44.147 [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 11:18:44.158 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:44.182 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:44.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:44.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:44.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:44.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:44.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:44.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:44.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:44.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:44.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:44.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:44.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:44.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:44.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:44.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:44.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:44.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:44.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:45.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:45.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:45.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:45.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:45.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:45.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:45.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:45.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:45.538 [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() 11:18:45.546 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:45.553 [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 11:18:45.566 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:45.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:45.589 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:45.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:45.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:45.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:45.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:45.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:45.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:45.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:45.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:45.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:45.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:45.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:45.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:45.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:45.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:46.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:46.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:46.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:46.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:46.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:46.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:46.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:46.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:46.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:46.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:46.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:46.915 [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() 11:18:46.923 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:46.930 [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 11:18:46.942 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:46.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:46.966 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:47.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:47.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:47.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:47.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:47.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:47.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:47.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:47.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:47.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:47.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:47.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:47.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:47.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:47.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:47.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:47.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:47.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:47.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:47.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:48.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:48.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:48.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:48.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:48.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:48.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:48.317 [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) 11:18:48.362 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:48.369 [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 11:18:48.381 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:48.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:48.406 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:48.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:48.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:48.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:48.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:48.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:48.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:48.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:48.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:48.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:48.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:48.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:48.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:48.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:48.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:48.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:49.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:49.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:49.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:49.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:49.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:49.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:49.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:49.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:49.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:49.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:49.759 [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) 11:18:49.776 [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() 11:18:49.777 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:49.785 [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 11:18:49.797 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:49.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 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:49.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:49.822 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 11:18:49.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:49.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:49.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:49.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:49.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:49.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:49.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:50.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:50.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:50.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:50.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:50.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:50.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:50.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:50.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:50.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:50.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:50.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:50.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:50.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:51.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:51.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:51.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:51.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:51.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:51.160 [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() 11:18:51.174 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:51.181 [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 11:18:51.193 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:51.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 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:51.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:51.216 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:51.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:51.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:51.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:51.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:51.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:51.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:51.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:51.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:51.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:51.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:51.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:51.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:51.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:51.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:51.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:51.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:52.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:52.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:52.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:52.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:52.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:52.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:52.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:52.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:52.539 [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() 11:18:52.551 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:52.558 [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 11:18:52.569 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:52.593 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:52.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:52.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:52.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:52.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:52.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:52.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:52.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:52.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:52.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:52.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:52.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:52.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:52.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:52.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:53.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:53.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:53.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:53.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:53.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:53.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:53.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:53.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:53.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:53.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:53.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:53.945 [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() 11:18:53.958 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:53.965 [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 11:18:53.977 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:53.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:54.002 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:54.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:54.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:54.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:54.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:54.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:54.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:54.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:54.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:54.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:54.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:54.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:54.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:54.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:54.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:54.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:54.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:54.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:54.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:55.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:55.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:55.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:55.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:55.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:55.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:55.257 [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() 11:18:55.260 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:55.266 [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 11:18:55.278 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:55.302 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 11 urls, producing 322 keys and 332 values 11:18:55.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:55.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:55.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:55.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:55.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:55.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:55.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:55.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:55.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:55.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:55.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:55.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:55.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:55.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:55.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:55.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:55.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:56.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:56.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:56.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:56.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:56.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:56.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:56.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:56.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:56.619 [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() 11:18:56.646 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:56.653 [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 11:18:56.664 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:56.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:56.688 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:56.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:56.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:56.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:56.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:56.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:56.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:56.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:56.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:56.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:56.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:56.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:56.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:56.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:57.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:57.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:57.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:57.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:57.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:57.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:57.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:57.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:58.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:58.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:58.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:58.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:58.034 [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() 11:18:58.192 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:58.199 [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 11:18:58.212 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:58.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:58.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:58.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:58.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:58.263 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 11:18:58.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:58.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:58.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:58.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:58.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:58.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:58.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:58.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:58.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:18:58.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:18:58.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:18:58.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:18:58.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:18:59.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:18:59.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:18:59.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:18:59.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:18:59.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:18:59.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:18:59.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:18:59.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:18:59.600 [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() 11:18:59.616 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:18:59.623 [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 11:18:59.635 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:18:59.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:18:59.662 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:18:59.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:18:59.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:18:59.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:18:59.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:18:59.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:18:59.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:18:59.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:18:59.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:18:59.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:18:59.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:18:59.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:18:59.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:18:59.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:00.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:00.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:00.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:00.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:00.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:00.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:00.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:00.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:00.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:00.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:00.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:00.918 [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() 11:19:00.929 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:00.935 [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 11:19:00.946 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:00.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:00.970 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:01.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:01.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:01.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:01.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:01.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:01.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:01.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:01.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:01.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:01.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:01.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:01.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:01.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:01.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:01.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:01.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:01.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:01.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:01.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:02.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:02.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:02.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:02.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:02.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:02.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:02.295 [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() 11:19:02.305 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:02.313 [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 11:19:02.325 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19: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 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:02.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:02.350 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:02.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:02.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:02.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:02.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:02.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:02.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:02.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:02.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:02.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:02.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:02.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:02.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:02.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:02.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:02.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:02.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:03.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:03.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:03.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:03.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:03.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:03.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:03.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:03.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:03.604 [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() 11:19:03.610 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:03.618 [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 11:19:03.629 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:19:03.629 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() @jobs @jobStepDefinition @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/JobStepDefinitionService.feature:24 11:19:03.654 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:19:03.654 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:19:03.655 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:19:03.656 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:19:03.656 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:19:03.656 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:19:03.658 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:19:03.658 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:19:03.658 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:19:03.658 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:19:03.658 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:19:03.658 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:19:03.658 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:19:03.660 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:19:03.660 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:19:03.660 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:19:03.660 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:19:03.660 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:19:03.660 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:19:03.668 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 11:19:03.668 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:19:03.668 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:19:03.668 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:19:03.668 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:19:03.668 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:19:03.677 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:19:03.677 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:19:03.681 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:03.681 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:19:03.681 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:03.682 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:19:03.684 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:19:03.818 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:03.818 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:19:03.819 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:19:03.819 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:19:03.819 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:19:03.819 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:03.821 [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. 11:19:03.821 [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. 11:19:03.822 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:19:03.822 [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() 11:19:03.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 11:19:03.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 11:19:03.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 11:19:03.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:19:03.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 11:19:03.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 11:19:03.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 11:19:03.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 11:19:03.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 11:19:03.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 11:19:03.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 11:19:03.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:19:03.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 11:19:03.824 [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 11:19:03.884 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:03.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:03.909 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 11:19:03.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:03.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:03.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:03.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:03.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:04.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:04.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:04.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:04.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:04.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:04.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:04.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:04.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:04.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:04.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:04.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:04.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:04.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:04.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:04.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:05.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:05.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:05.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:05.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:05.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:05.159 [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() 11:19:05.203 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:05.209 [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 11:19:05.245 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:05.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 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:05.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:05.272 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 11:19:05.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:05.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:05.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:05.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:05.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:05.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:05.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:05.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:05.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:05.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:05.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:05.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:05.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:05.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:05.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:05.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:05.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:06.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:06.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:06.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:06.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:06.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:06.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:06.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:06.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:06.663 [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() 11:19:06.675 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:06.681 [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 11:19:06.693 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:06.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 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:06.717 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 11:19:06.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:06.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:06.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:06.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:06.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:06.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:06.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:06.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:06.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:06.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:06.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:06.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:07.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:07.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:07.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:07.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:07.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:07.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:07.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:07.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:07.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:08.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:08.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:08.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:08.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:08.070 [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() 11:19:08.073 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:08.080 [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 11:19:08.092 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:08.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:08.119 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 11:19:08.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:08.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:08.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:08.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:08.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:08.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:08.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:08.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:08.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:08.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:08.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:08.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:08.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:08.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:08.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:08.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:08.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:08.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:09.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:09.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:09.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:09.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:09.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:09.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:09.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:09.430 [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() 11:19:09.432 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:09.441 [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 11:19:09.454 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:09.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:09.479 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:09.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:09.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:09.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:09.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:09.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:09.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:09.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:09.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:09.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:09.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:09.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:09.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:09.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:09.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:10.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:10.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:10.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:10.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:10.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:10.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:10.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:10.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:10.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:10.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:10.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:10.715 [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() 11:19:10.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:10.724 [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 11:19:10.746 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:10.770 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 11:19:10.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:10.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:10.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:10.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:10.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:10.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:10.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:10.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:10.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:10.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:10.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:10.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:11.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:11.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:11.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:11.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:11.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:11.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:11.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:11.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:11.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:12.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:12.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:12.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:12.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:12.074 [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) 11:19:12.082 [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:74) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.create(JobStepDefinitionServiceImpl.java:71) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.create(JobStepDefinitionServiceImpl.java:41) 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() 11:19:12.083 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:12.090 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Delete a step definition # features/JobStepDefinitionService.feature:77 11:19:12.102 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:12.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 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:12.126 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 11:19:12.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:12.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:12.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:12.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:12.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:12.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:12.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:12.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:12.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:12.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:12.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:12.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:12.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:12.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:12.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:12.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:12.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:12.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:13.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:13.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:13.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:13.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:13.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:13.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:13.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:13.372 [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() 11:19:13.391 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:13.400 [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 11:19:13.413 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:13.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:13.438 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:13.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:13.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:13.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:13.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:13.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:13.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:13.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:13.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:13.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:13.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:13.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:13.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:13.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:13.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:14.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:14.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:14.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:14.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:14.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:14.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:14.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:14.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:14.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:14.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:14.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:14.745 [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) 11:19:14.759 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 448,251,945,397,022,816 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:174) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.delete(JobStepDefinitionServiceImpl.java:174) 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 448,251,945,397,022,816 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() 11:19:14.760 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:14.767 [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 11:19:14.780 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:14.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:14.806 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:14.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:14.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:14.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:14.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:14.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:14.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:14.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:14.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:14.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:14.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:14.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:14.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:15.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:15.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:15.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:15.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:15.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:15.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:15.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:15.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:15.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:16.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:16.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:16.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:16.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:16.038 [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) 11:19:16.049 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:16.056 [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 11:19:16.067 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:16.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:16.091 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:16.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:16.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:16.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:16.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:16.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:16.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:16.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:16.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:16.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:16.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:16.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:16.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:16.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:16.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:16.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:16.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:16.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:16.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:16.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:17.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:17.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:17.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:17.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:17.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:17.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:17.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() 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) 11:19:17.343 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:17.349 [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 11:19:17.361 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:17.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:17.386 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:17.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:17.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:17.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:17.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:17.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:17.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:17.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:17.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:17.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:17.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:17.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:17.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:17.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:17.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:17.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:17.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:17.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:18.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:18.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:18.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:18.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:18.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:18.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:18.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:18.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:18.631 [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) 11:19:18.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:18.648 [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 11:19:18.659 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:18.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:18.681 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:18.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:18.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:18.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:18.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:18.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:18.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:18.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:18.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:18.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:18.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:18.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:18.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:18.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:19.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:19.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:19.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:19.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:19.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:19.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:19.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:19.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:19.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:19.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:19.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:19.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:19.901 [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) 11:19:19.910 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 4,231,325,891,001,671,989 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:111) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.update(JobStepDefinitionServiceImpl.java:103) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.update(JobStepDefinitionServiceImpl.java:41) 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 4,231,325,891,001,671,989 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() 11:19:19.912 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:19.923 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Count step definition items # features/JobStepDefinitionService.feature:138 11:19:19.939 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:19.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:19.966 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:20.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:20.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:20.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:20.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:20.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:20.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:20.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:20.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:20.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:20.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:20.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:20.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:20.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:20.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:20.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:20.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:20.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:20.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:20.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:21.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:21.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:21.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:21.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:21.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:21.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:21.250 [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) 11:19:21.276 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:21.284 [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 11:19:21.296 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:21.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:21.323 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 11:19:21.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:21.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:21.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:21.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:21.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:21.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:21.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:21.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:21.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:21.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:21.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:21.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:21.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:22.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:22.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:22.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:22.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:22.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:22.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:22.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:22.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:22.614 [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() 11:19:22.615 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:22.623 [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 11:19:22.636 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:19:22.637 [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 11:19:22.660 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:19:22.660 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:19:22.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:19:22.662 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:19:22.662 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:19:22.665 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:19:22.665 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:19:22.665 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:19:22.665 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:19:22.665 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:19:22.665 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:19:22.665 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:19:22.667 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:19:22.667 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:19:22.667 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:19:22.667 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:19:22.667 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:19:22.667 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:19:22.680 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 11:19:22.680 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:19:22.680 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:19:22.680 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:19:22.680 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:19:22.680 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:19:22.690 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:19:22.690 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:19:22.692 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:22.692 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:19:22.693 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:22.693 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:19:22.695 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:19:22.801 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:22.802 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:19:22.802 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:19:22.802 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:19:22.802 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:19:22.803 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:22.804 [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. 11:19:22.804 [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. 11:19:22.805 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:19:22.805 [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() 11:19:22.806 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 11:19:22.806 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 11:19:22.806 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 11:19:22.806 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:19:22.806 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 11:19:22.806 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 11:19:22.807 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 11:19:22.807 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 11:19:22.807 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 11:19:22.807 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 11:19:22.807 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 11:19:22.807 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 11:19:22.807 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 11:19:22.807 [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 11:19:22.824 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:22.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:22.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:22.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:22.849 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 11 urls, producing 322 keys and 332 values 11:19:22.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:22.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:22.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:22.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:22.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:22.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:22.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:23.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:23.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:23.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:23.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:23.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:23.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:23.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:23.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:23.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:23.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:23.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:23.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:23.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:24.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:24.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:24.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:24.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:24.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:24.124 [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() 11:19:24.162 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:24.171 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.create scopeId null # features/JobStepService.feature:41 11:19:24.183 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:24.208 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:24.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:24.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:24.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:24.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:24.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:24.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:24.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:24.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:24.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:24.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:24.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:24.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:24.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:24.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:24.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:24.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:24.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:24.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:25.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:25.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:25.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:25.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:25.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:25.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:25.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:25.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) And A null scope # org.eclipse.kapua.qa.common.BasicSteps.setNullScope() And I prepare a JobStepCreator with the name "TestStep" and the following properties # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List) Given I expect the exception "KapuaIllegalNullArgumentException" with the text "scopeId" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobStepCreator.scopeId. When I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 11:19:25.427 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:25.433 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update name # features/JobStepService.feature:54 11:19:25.445 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:25.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:25.469 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:25.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:25.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:25.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:25.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:25.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:25.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:25.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:25.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:25.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:25.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:25.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:25.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:25.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:25.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:26.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:26.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:26.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:26.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:26.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:26.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:26.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:26.721 [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) 11:19:26.753 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:26.760 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update stepIndex forward # features/JobStepService.feature:70 11:19:26.779 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:26.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:26.805 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 11 urls, producing 322 keys and 332 values 11:19:26.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:26.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:26.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:26.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:26.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:26.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:26.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:26.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:26.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:26.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:26.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:26.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:27.054 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:27.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:27.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:27.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:27.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:27.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:27.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:27.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:27.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:28.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:28.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:28.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:28.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:28.009 [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) 11:19:28.066 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move 11:19:28.066 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep2 to index 0 11:19:28.067 [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) 11:19:28.076 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:28.082 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update stepIndex backward # features/JobStepService.feature:99 11:19:28.094 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:28.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:28.116 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:28.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:28.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:28.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:28.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:28.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:28.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:28.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:28.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:28.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:28.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:28.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:28.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:28.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:28.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:28.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:28.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:28.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:29.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:29.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:29.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:29.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:29.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:29.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:29.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:29.456 [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) 11:19:29.499 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move 11:19:29.500 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep1 to index 1 11:19:29.501 [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) 11:19:29.510 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:29.517 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.count # features/JobStepService.feature:128 11:19:29.549 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:29.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:29.573 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 11 urls, producing 322 keys and 332 values 11:19:29.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:29.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:29.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:29.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:29.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:29.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:29.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:29.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:29.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:29.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:29.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:29.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:29.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:30.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:30.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:30.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:30.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:30.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:30.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:30.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:30.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:30.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:30.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:30.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:30.814 [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) 11:19:30.856 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:30.862 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.delete # features/JobStepService.feature:151 11:19:30.874 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:30.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:30.898 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:30.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:30.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:30.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:30.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:31.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:31.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:31.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:31.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:31.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:31.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:31.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:31.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:31.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:31.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:31.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:31.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:31.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:31.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:31.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:31.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:32.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:32.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:32.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:32.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:32.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:32.189 [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() 11:19:32.213 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:32.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.delete non-existing # features/JobStepService.feature:167 11:19:32.234 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:32.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:32.260 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 11:19:32.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:32.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:32.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:32.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:32.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:32.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:32.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:32.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:32.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:32.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:32.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:32.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:32.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:32.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:32.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:32.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:32.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:33.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:33.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:33.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:33.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:33.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:33.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:33.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:33.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:33.468 [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) 11:19:33.488 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type jobStep with id/name 6,222,959,524,557,082,868 was not found. at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.lambda$delete$8(JobStepServiceImpl.java:316) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.lambda$delete$11(JobStepServiceImpl.java:316) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.delete(JobStepServiceImpl.java:313) 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 6,222,959,524,557,082,868 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() 11:19:33.489 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:33.496 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: Step factory sanity checks # features/JobStepService.feature:183 11:19:33.507 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:33.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:33.529 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 11 urls, producing 322 keys and 332 values 11:19:33.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:33.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 11:19:33.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:33.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:33.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:33.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 11:19:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 11:19:33.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:33.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:33.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:33.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 11:19:33.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:33.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:33.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:34.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:34.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:34.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:34.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:34.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 11:19:34.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 11:19:34.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:34.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:34.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:34.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:34.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:34.722 [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() 11:19:34.723 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:34.729 [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 11:19:34.741 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:19:34.741 [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: 92.265 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 81 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 239 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 15 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 42 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 32 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 17 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 53 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832776217 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832777963 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:19:43.082 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 11:19:43.098 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:19:43.164 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:19:43.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:19:43.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 11:19:43.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 11:19:43.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 11:19:43.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:19:43.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 11:19:43.170 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 11:19:43.171 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:19:43.171 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:19:43.171 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 11:19:43.185 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:19:43.185 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 11:19:43.202 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:19:43.203 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:19:43.203 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:19:43.203 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:19:43.203 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:19:43.203 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:19:43.493 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:19:43.493 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 11:19:43.493 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:19:43.494 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:19:43.494 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:19:43.494 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:19:43.494 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:19:43.507 [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). 11:19:44.722 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:19:44.722 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:19:44.722 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:19:44.723 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:19:44.723 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:19:44.723 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:19:44.739 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:19:44.739 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:19:44.739 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:19:44.739 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:19:44.739 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:19:44.739 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:19:44.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 11:19:44.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:19:44.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:19:44.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:19:44.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:19:44.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:19:44.799 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:19:44.799 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:19:44.799 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:19:44.799 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:19:44.799 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:19:44.799 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:19:44.843 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:19:44.843 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:19:44.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:19:44.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:19:44.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:19:44.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:19:44.856 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 11:19:44.856 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:19:44.856 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:19:44.856 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:19:44.856 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:19:44.856 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:19:44.970 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:19:44.972 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:19:45.160 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:45.161 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:19:45.171 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:45.176 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 11:19:45.180 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:19:45.476 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:45.476 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:19:45.477 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 11:19:45.478 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 11:19:45.479 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 11:19:45.479 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:45.500 [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. 11:19:45.501 [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. 11:19:45.504 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:19:45.504 [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() 11:19:45.507 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 11:19:45.507 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 11:19:45.507 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 11:19:45.508 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:19:45.508 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 11:19:45.508 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 11:19:45.509 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 11:19:45.509 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 11:19:45.509 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:19:45.509 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 11:19:45.511 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:19:45.511 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 11:19:45.512 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 11:19:45.513 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:19:45.513 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 11:19:45.514 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 11:19:45.514 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 11:19:45.514 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 11:19:45.514 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 11:19:45.514 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 11:19:45.514 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 11:19:45.514 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 11:19:45.515 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:45.515 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:45.515 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 11:19:45.515 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 11:19:45.515 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 11:19:45.516 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 11:19:45.516 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:45.516 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:19:45.516 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:45.517 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:19:45.517 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:19:45.518 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:19:45.518 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:19:45.518 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:19:45.519 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 11:19:45.522 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 11:19:45.522 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 11:19:45.523 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 11:19:45.523 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 11:19:45.523 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 11:19:45.523 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 11:19:45.524 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 11:19:45.524 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 11:19:45.538 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 11:19:45.538 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 11:19:45.539 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 11:19:45.539 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 11:19:45.539 [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 11:19:45.598 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:46.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:46.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:46.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:46.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:46.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:46.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:46.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:46.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:46.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:46.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:46.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:46.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:46.142 [main] INFO org.reflections.Reflections - Reflections took 50 ms to scan 10 urls, producing 269 keys and 278 values 11:19:46.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:46.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:19:46.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:48.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:48.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:48.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:48.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:48.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:48.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:19:48.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:49.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:49.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:50.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:50.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:50.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:50.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:50.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:19:51.054 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:51.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:51.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:51.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:51.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:51.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 11:19:51.286 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:19:51.287 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 11:19:51.305 [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) 11:19:51.585 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:51.596 [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 11:19:51.649 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:51.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:51.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:51.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:51.676 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:19:51.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:51.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:19:51.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:51.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:51.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:51.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:51.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:51.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:51.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:19:51.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:52.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:52.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:52.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:52.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:52.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:53.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:53.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:19:53.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:53.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:53.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:53.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:53.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:53.546 [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) 11:19:53.564 [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() 11:19:53.569 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:53.579 [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 11:19:53.609 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:53.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:53.654 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:19:53.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:53.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:19:53.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:53.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:53.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:53.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:53.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:53.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:53.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:19:53.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:54.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:54.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:54.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:54.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:54.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:54.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:55.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:19:55.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:55.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:55.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:55.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:55.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:55.339 [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) 11:19:55.352 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:55.361 [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 11:19:55.394 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:55.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:55.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:55.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:55.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:55.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:55.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:55.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:55.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:55.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:55.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:55.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:55.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:55.418 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:19:55.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:55.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:19:55.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:55.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:55.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:55.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:55.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:55.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:55.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:19:55.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:55.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:55.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:56.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:56.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:56.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:56.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:19:56.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:56.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:56.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:56.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:56.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:56.838 [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() 11:19:56.844 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:56.851 [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 11:19:56.884 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:56.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:56.907 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:19:56.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:56.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:19:56.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:56.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:57.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:57.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:57.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:57.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:57.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:19:57.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:57.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:57.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:57.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:57.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:57.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:57.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:58.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:19:58.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:58.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:58.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:58.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:58.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:58.232 [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) 11:19:58.246 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:58.253 [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 11:19:58.283 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:58.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:58.306 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:19:58.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:58.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:19:58.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:58.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:58.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:58.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:58.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:58.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:58.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:19:58.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:58.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:19:58.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:19:58.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:19:59.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:19:59.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:19:59.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:19:59.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:19:59.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:19:59.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:19:59.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:19:59.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:19:59.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:19:59.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument 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() 11:19:59.614 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:19:59.621 [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 11:19:59.664 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:19:59.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:19:59.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:19:59.688 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:19:59.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:19:59.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:19:59.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:19:59.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:19:59.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:19:59.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:19:59.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:19:59.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:19:59.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:19:59.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:19:59.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:00.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:00.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:00.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:00.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:00.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:00.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:00.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:01.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:01.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:01.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:01.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:01.017 [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) 11:20:01.029 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:01.040 [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 11:20:01.065 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:01.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:01.089 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:20:01.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:01.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:01.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:01.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:01.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:01.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:01.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:01.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:01.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:01.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:01.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:01.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:01.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:01.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:01.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:02.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:02.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:02.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:02.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:02.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:02.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:02.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:02.310 [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() 11:20:02.341 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:02.347 [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 11:20:02.370 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:02.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:02.395 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 11:20:02.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:02.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:02.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:02.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:02.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:02.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:02.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:02.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:02.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:02.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:02.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:02.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:03.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:03.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:03.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:03.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:03.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:03.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:03.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:03.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:03.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:03.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:03.615 [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() 11:20:03.619 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:03.640 [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 11:20:03.662 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:03.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:03.685 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 11:20:03.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:03.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:03.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:03.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:03.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:03.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:03.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:03.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:03.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:03.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:03.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:04.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:04.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:04.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:04.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:04.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:04.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:04.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:04.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:04.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:04.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:04.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:04.873 [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) 11:20:04.883 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:04.888 [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 11:20:04.910 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:04.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:04.941 [main] INFO org.reflections.Reflections - Reflections took 14 ms to scan 10 urls, producing 269 keys and 278 values 11:20:04.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:04.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:04.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:05.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:05.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:05.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:05.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:05.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:05.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:05.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:05.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:05.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:05.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:05.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:05.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:05.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:05.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:06.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:06.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:06.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:06.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:06.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:06.155 [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) 11:20:06.171 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:06.177 [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 11:20:06.199 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:06.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:06.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 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:06.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:06.220 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:06.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:06.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:06.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:06.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:06.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:06.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:06.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:06.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:06.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:06.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:06.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:06.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:06.831 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:06.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:06.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:07.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:07.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:07.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:07.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:07.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:07.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:07.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:07.416 [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) 11:20:07.432 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:07.438 [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 11:20:07.461 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:07.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 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:07.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:07.482 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:07.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:07.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:07.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:07.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:07.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:07.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:07.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:07.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:07.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:07.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:07.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:07.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:08.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:08.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:08.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:08.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:08.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:08.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:08.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:08.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:08.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:08.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:08.663 [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) 11:20:08.672 [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() 11:20:08.673 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:08.679 [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 11:20:08.699 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:08.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:08.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:08.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:08.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:08.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:08.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:08.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:08.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:08.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:08.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:08.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:08.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:08.720 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:08.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:08.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:08.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:08.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:08.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:08.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:08.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:08.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:08.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:08.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:08.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:09.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:09.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:09.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:09.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:09.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:09.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:09.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:09.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:09.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:09.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:09.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:09.845 [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) 11:20:09.855 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:09.861 [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 11:20:09.884 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:09.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:09.907 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:09.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:09.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:09.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:09.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:10.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:10.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:10.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:10.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:10.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:10.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:10.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:10.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:10.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:10.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:10.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:10.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:10.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:10.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:11.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:11.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:11.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:11.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:11.078 [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() 11:20:11.084 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:11.088 [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 11:20:11.110 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:11.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 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:11.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:11.152 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:20:11.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:11.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:11.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:11.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:11.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:11.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:11.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:11.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:11.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:11.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:11.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:11.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:11.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:11.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:11.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:12.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:12.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:12.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:12.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:12.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:12.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:12.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:12.326 [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) 11:20:12.341 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:12.347 [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 11:20:12.369 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:12.391 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:12.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:12.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:12.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:12.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:12.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:12.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:12.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:12.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:12.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:12.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:12.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:12.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:12.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:13.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:13.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:13.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:13.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:13.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:13.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:13.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:13.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:13.551 [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() 11:20:13.557 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:13.562 [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 11:20:13.582 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:13.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:13.603 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:13.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:13.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:13.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:13.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:13.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:13.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:13.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:13.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:13.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:13.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:13.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:13.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:14.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:14.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:14.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:14.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:14.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:14.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:14.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:14.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:14.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:14.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:14.677 [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) 11:20:14.688 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:14.692 [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 11:20:14.712 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:14.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:14.743 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:14.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:14.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:14.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:14.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:14.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:14.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:14.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:14.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:14.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:14.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:14.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:15.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:15.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:15.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:15.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:15.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:15.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:15.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:15.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:15.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:15.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:15.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:15.877 [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() 11:20:15.881 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:15.885 [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 11:20:15.907 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:15.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 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:15.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:15.942 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:20:15.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:15.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:15.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:16.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:16.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:16.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:16.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:16.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:16.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:16.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:16.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:16.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:16.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:16.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:16.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:16.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:16.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:17.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:17.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:17.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:17.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:17.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:17.104 [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() 11:20:17.108 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:17.113 [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 11:20:17.141 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:17.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:17.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:17.165 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:17.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:17.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:17.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:17.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:17.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:17.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:17.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:17.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:17.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:17.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:17.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:17.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:17.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:17.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:17.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:18.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:18.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:18.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:18.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:18.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:18.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:18.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:18.242 [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) 11:20:18.253 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:18.258 [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 11:20:18.278 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:18.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:18.299 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:20:18.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:18.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:18.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:18.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:18.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:18.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:18.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:18.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:18.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:18.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:18.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:18.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:18.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:18.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:18.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:19.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:19.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:19.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:19.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:19.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:19.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:19.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:19.415 [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) 11:20:19.426 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:19.431 [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 11:20:19.459 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:19.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:19.480 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:19.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:19.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:19.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:19.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:19.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:19.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:19.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:19.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:19.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:19.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:19.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:19.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:20.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:20.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:20.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:20.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:20.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:20.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:20.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:20.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:20.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:20.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:20.553 [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) 11:20:20.562 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:20.569 [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 11:20:20.589 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:20.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:20.610 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:20.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:20.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:20.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:20.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:20.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:20.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:20.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:20.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:20.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:20.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:20.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:20.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:21.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:21.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:21.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:21.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:21.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:21.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:21.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:21.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:21.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:21.671 [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) 11:20:21.694 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:21.698 [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 11:20:21.718 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:21.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:21.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:21.749 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:20:21.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:21.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:21.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:21.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:21.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:21.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:21.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:21.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:21.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:21.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:21.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:22.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:22.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:22.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:22.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:22.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:22.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:22.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:22.802 [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) 11:20:22.815 [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() 11:20:22.816 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:22.820 [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 11:20:22.847 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:22.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:22.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:22.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:22.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:22.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:22.868 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:22.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:22.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:22.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:22.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:22.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:22.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:23.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:23.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:23.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:23.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:23.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:23.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:23.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:23.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:23.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:23.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:23.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:23.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:23.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:23.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:23.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:23.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:23.895 [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) 11:20:23.910 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:23.913 [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 11:20:23.933 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:23.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:23.957 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:23.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:23.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:23.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:24.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:24.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:24.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:24.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:24.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:24.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:24.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:24.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:24.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:24.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:24.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:24.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:24.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:24.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:24.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:24.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:24.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:24.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:24.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:24.948 [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() 11:20:24.955 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:24.959 [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 11:20:24.978 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:24.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:24.999 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:20:25.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:25.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:25.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:25.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:25.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:25.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:25.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:25.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:25.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:25.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:25.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:25.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:25.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:25.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:25.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:25.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:25.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:25.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:26.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:26.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:26.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:26.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:26.032 [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) 11:20:26.051 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:26.055 [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 11:20:26.075 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:26.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:26.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:26.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:26.096 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:20:26.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:26.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:26.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:26.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:26.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:26.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:26.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:26.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:26.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:26.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:26.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:26.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:26.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:26.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:26.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:26.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:26.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:27.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:27.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:27.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:27.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:27.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:27.113 [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() 11:20:27.121 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:27.125 [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 11:20:27.144 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:27.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:27.164 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:27.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:27.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:27.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:27.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:27.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:27.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:27.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:27.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:27.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:27.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:27.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:27.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:27.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:27.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:27.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:27.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:28.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:28.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:28.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:28.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:28.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:28.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:28.183 [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) 11:20:28.194 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:28.197 [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 11:20:28.218 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:28.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 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:28.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:28.248 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:28.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:28.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:28.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:28.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:28.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:28.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:28.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:28.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:28.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:28.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:28.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:28.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:28.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:28.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:28.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:29.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:29.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:29.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:29.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:29.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:29.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:29.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:29.278 [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() 11:20:29.286 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:29.290 [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 11:20:29.309 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:29.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:29.328 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:29.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:29.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:29.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:29.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:29.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:29.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:29.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:29.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:29.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:29.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:29.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:29.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:29.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:29.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:29.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:30.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:30.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:30.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:30.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:30.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:30.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:30.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:30.308 [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() 11:20:30.318 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:30.322 [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 11:20:30.351 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:30.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:30.371 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:30.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:30.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:30.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:30.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:30.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:30.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:30.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:30.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:30.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:30.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:30.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:30.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:30.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:30.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:30.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:31.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:31.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:31.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:31.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:31.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:31.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:31.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:31.352 [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) 11:20:31.366 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:31.370 [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 11:20:31.389 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:31.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:31.409 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:31.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:31.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:31.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:31.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:31.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:31.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:31.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:31.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:31.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:31.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:31.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:31.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:31.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:31.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:32.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:32.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:32.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:32.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:32.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:32.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:32.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:32.396 [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() 11:20:32.415 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:32.419 [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 11:20:32.439 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:32.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:32.458 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:32.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:32.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:32.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:32.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:32.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:32.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:32.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:32.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:32.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:32.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:32.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:32.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:32.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:32.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:33.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:33.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:33.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:33.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:33.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:33.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:33.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:33.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:33.477 [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() 11:20:33.491 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:33.494 [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 11:20:33.514 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:33.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:33.534 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:33.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:33.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:33.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:33.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:33.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:33.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:33.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:33.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:33.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:33.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:33.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:33.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:34.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:34.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:34.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:34.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:34.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:34.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:34.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:34.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:34.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:34.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:34.549 [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() 11:20:34.562 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:34.567 [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 11:20:34.588 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:34.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:34.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:34.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:34.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:34.609 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:34.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:34.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:34.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:34.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:34.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:34.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:34.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:34.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:34.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:34.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:34.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:34.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:35.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:35.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:35.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:35.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:35.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:35.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:35.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:35.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:35.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:35.579 [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) 11:20:35.592 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:35.596 [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 11:20:35.617 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:35.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:35.649 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:35.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:35.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:35.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:35.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:35.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:35.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:35.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:35.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:35.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:35.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:35.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:35.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:36.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:36.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:36.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:36.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:36.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:36.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:36.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:36.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:36.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:36.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:36.668 [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() 11:20:36.679 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:36.684 [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 11:20:36.704 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:36.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:36.744 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:36.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:36.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:36.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:36.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:36.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:36.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:36.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:36.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:36.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:36.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:36.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:37.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:37.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:37.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:37.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:37.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:37.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:37.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:37.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:37.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:37.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:37.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:37.762 [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) 11:20:37.777 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:37.781 [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 11:20:37.803 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:37.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:37.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:37.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:37.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 11:20:37.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:37.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:37.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:37.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:37.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:37.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:37.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:37.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:37.824 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 11:20:37.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:37.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:37.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:37.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:37.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:37.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:37.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:37.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:37.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:37.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:38.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:38.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:38.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:38.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:38.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:38.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:38.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:38.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:38.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:38.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:38.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:38.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:38.799 [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() 11:20:38.809 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:38.812 [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 11:20:38.832 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:38.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 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:38.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:38.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:38.857 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:38.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:38.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:38.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:38.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:38.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:38.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:38.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:38.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:38.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:38.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:39.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:39.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:39.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:39.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:39.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:39.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:39.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:39.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:39.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:39.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:39.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:39.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:39.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" and description "mrZ4vBeOJbGkSlfzSHMY3Dj7gLO3E5SZFrtv7X4RF5LX1OWhRhBaRPubBJSglhS9ueguyStqJOcDs49mMVyuM2E08aPxcAMasSi6KWXmRcQaXl99oyFTScQT4ILK7I7EKuWFArivwLZkEPeK52OKnZjLxer8WGQ88CDqrooUUYt0lIOytrAGftGBO69DcIEjFrs73Mgyec0MvKkVeYYQ3dzDez2tGHPRTx19TVxHGtem52JOT6H7g0I3eGX5Ju0" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) When Tag description is changed into "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagDescriptionIsChangedInto(java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 11:20:39.813 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:39.820 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting existing tag # features/TagService.feature:342 11:20:39.843 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:39.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:39.863 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:39.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:39.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:39.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:39.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:39.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:39.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:40.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:40.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:40.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:40.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:40.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:40.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:40.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:40.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:40.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:40.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:40.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:40.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:40.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:40.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:40.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:40.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:40.830 [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() 11:20:40.852 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:40.857 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Non-Existent Tag # features/TagService.feature:354 11:20:40.876 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:40.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:40.896 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:40.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:40.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:40.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:40.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:40.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:41.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:41.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:41.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:41.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:41.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:41.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:41.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:41.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:41.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:41.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:41.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:41.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:41.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:41.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:41.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:41.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:41.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:41.868 [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() 11:20:41.881 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:41.885 [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 11:20:41.904 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:41.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 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:41.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:41.923 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:41.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:41.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:41.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:41.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:42.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:42.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:42.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:42.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:42.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:42.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:42.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:42.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:42.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:42.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:42.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:42.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:42.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:42.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:42.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:42.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:42.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:42.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:42.895 [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() 11:20:42.908 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:42.911 [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 11:20:42.931 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:42.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:42.950 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:42.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:42.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:42.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:43.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:43.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:43.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:43.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:43.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:43.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:43.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:43.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:43.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:43.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:43.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:43.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:43.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:43.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:43.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:43.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:43.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:43.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:43.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:43.901 [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) 11:20:43.926 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:20:43.928 [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. 11:20:43.928 [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() 11:20:43.992 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:43.995 [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 11:20:44.043 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:44.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:44.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:44.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:44.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 11:20:44.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:44.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:44.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:44.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:44.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:44.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:44.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:44.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:44.063 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:44.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:44.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:44.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:44.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:44.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:44.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:44.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:44.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:44.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:44.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:44.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:44.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:44.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:44.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:44.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:44.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:44.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:44.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:45.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:45.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:45.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:45.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:45.029 [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() 11:20:45.050 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:45.054 [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 11:20:45.073 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:45.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:45.091 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:45.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:45.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:45.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:45.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:45.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:45.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:45.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:45.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:45.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:45.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:45.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:45.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:45.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:45.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:45.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:45.912 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:45.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:46.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:46.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:46.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:46.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:46.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:46.101 [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() 11:20:46.142 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:46.146 [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 11:20:46.165 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:46.183 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:46.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:46.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:46.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:46.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:46.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:46.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:46.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:46.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:46.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:46.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:46.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:46.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:46.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:46.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:46.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:46.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:47.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:47.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:47.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:47.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:47.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:47.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:47.195 [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() 11:20:47.216 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:47.219 [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 11:20:47.241 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:47.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 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:47.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:47.260 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:47.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:47.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:47.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:47.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:47.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:47.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:47.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:47.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:47.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:47.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:47.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:47.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:47.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:47.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:47.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:48.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:48.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:48.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:48.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:48.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:48.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:48.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:48.230 [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() 11:20:48.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:48.253 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Tag From Device # features/TagService.feature:419 11:20:48.274 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:48.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:48.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:48.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:48.292 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:48.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:48.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:48.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:48.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:48.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:48.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:48.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:48.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:48.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:48.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:48.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:48.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:48.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:48.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:48.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:49.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:49.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:49.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:49.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:49.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:49.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:49.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:49.257 [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) 11:20:49.286 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:49.290 [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 11:20:49.310 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:49.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:49.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:49.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:49.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:49.344 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 11:20:49.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:49.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:49.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:49.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:49.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:49.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:49.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:49.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:49.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:49.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:49.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:49.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:49.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:49.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:49.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:50.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:50.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:50.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:50.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:50.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:50.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:50.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:50.294 [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() 11:20:50.333 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:50.337 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding "Empty" Tag To Device # features/TagService.feature:449 11:20:50.357 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 11:20:50.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 11:20:50.377 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 11:20:50.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 11:20:50.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 11:20:50.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 11:20:50.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 11:20:50.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 11:20:50.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 11:20:50.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 11:20:50.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 11:20:50.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 11:20:50.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 11:20:50.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 11:20:50.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 11:20:50.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 11:20:50.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 11:20:50.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 11:20:51.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 11:20:51.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 11:20:51.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 11:20:51.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 11:20:51.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 11:20:51.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 11:20:51.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 11:20:51.333 [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() 11:20:51.342 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 11:20:51.346 [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 11:20:51.366 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 11:20:51.366 [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: 70.966 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 81 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 239 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 15 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 32 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 42 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 17 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 53 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 8 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832852726 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832852779 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832854162 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832854513 [WARNING] Cannot get the branch information from the git repository: Detecting 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 25 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 11:20:59.560 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:20:59.567 [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.499 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.003 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.006 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.003 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.026 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.024 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.059 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.016 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.081 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.027 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.043 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.034 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.059 s - in org.eclipse.kapua.app.api.core.model.device.management.JsonGenericRequestMessageTest [INFO] Running org.eclipse.kapua.app.api.core.model.ByteArrayParamTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.app.api.core.model.ByteArrayParamTest [INFO] Running org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest 11:21:00.056 [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.003 s - in org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest [INFO] Running org.eclipse.kapua.app.api.core.exception.RestApiRuntimeExceptionTest 11:21:00.060 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 11:21:00.060 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 11:21:00.060 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 11:21:00.061 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 11:21:00.061 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 11:21:00.061 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:21:00.061 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 11:21:00.062 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 11:21:00.062 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.app.api.core.exception.RestApiRuntimeExceptionTest [INFO] Running org.eclipse.kapua.app.api.core.KapuaSerializableBodyWriterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 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.002 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.006 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 25 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 25 classes [INFO] Analyzed bundle 'kapua-commons' with 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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 15 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 32 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 17 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832860995 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832861063 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832861105 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832862109 [WARNING] Cannot get the branch information from the git repository: Detecting 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 40 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832864123 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832867202 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832869198 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832870948 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832872418 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832873927 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832873967 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832875064 [WARNING] Cannot get the branch information from the git repository: Detecting 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 11:21:19.621 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:21:19.639 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 11:21:20.171 [main] INFO org.reflections.Reflections - Reflections took 420 ms to scan 82 urls, producing 832 keys and 2401 values 11:21:20.567 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 11:21:20.569 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 11:21:20.569 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 11:21:20.569 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 11:21:20.569 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.core 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 11:21:20.570 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web.AppModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 11:21:20.571 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 11:21:20.572 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 11:21:20.573 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 11:21:20.574 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 11:21:20.575 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 11:21:20.576 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.systeminfo.internal.SystemInfoModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 11:21:20.577 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:21:20.578 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 11:21:20.578 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:21:20.578 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 11:21:22.891 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 11:21:22.892 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 11:21:22.896 [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 11:21:23.280 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 11:21:23.290 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - Initializing with 9 providers 11:21:24.088 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 11:21:24.088 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:24.088 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:24.088 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:24.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:24.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:24.091 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 11:21:24.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - Running initializer with priority 15 on 'class'.'method': 'org.eclipse.kapua.commons.util.xml.JAXBContextProviderImpl'.'initJaxb' 11:21:24.291 [main] INFO org.reflections.Reflections - Reflections took 193 ms to scan 82 urls, producing 865 keys and 3561 values 11:21:24.313 [main] INFO o.e.k.c.u.x.XmlRootAnnotatedJaxbClassesScanner - =================== Kapua XmlSerializable Configuration =================== 11:21:24.314 [main] INFO o.e.k.c.u.x.XmlRootAnnotatedJaxbClassesScanner - | Discovered XmlSerializable Classes: 267 11:21:24.314 [main] INFO o.e.k.c.u.x.XmlRootAnnotatedJaxbClassesScanner - | Discovered but Excluded XmlSerializable Classes: 383 11:21:24.314 [main] INFO o.e.k.c.u.x.XmlRootAnnotatedJaxbClassesScanner - ================================================================================== 11:21:24.314 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - =================== Kapua Jaxb Context Resolver =================== 11:21:24.314 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - | Loaded XmlSerializable Classes: 294 11:21:24.314 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - ================================================================================== 11:21:25.308 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - Default JAXB context initialized with 294 classes! 11:21:25.311 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:21:25.311 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:21:25.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 11:21:25.311 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:21:25.312 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:21:25.312 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:21:25.312 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:21:25.351 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.351 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.351 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 11:21:25.610 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:21:25.610 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.611 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.611 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.611 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.611 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.615 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.615 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.653 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 11:21:25.653 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.653 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.653 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.653 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.653 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.654 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.655 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.655 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 11:21:25.676 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 11:21:25.676 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.676 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.677 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.677 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.677 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:21:25.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.757 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.758 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.758 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.758 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.758 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.760 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.760 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.760 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.761 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.761 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.761 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.762 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.762 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.762 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.762 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 11:21:25.763 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 11:21:25.763 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 11:21:25.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:21:25.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.783 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:21:25.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 11:21:25.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:21:25.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:21:25.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.844 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:21:25.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.861 [main] INFO o.e.k.s.d.c.l.i.DeviceConnectionEventListenerServiceImpl - Initializing class org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceImpl 11:21:25.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 11:21:25.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.897 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 11:21:25.897 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.897 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.897 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.897 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.897 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.905 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:21:25.905 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.905 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.905 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.905 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.905 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:21:25.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:21:25.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.954 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:21:25.954 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.954 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.954 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.954 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.954 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:21:25.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:25.992 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:21:25.992 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:25.992 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:25.992 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:25.992 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:25.992 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:26.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:21:26.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:26.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:26.005 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:26.006 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:26.006 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:26.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:21:26.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:26.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:26.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:26.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:26.009 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:26.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:21:26.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:26.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:26.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:26.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:26.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:26.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 11:21:26.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:26.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:26.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:26.049 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:26.049 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:26.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 11:21:26.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:21:26.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:21:26.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:21:26.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:21:26.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:21:26.263 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... 11:21:26.263 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutting down... 11:21:26.263 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules... 11:21:26.263 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule 11:21:26.263 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.263 [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) 11:21:26.263 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.263 [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) 11:21:26.263 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.263 [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) 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.264 [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) 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.264 [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) 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.264 [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) 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.264 [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) 11:21:26.264 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.265 [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) 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.265 [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) 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.265 [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) 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.265 [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) 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.265 [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) 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.265 [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) 11:21:26.265 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.265 [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) 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.266 [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) 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.266 [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) 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.266 [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) 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.266 [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) 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.266 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.266 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus... 11:21:26.266 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE 11:21:26.266 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE! 11:21:26.267 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... 11:21:26.268 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutting down... 11:21:26.268 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules... 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.268 [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) 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.268 [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) 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.268 [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) 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.268 [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) 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.268 [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) 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.268 [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) 11:21:26.268 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.269 [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) 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.269 [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) 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.269 [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) 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.269 [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) 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.269 [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) 11:21:26.269 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.269 [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) 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.270 [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) 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.270 [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) 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.270 [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) 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 11:21:26.270 [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) 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 11:21:26.270 [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) 11:21:26.270 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 11:21:26.270 [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) 11:21:26.271 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 11:21:26.271 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 11:21:26.271 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus... 11:21:26.271 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE 11:21:26.271 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE! 11:21:26.271 [main] WARN o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@aad1828, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@4e3a29ef 11:21:26.271 [main] INFO o.e.k.app.api.web.RestApiListener - Starting service modules... 11:21:26.271 [main] INFO o.e.k.c.core.ServiceModuleBundle - Starting up... 11:21:26.271 [main] INFO o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus... 11:21:26.927 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672 11:21:26.948 [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) 11:21:26.950 [main] WARN o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@aad1828, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@4e3a29ef 11:21:26.950 [main] INFO o.e.k.app.api.web.RestApiListener - Starting service modules... 11:21:26.950 [main] INFO o.e.k.c.core.ServiceModuleBundle - Starting up... 11:21:26.950 [main] INFO o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus... 11:21:26.956 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672 11:21:26.957 [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: 7.766 s - in org.eclipse.kapua.app.api.web.RestApiListenerTest [INFO] Running org.eclipse.kapua.app.api.web.JaxbContextResolverTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.022 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.106 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 239 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 81 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 15 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 32 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 25 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 17 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 39 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 53 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832891272 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832893864 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832896205 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832898022 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832899978 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832901353 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832902690 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832904193 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832905743 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832907145 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832908932 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832911015 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832913491 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832915271 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832915598 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832917777 [WARNING] Cannot get the branch information from the git repository: Detecting 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 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 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832919782 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 03becfd44443ce1adc756eb6e464c6d76e6ed54d at timestamp: 1719832922095 [WARNING] Cannot get the branch information from the git repository: Detecting 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 109 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 69 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.107 s - in org.eclipse.kapua.integration.misc.PermissionFactoryImplTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaLocatorTest 11:22:06.111 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:22:06.116 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 11:22:06.715 [main] INFO org.reflections.Reflections - Reflections took 460 ms to scan 98 urls, producing 839 keys and 2499 values 11:22:07.085 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 11:22:07.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 11:22:07.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 11:22:07.090 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.client.protocol.ProtocolDescriptorModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 11:22:07.091 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 11:22:07.092 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 11:22:07.093 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 11:22:07.094 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:22:07.095 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 11:22:09.831 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 11:22:09.832 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 11:22:09.839 [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 11:22:10.269 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 11:22:11.188 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 11:22:11.188 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:11.188 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:11.188 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:11.188 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:11.188 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:11.191 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.41 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.202 s - in org.eclipse.kapua.integration.misc.AccessPermissionImplTest [INFO] Running org.eclipse.kapua.integration.misc.MetatypeXmlRegistryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.MetatypeXmlRegistryTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest 11:22:11.618 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:22:11.618 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:22:11.618 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:22:11.618 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:22:11.618 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:22:11.618 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:22:11.618 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:22:11.645 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 11:22:11.645 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:11.645 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 11:22:12.055 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:22:12.055 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:12.055 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:12.055 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:12.055 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:12.056 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:12.061 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 11:22:12.062 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:12.062 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 11:22:12.064 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 11:22:12.064 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:12.097 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 11:22:12.097 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:12.097 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:12.097 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:12.097 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:12.097 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:12.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 11:22:12.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:12.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:12.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:12.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:12.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:12.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:22:12.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:12.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:12.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:12.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:12.197 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:12.200 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:22:12.200 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:22:12.200 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:22:12.200 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:22:12.200 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:22:12.200 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:22:12.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:22:12.239 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:12.239 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:12.239 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:12.239 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:12.239 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:12.239 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:12.881 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:22:12.881 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:12.881 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:12.881 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:12.881 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:12.881 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:12.894 [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. 11:22:12.894 [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. 11:22:12.895 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:22:12.939 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.136 [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. 11:22:13.136 [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. 11:22:13.137 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:22:13.147 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.286 [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. 11:22:13.286 [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. 11:22:13.286 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:22:13.289 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.394 [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. 11:22:13.394 [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. 11:22:13.395 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:22:13.397 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.480 [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. 11:22:13.480 [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. 11:22:13.481 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:22:13.496 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.580 [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. 11:22:13.581 [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. 11:22:13.581 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:22:13.588 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.668 [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. 11:22:13.668 [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. 11:22:13.668 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 11:22:13.671 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.750 [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. 11:22:13.750 [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. 11:22:13.751 [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: 2.304 s - in org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest [INFO] Running org.eclipse.kapua.integration.misc.UserPassAuthenticatingRealmTest 11:22:13.755 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.837 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 11:22:13.917 [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.237 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.001 s - in org.eclipse.kapua.integration.misc.KapuaIdAdapterTest [INFO] Running org.eclipse.kapua.integration.misc.ApiKeyAuthenticatingRealmTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.ApiKeyAuthenticatingRealmTest [INFO] Running org.eclipse.kapua.integration.misc.RolePermissionImplTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.integration.misc.RolePermissionImplTest [INFO] Running org.eclipse.kapua.integration.misc.XmlServiceEventMarshalerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.045 s - in org.eclipse.kapua.integration.misc.XmlServiceEventMarshalerTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaTscalarAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.KapuaTscalarAdapterTest [INFO] Running org.eclipse.kapua.integration.misc.EventStoreServiceImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 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.301 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 11:22:15.490 [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 11:22:15.492 [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.035 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.038 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.001 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 11:22:17.162 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 11:22:17.162 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:22:17.165 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 11:22:17.165 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 11:22:17.165 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 11:22:17.165 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 11:22:17.165 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 11:22:17.165 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 11:22:17.165 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 11:22:17.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 11:22:17.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 11:22:17.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 11:22:17.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 11:22:17.202 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 11:22:17.202 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 11:22:17.407 [main] INFO org.reflections.Reflections - Reflections took 198 ms to scan 98 urls, producing 839 keys and 2499 values 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 11:22:17.416 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.client.protocol.ProtocolDescriptorModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 11:22:17.417 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 11:22:17.418 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 11:22:17.419 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 11:22:17.438 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:22:17.439 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 11:22:17.439 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 11:22:17.439 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 11:22:17.943 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 11:22:17.943 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 11:22:17.944 [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 11:22:18.000 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 11:22:18.010 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 11:22:18.010 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:18.010 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:18.010 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:18.010 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:18.010 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:18.011 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 11:22:18.082 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 11:22:18.082 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@35607d6d 11:22:18.082 [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() 11:22:18.088 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 11:22:18.088 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 11:22:18.088 [main] INFO o.e.k.q.integration.steps.DockerUtil - Creating docker client... 11:22:18.359 [main] INFO o.e.k.q.integration.steps.DockerUtil - Creating docker client... DONE 11:22:18.751 [main] INFO org.eclipse.jetty.util.log - Logging initialized @13931ms to org.eclipse.jetty.util.log.Slf4jLog 11:22:19.445 [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 11:22:19.446 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.447 [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 11:22:19.447 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.448 [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 11:22:19.448 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.450 [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 11:22:19.451 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 11:22:19.451 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 11:22:19.451 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 11:22:19.451 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 11:22:19.452 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.452 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.453 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.453 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.454 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.454 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.455 [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 11:22:19.456 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 11:22:19.456 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 11:22:19.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 11:22:19.502 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.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 11:22:19.503 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.504 [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 11:22:19.504 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.505 [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 11:22:19.506 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 11:22:19.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 11:22:19.510 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.510 [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 11:22:19.510 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.511 [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 11:22:19.511 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.512 [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 11:22:19.513 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 11:22:19.514 [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 11:22:19.514 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.515 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.515 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.515 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.515 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.517 [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 11:22:19.517 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 11:22:19.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 11:22:19.518 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.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 11:22:19.519 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.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 11:22:19.519 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.539 [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 11:22:19.539 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 11:22:19.540 [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 11:22:19.540 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.541 [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 11:22:19.541 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.542 [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 11:22:19.542 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.543 [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 11:22:19.543 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 11:22:19.544 [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 11:22:19.545 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.545 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.545 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.546 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.546 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.547 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.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 11:22:19.548 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 11:22:19.549 [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 11:22:19.549 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.549 [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 11:22:19.550 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.550 [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 11:22:19.550 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.551 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.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 11:22:19.552 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 11:22:19.553 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.553 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.554 [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 11:22:19.554 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.554 [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 11:22:19.554 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.555 [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 11:22:19.556 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 11:22:19.557 [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 11:22:19.557 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.558 [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 11:22:19.558 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.558 [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 11:22:19.558 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.560 [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 11:22:19.560 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 11:22:19.560 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 11:22:19.561 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.561 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.562 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.562 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.562 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.563 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.564 [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 11:22:19.564 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 11:22:19.565 [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 11:22:19.566 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.566 [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 11:22:19.566 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.567 [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 11:22:19.567 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.568 [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 11:22:19.568 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 11:22:19.570 [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 11:22:19.570 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.570 [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 11:22:19.570 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.571 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.571 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.572 [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 11:22:19.572 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 11:22:19.574 [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 11:22:19.574 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.574 [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 11:22:19.575 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.575 [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 11:22:19.575 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.576 [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 11:22:19.577 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 11:22:19.578 [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 11:22:19.578 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.579 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.579 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.579 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.579 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.581 [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 11:22:19.581 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 11:22:19.582 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.582 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.583 [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 11:22:19.583 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.583 [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 11:22:19.584 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.585 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.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 11:22:19.585 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 11:22:19.587 [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 11:22:19.587 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.587 [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 11:22:19.587 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.588 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.588 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.600 [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 11:22:19.600 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 11:22:19.601 [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 11:22:19.601 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.602 [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 11:22:19.602 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.603 [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 11:22:19.603 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.604 [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 11:22:19.604 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 11:22:19.605 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.605 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.606 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 11:22:19.606 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.607 [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 11:22:19.607 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.608 [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 11:22:19.608 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 11:22:19.610 [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 11:22:19.610 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.610 [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 11:22:19.610 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.611 [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 11:22:19.611 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.612 [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 11:22:19.612 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 11:22:19.613 [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 11:22:19.613 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.614 [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 11:22:19.614 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.614 [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 11:22:19.614 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.615 [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 11:22:19.616 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 11:22:19.616 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 11:22:19.619 [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 11:22:19.619 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.620 [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 11:22:19.620 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.620 [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 11:22:19.620 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 11:22:19.621 [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 11:22:19.648 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:22:19.648 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.648 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.648 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.648 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.648 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.649 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 11:22:19.649 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:22:19.649 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 11:22:19.649 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 11:22:19.649 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 11:22:19.649 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 11:22:19.649 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 11:22:19.649 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.649 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.649 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 11:22:19.650 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.650 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.650 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 11:22:19.650 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.650 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.652 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 11:22:19.652 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.652 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.652 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.652 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.652 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.659 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 11:22:19.659 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.659 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.659 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.659 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.659 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.682 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 11:22:19.682 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.682 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.682 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.682 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.682 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.690 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 11:22:19.690 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.690 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.690 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.690 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.690 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.691 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.691 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.691 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.691 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:22:19.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.767 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.767 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.767 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.768 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.768 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.768 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.768 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.769 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.769 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.769 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 11:22:19.769 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 11:22:19.769 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 11:22:19.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:22:19.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.778 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:22:19.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.804 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 11:22:19.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.840 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 11:22:19.841 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.841 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.841 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.841 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.841 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 11:22:19.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.873 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 11:22:19.873 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.873 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.873 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.873 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.873 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.876 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 11:22:19.877 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.877 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.877 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.877 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.877 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 11:22:19.885 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.885 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.885 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.885 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.885 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.887 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 11:22:19.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 11:22:19.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.890 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 11:22:19.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.913 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:22:19.913 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.913 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.913 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.913 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.913 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:22:19.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.941 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.948 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 11:22:19.949 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.949 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.949 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.949 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.949 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.949 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 11:22:19.949 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 11:22:19.949 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 11:22:19.949 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 11:22:19.949 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 11:22:19.949 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 11:22:19.952 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:22:19.952 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.952 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.952 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.952 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.952 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.960 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 11:22:19.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.961 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:22:19.966 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.966 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.966 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.966 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.966 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.970 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:22:19.970 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.971 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:19.980 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 11:22:19.980 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:19.980 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:19.980 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:19.980 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:19.980 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:20.039 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 11:22:20.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:20.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 11:22:20.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 11:22:20.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:20.040 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 11:22:20.052 [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 11:22:21.501 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:22:21.503 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 11:22:21.888 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 11:22:22.153 [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 = ?)") 11:22:22.155 [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() 11:22:22.169 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.169 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.175 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons =================== 11:22:22.175 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Datasource Name: kapua-dbpool 11:22:22.175 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Configuration Overrides 11:22:22.176 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 11:22:22.176 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | eclipselink.cache.shared.default: false 11:22:22.176 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - ================================================================================== 11:22:22.177 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 11:22:22.180 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.182 [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 11:22:22.259 [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 = ?)") 11:22:22.261 [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() 11:22:22.266 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.267 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.267 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.268 [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 11:22:22.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 = ?)") 11:22:22.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: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() 11:22:22.345 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.345 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.345 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.346 [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 11:22:22.402 [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 = ?)") 11:22:22.403 [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() 11:22:22.408 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.408 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.408 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.409 [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 11:22:22.484 [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 = ?)") 11:22:22.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: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(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() 11:22:22.490 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.490 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.490 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.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 11:22:22.554 [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 = ?)") 11:22:22.555 [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() 11:22:22.559 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.559 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.559 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.560 [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 11:22:22.610 [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 = ?)") 11:22:22.611 [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() 11:22:22.615 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.615 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.615 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.617 [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 11:22:22.701 [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 = ?)") 11:22:22.702 [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() 11:22:22.707 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.708 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.708 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.709 [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 11:22:22.773 [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 = ?)") 11:22:22.774 [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() 11:22:22.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.778 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.778 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.780 [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 11:22:22.841 [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 = ?)") 11:22:22.842 [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() 11:22:22.848 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.848 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.848 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.849 [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 11:22:22.902 [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 = ?)") 11:22:22.903 [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() 11:22:22.907 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.907 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.907 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.908 [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 11:22:22.977 [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 = ?)") 11:22:22.978 [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() 11:22:22.982 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:22.982 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:22.983 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:22.984 [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 11:22:23.045 [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 = ?)") 11:22:23.046 [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() 11:22:23.050 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.050 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.050 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.052 [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 11:22:23.098 [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 = ?)") 11:22:23.099 [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() 11:22:23.104 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.104 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.104 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.105 [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 11:22:23.173 [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 = ?)") 11:22:23.174 [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() 11:22:23.178 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.178 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.178 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.180 [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 11:22:23.244 [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 = ?)") 11:22:23.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: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(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() 11:22:23.259 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.259 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.259 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.260 [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 11:22:23.343 [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 = ?)") 11:22:23.345 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java: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() 11:22:23.349 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.349 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.383 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.385 [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 11:22:23.464 [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 = ?)") 11:22:23.465 [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() 11:22:23.469 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.469 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.469 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.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 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 11:22:23.518 [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 = ?)") 11:22:23.539 [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() 11:22:23.543 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.543 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.544 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.545 [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 11:22:23.592 [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 = ?)") 11:22:23.593 [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() 11:22:23.597 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.597 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.597 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.598 [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 11:22:23.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 "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 11:22:23.662 [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() 11:22:23.665 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.665 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.665 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.667 [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 11:22:23.711 [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 = ?)") 11:22:23.712 [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() 11:22:23.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.717 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.717 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.718 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE 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 11:22:23.778 [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 = ?)") 11:22:23.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: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(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() 11:22:23.782 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.782 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.783 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.784 [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 11:22:23.829 [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 = ?)") 11:22:23.838 [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() 11:22:23.842 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.843 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.843 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.844 [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 11:22:23.906 [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 = ?)") 11:22:23.907 [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() 11:22:23.910 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.910 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.910 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.911 [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 11:22:23.977 [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 = ?)") 11:22:23.978 [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() 11:22:23.981 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:23.981 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:23.982 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:23.983 [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 11:22:24.039 [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 = ?)") 11:22:24.040 [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() 11:22:24.043 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:24.043 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:24.044 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:24.045 [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 11:22:24.091 [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 = ?)") 11:22:24.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 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() 11:22:24.096 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:24.096 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:24.096 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:24.097 [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 11:22:24.177 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 11:22:24.178 [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() 11:22:24.181 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:24.181 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:24.181 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:24.182 [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 11:22:24.226 [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 = ?)") 11:22:24.227 [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() 11:22:24.241 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:22:24.241 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:22:24.241 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:22:24.242 [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 11:22:54.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 = ?)"). 11:23:24.286 [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 = ?)"). 11:23:59.287 [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 = ?)"). 11:24:34.289 [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 = ?)") 11:24:34.290 [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() 11:24:34.294 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:24:34.294 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:24:34.294 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:25:04.295 [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. 11:26:34.297 [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 11:27:04.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 = ?)"). 11:27:34.341 [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 = ?)"). 11:28:09.342 [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 = ?)"). 11:28:44.343 [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 = ?)") 11:28:44.344 [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() 11:28:44.348 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:28:44.348 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:28:44.348 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:29:14.349 [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. 11:30:44.351 [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 11:31:14.392 [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 = ?)"). 11:31:44.393 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 11:32:19.395 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 11:32:54.396 [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 = ?)") 11:32:54.397 [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() 11:32:54.406 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:32:54.406 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:32:54.406 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:33:24.407 [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. 11:34:54.409 [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 11:35:24.450 [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 = ?)"). 11:35:54.451 [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 = ?)"). 11:36:29.453 [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 = ?)"). 11:37:04.454 [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 = ?)") 11:37:04.455 [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() 11:37:04.458 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:37:04.458 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:37:04.458 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:37:34.460 [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. 11:39:04.487 [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 11:39:34.528 [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 = ?)"). 11:40:04.529 [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 = ?)"). 11:40:39.530 [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 = ?)"). 11:41:14.531 [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 = ?)") 11:41:14.532 [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() 11:41:14.536 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:41:14.536 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:41:14.536 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:41:44.537 [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. 11:43:14.539 [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 11:43:44.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 = ?)"). 11:44:14.581 [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 = ?)"). 11:44:49.582 [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 = ?)"). 11:45:24.584 [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 = ?)") 11:45:24.585 [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() 11:45:24.588 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:45:24.588 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:45:24.588 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:45:54.589 [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. 11:47:24.592 [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 11:47:54.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 = ?)"). 11:48:24.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 = ?)"). 11:48:59.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 = ?)"). 11:49:34.635 [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 = ?)") 11:49:34.636 [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() 11:49:34.639 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:49:34.640 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:49:34.640 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:50:04.641 [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. 11:51:34.643 [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 11:52:04.682 [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 = ?)"). 11:52:34.683 [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 = ?)"). 11:53:09.684 [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 = ?)"). 11:53:44.686 [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 = ?)") 11:53:44.687 [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() 11:53:44.690 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:53:44.690 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:53:44.690 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:54:14.691 [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. 11:55:44.693 [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 11:56:14.732 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 11:56:44.733 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 11:57:19.735 [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 = ?)"). 11:57:54.736 [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 = ?)") 11:57:54.737 [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() 11:57:54.740 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 11:57:54.740 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 11:57:54.740 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 11:58:24.741 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 11:59:54.744 [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 12:00:24.785 [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 = ?)"). 12:00:54.786 [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 = ?)"). 12:01:29.787 [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 = ?)"). 12:02:04.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 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 12:02:04.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: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(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() 12:02:04.792 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:02:04.792 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:02:04.793 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:02:34.794 [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. 12:04:04.796 [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 12:04:34.844 [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 = ?)"). 12:05:04.845 [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 = ?)"). 12:05:39.846 [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 = ?)"). 12:06:14.848 [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 = ?)") 12:06:14.849 [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() 12:06:14.852 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:06:14.852 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:06:14.852 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:06:44.854 [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. 12:08:14.856 [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 12:08:44.901 [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 = ?)"). 12:09:14.902 [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 = ?)"). 12:09:49.903 [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 = ?)"). 12:10:24.904 [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 = ?)") 12:10:24.905 [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() 12:10:24.909 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:10:24.909 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:10:24.909 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:10:54.910 [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. 12:12:24.912 [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 12:12:24.953 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 12:12:24.953 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 12:12:24.957 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.957 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.958 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.958 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.960 [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 12:12:24.960 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 12:12:24.960 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 12:12:24.960 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 12:12:24.960 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 12:12:24.961 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.961 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.961 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.961 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.962 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.962 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.963 [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 12:12:24.963 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 12:12:24.963 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 12:12:24.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 12:12:24.965 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.965 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.966 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.967 [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 12:12:24.967 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 12:12:24.968 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.968 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.969 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.969 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.969 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.969 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.971 [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 12:12:24.971 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 12:12:24.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 12:12:24.972 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.973 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.973 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.974 [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 12:12:24.974 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 12:12:24.975 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.976 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.976 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.976 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.976 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.976 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.978 [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 12:12:24.978 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 12:12:24.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 12:12:24.979 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.979 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.980 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.981 [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 12:12:24.981 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 12:12:24.982 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.982 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.983 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.983 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.983 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.983 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.984 [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 12:12:24.985 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 12:12:24.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 12:12:24.986 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.987 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.987 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.987 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.987 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.989 [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 12:12:24.989 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 12:12:24.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 12:12:24.990 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.991 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.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 12:12:24.991 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.992 [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 12:12:24.992 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 12:12:24.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 12:12:24.993 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.994 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.994 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.994 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.994 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.995 [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 12:12:24.996 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 12:12:24.996 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 12:12:24.997 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.997 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.997 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.997 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.998 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:24.998 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:24.999 [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 12:12:24.999 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 12:12:25.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 12:12:25.000 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.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 12:12:25.001 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.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 12:12:25.001 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.002 [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 12:12:25.003 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 12:12:25.004 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.004 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.004 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.004 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.004 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.005 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.006 [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 12:12:25.006 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 12:12:25.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 12:12:25.007 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.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 12:12:25.008 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.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 12:12:25.008 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.009 [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 12:12:25.009 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 12:12:25.010 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.010 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.011 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.011 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.011 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.011 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.038 [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 12:12:25.038 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 12:12:25.040 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.040 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.040 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.040 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.041 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.041 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.042 [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 12:12:25.042 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 12:12:25.043 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.043 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.044 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.044 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.044 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.044 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.045 [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 12:12:25.045 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 12:12:25.046 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.047 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.047 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.047 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.047 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.047 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.048 [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 12:12:25.049 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 12:12:25.050 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.050 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.050 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.050 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.051 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.051 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.052 [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 12:12:25.052 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 12:12:25.053 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.054 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.054 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.054 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.054 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.054 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.055 [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 12:12:25.056 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 12:12:25.057 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.057 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.057 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.057 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.057 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:25.057 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:25.059 [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 12:12:25.059 [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() 12:12:25.059 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 12:12:25.059 [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,009.722 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest [ERROR] Trigger service tests.Init Security Context for all scenarios Time elapsed: 4.902 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: 4.902 s <<< ERROR! java.lang.RuntimeException: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:72) at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420) Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:622) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:194) at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:439) at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:321) at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:173) at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:152) at org.h2.Driver.connect(Driver.java:69) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228) at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:70) at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at java.base/java.net.Socket.connect(Socket.java:591) at org.h2.util.NetUtils.createSocket(NetUtils.java:103) at org.h2.util.NetUtils.createSocket(NetUtils.java:83) at org.h2.engine.SessionRemote.initTransfer(SessionRemote.java:119) at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:435) ... 52 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters Time elapsed: 0.788 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: 0.788 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.084 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.084 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.077 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.077 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.061 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.061 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.057 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.057 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.069 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.069 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter Time elapsed: 0.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: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.088 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.059 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.059 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.07 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.071 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.069 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.07 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.083 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.083 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.05 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.051 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.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.067 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.067 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters Time elapsed: 0.052 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.053 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.081 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.082 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.072 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.072 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.125 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.125 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.083 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.084 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.074 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.074 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.053 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.054 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter Time elapsed: 0.067 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.067 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter Time elapsed: 0.05 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.066 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at 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.05 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.051 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter Time elapsed: 0.07 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.07 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.057 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.057 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.049 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.049 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time Time elapsed: 0.061 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.061 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.051 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.088 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.048 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.048 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.059 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.059 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format Time elapsed: 250.053 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:560) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java: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.054 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value Time elapsed: 250.053 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.053 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter Time elapsed: 250.056 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.057 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter Time elapsed: 250.076 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.077 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.051 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.052 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.052 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.052 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.05 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.051 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time Time elapsed: 250.049 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.05 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.049 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.05 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.056 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.057 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering Time elapsed: 250.056 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.057 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering Time elapsed: 250.054 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.055 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [INFO] Running org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest @jobsIntegration @env_docker @setup Scenario: Start full docker environment # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:19 12:12:25.539 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 12:12:25.539 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 12:12:25.541 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 12:12:25.544 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 12:12:25.544 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 12:12:25.745 [main] INFO org.reflections.Reflections - Reflections took 195 ms to scan 98 urls, producing 839 keys and 2499 values 12:12:25.751 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 12:12:25.751 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 12:12:25.751 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 12:12:25.751 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 12:12:25.751 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 12:12:25.751 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 12:12:25.751 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 12:12:25.751 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.client.protocol.ProtocolDescriptorModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 12:12:25.752 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 12:12:26.173 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 12:12:26.174 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 12:12:26.174 [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 12:12:26.218 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 12:12:26.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 12:12:26.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.228 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 12:12:26.234 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 12:12:26.235 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 12:12:26.240 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 12:12:26.240 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 12:12:26.240 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 12:12:26.240 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 12:12:26.240 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 12:12:26.240 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 12:12:26.240 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 12:12:26.240 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.240 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.240 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 12:12:26.245 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:12:26.245 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.245 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.245 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.245 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.245 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.246 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.246 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.246 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 12:12:26.246 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.246 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.249 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 12:12:26.249 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.249 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.249 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.249 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.249 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.252 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 12:12:26.252 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.252 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.252 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.252 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.252 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.256 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 12:12:26.256 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.256 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.256 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.256 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.256 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.256 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 12:12:26.256 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 12:12:26.256 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 12:12:26.256 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 12:12:26.257 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 12:12:26.257 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 12:12:26.261 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 12:12:26.261 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.261 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.261 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.261 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.261 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.261 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 12:12:26.351 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 12:12:26.351 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.351 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.351 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.351 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.351 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.352 [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. 12:12:26.352 [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. 12:12:26.352 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 12:12:26.352 [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() 12:12:26.353 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 12:12:26.353 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 12:12:26.353 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 12:12:26.355 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.355 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.355 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.355 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.355 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.356 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.357 [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 12:12:26.357 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 12:12:26.357 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 12:12:26.357 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 12:12:26.357 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 12:12:26.358 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.358 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.358 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.358 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.359 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.360 [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 12:12:26.360 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 12:12:26.360 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 12:12:26.361 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.361 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.362 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.362 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.362 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.362 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.363 [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 12:12:26.363 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 12:12:26.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 12:12:26.364 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.365 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.365 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.366 [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 12:12:26.366 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 12:12:26.367 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.367 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.368 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.368 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.369 [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 12:12:26.370 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 12:12:26.371 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.371 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.371 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.371 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.371 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.371 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.373 [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 12:12:26.373 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 12:12:26.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 12:12:26.374 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.374 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.374 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.376 [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 12:12:26.376 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 12:12:26.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 12:12:26.377 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.378 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.378 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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.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 12:12:26.379 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 12:12:26.380 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.380 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.381 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.381 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.382 [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 12:12:26.382 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 12:12:26.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 12:12:26.383 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.384 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.384 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.384 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.384 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.385 [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 12:12:26.386 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 12:12:26.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 12:12:26.387 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.387 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.387 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.388 [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 12:12:26.389 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 12:12:26.389 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 12:12:26.390 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.390 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.390 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.390 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.390 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.390 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.391 [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 12:12:26.391 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 12:12:26.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 12:12:26.393 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.393 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.393 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.393 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.393 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.394 [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 12:12:26.394 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 12:12:26.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 12:12:26.395 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.396 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.396 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.397 [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 12:12:26.397 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 12:12:26.399 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.399 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.399 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.399 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.399 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.399 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.401 [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 12:12:26.401 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 12:12:26.402 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.402 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.402 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.402 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.403 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.403 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.404 [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 12:12:26.404 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 12:12:26.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 12:12:26.405 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.405 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.406 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.407 [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 12:12:26.407 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 12:12:26.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 12:12:26.408 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.408 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.409 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.410 [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 12:12:26.410 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 12:12:26.411 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.411 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.411 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.411 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.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 12:12:26.412 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.439 [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 12:12:26.439 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 12:12:26.440 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.440 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.440 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.440 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.441 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.441 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.442 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.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 12:12:26.442 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 12:12:26.443 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.443 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.443 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.443 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.444 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.444 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.444 [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 12:12:26.445 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 12:12:26.446 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.446 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.446 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.446 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.446 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.446 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.447 [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 12:12:26.447 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 12:12:26.447 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 12:12:26.448 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.448 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.449 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.449 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.449 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:12:26.449 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:12:26.450 [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 12:12:26.456 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 12:12:26.456 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.456 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.456 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.456 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.456 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.458 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 12:12:26.458 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.458 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.458 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.458 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.458 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.458 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.458 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.458 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.458 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 12:12:26.466 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.466 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.466 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.466 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.466 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 12:12:26.466 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 12:12:26.472 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:12:26.472 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.472 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.472 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.472 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.472 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.478 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:12:26.478 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.478 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.478 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.478 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.478 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 12:12:26.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.485 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 12:12:26.485 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.485 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.485 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.485 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.485 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.488 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:12:26.488 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.488 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.488 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.488 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.488 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.495 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:12:26.495 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.495 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.495 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.495 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.495 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.497 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:12:26.497 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.497 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.497 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.497 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.497 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.499 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:12:26.499 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.499 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.499 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.499 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.499 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.503 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:12:26.503 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.503 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.503 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.503 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.503 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.507 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:12:26.507 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.507 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.507 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.507 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.507 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:12:26.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.510 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.514 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:12:26.514 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.514 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.514 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.514 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.514 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.542 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:12:26.542 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.542 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.542 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.542 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.542 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.547 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:12:26.547 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.547 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.547 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.547 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.547 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:12:26.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.554 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:12:26.554 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.554 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.554 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.554 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.554 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:12:26.561 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 12:12:26.561 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:12:26.561 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:12:26.561 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:12:26.561 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:12:26.561 [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 12:12:56.666 [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 = ?)"). 12:13:26.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 = ?)"). 12:14:01.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 = ?)"). 12:14:36.670 [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 = ?)") 12:14:36.671 [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() 12:14:36.677 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:14:36.677 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:14:36.677 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:15:06.678 [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. 12:16:36.681 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 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 12:17:06.733 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 12:17:36.734 [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 = ?)"). 12:18:11.735 [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 = ?)"). 12:18:46.736 [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 = ?)") 12:18:46.737 [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() 12:18:46.743 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:18:46.743 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:18:46.743 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:19:16.744 [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. 12:20:46.746 [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 12:21:16.792 [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 = ?)"). 12:21:46.793 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 12:22:21.794 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 12:22:56.795 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 12:22:56.796 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java: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() 12:22:56.801 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:22:56.801 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:22:56.801 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:23:26.803 [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. 12:24:56.805 [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 12:25:26.853 [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 = ?)"). 12:25:56.854 [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 = ?)"). 12:26:31.855 [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 = ?)"). 12:27:06.857 [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 = ?)") 12:27:06.858 [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() 12:27:06.862 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:27:06.862 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:27:06.862 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:27:36.863 [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. 12:29:06.866 [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 12:29:36.911 [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 = ?)"). 12:30:06.912 [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 = ?)"). 12:30:41.914 [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 = ?)"). 12:31:16.915 [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 = ?)") 12:31:16.916 [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() 12:31:16.921 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:31:16.921 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:31:16.921 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:31:46.922 [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. 12:33:16.924 [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 12:33:46.968 [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 = ?)"). 12:34:16.969 [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 = ?)"). 12:34:51.970 [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 = ?)"). 12:35:26.971 [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 = ?)") 12:35:26.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: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(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() 12:35:26.977 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:35:26.977 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:35:26.977 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:35:56.979 [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. 12:37:26.981 [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 12:37:27.035 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 12:37:27.035 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 12:37:27.038 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.038 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.039 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.039 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.039 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.039 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.040 [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 12:37:27.040 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 12:37:27.040 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 12:37:27.040 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 12:37:27.040 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 12:37:27.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 12:37:27.041 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.042 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.042 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.042 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.042 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.043 [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 12:37:27.043 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 12:37:27.043 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 12:37:27.044 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.044 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.045 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.045 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.045 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.045 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.046 [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 12:37:27.046 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 12:37:27.047 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.047 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.047 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.047 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.048 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.048 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.049 [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 12:37:27.049 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 12:37:27.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.051 [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 12:37:27.051 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 12:37:27.052 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.052 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.053 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.053 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.053 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.053 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.054 [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 12:37:27.054 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 12:37:27.055 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.055 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.055 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.055 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.056 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.056 [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 12:37:27.057 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 12:37:27.058 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.058 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.058 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.058 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.058 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.058 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.059 [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 12:37:27.059 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 12:37:27.060 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.060 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.061 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.061 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.062 [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 12:37:27.062 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 12:37:27.063 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.063 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.063 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.063 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.064 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.064 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.065 [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 12:37:27.065 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 12:37:27.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 12:37:27.066 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.066 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.066 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.067 [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 12:37:27.067 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 12:37:27.067 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 12:37:27.068 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.068 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.069 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.069 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.070 [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 12:37:27.070 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 12:37:27.071 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.071 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.072 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.072 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.073 [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 12:37:27.073 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 12:37:27.074 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.074 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.074 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.074 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.074 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.074 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.075 [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 12:37:27.075 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 12:37:27.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 12:37:27.076 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.077 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.077 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.078 [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 12:37:27.078 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 12:37:27.079 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.079 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.079 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.079 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.080 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.081 [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 12:37:27.081 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 12:37:27.082 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.082 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.082 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.082 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.082 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.082 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.083 [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 12:37:27.083 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 12:37:27.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 12:37:27.084 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.085 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.085 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.086 [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 12:37:27.086 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 12:37:27.087 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.087 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.087 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.087 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.088 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.089 [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 12:37:27.089 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 12:37:27.090 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.090 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.090 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.090 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.090 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.090 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.091 [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 12:37:27.091 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 12:37:27.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 12:37:27.092 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.093 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.093 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.094 [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 12:37:27.094 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 12:37:27.095 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.095 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.095 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.095 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.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 12:37:27.096 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.096 [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 12:37:27.097 [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,501.611 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest [ERROR] JobEngineService execute job on device connect.Start full docker environment Time elapsed: 1.027 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.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/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.119 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.062 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/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.063 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.058 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature: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.059 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.059 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.06 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.057 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/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.058 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps Time elapsed: 250.056 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature: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.056 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [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 12:37:27.248 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 12:37:27.248 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 12:37:27.249 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 12:37:27.250 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 12:37:27.250 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 12:37:27.414 [main] INFO org.reflections.Reflections - Reflections took 158 ms to scan 98 urls, producing 839 keys and 2499 values 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.client.protocol.ProtocolDescriptorModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 12:37:27.421 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 12:37:27.422 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 12:37:27.921 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 12:37:27.921 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 12:37:27.922 [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 12:37:27.962 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 12:37:27.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 12:37:27.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:27.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:27.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:27.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:27.965 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:27.966 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 12:37:27.971 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 12:37:27.971 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@5fc84ac2 12:37:27.971 [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() 12:37:27.971 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 12:37:27.971 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 12:37:27.971 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 12:37:27.973 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.973 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.973 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.973 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.974 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.974 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.975 [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 12:37:27.975 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 12:37:27.975 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 12:37:27.975 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 12:37:27.975 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 12:37:27.976 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.976 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.976 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.976 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.976 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.976 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.977 [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 12:37:27.977 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 12:37:27.977 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 12:37:27.978 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.978 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.979 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.979 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.979 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.979 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.980 [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 12:37:27.980 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 12:37:27.981 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.981 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.981 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.981 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.981 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.981 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.982 [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 12:37:27.982 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 12:37:27.983 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.983 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.983 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.983 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.984 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.984 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.984 [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 12:37:27.985 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 12:37:27.985 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.986 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.986 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.986 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.986 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.986 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.987 [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 12:37:27.987 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 12:37:27.988 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.988 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.988 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.988 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.989 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.989 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.989 [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 12:37:27.990 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 12:37:27.990 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.990 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.991 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.991 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.991 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.991 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.992 [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 12:37:27.992 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 12:37:27.993 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.993 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.993 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.993 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.994 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.994 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.994 [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 12:37:27.995 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 12:37:27.995 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.995 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.996 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.996 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.996 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.996 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.997 [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 12:37:27.997 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 12:37:27.998 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.998 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.998 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.998 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.998 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:27.998 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:27.999 [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 12:37:27.999 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 12:37:27.999 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 12:37:28.000 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.000 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.000 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.000 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.001 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.001 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.001 [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 12:37:28.002 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 12:37:28.003 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.003 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.003 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.003 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.003 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.003 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.004 [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 12:37:28.004 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 12:37:28.005 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.005 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.005 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.005 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.006 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.006 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.006 [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 12:37:28.007 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 12:37:28.007 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.007 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.008 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.008 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.008 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.008 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.009 [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 12:37:28.009 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 12:37:28.010 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.010 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.010 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.010 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.010 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.010 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.011 [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 12:37:28.011 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 12:37:28.012 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.012 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.012 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.012 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.013 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.013 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.038 [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 12:37:28.039 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 12:37:28.039 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.039 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.040 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.040 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.040 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.040 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.041 [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 12:37:28.041 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 12:37:28.042 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.042 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.042 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.042 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.043 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.043 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.043 [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 12:37:28.043 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 12:37:28.044 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.044 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.045 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.045 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.045 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.045 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.046 [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 12:37:28.046 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 12:37:28.047 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.047 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.047 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.047 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.048 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.048 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.048 [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 12:37:28.049 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 12:37:28.049 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.049 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.050 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.051 [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 12:37:28.051 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 12:37:28.051 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 12:37:28.052 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.052 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.052 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.052 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.052 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 12:37:28.052 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 12:37:28.053 [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 12:37:28.057 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 12:37:28.057 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 12:37:28.057 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 12:37:28.057 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 12:37:28.057 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 12:37:28.057 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 12:37:28.057 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 12:37:28.057 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.057 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.057 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 12:37:28.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:37:28.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.064 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.065 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.069 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 12:37:28.069 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.069 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.069 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.069 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.069 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.069 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.069 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.069 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 12:37:28.076 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 12:37:28.076 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.076 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.076 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.076 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.076 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.076 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.076 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.077 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 12:37:28.077 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.077 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.077 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.077 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.077 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:37:28.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.085 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 12:37:28.085 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.085 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.085 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.085 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.085 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.085 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 12:37:28.085 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 12:37:28.085 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 12:37:28.085 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 12:37:28.085 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 12:37:28.085 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 12:37:28.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 12:37:28.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.094 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 12:37:28.094 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.094 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.094 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.094 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.094 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.095 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.095 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.099 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:37:28.099 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.099 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.099 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.099 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.099 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.099 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.099 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:37:28.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.105 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:37:28.105 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.105 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.105 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.105 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.105 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.106 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.106 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 12:37:28.106 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.106 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 12:37:28.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 12:37:28.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.109 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.111 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:37:28.111 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.111 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.111 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.111 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.111 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 12:37:28.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.140 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 12:37:28.140 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.140 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.140 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.140 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.140 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.146 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 12:37:28.146 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.146 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.146 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.146 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.146 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.153 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:37:28.153 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.153 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.153 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.153 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.153 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:37:28.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.163 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:37:28.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:37:28.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.172 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:37:28.173 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.173 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.173 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.173 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.173 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.174 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:37:28.174 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.174 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.174 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.174 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.174 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.181 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:37:28.181 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.181 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.181 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.181 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.181 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 12:37:28.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 12:37:28.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 12:37:28.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 12:37:28.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 12:37:28.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 12:37:28.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== @deviceManagement @deviceManagementInventory @env_docker Scenario: Request Inventory Items to a Device # features/deviceManagement/DeviceManagementInventoryI9n.feature:32 12:37:58.257 [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 = ?)"). 12:38:28.258 [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 = ?)"). 12:39:03.259 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 12:39:38.260 [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 = ?)") 12:39:38.261 [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() 12:39:38.264 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:39:38.264 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:39:38.264 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:40:08.265 [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. 12:41:38.274 [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 12:42:08.308 [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 = ?)"). 12:42:38.309 [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 = ?)"). 12:43:13.311 [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 = ?)"). 12:43:48.312 [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 = ?)") 12:43:48.313 [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() 12:43:48.318 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:43:48.318 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:43:48.318 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:44:18.320 [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. 12:45:48.322 [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 12:46:18.361 [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 = ?)"). 12:46:48.362 [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 = ?)"). 12:47:23.363 [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 = ?)"). 12:47:58.364 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 12:47:58.365 [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() 12:47:58.369 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:47:58.369 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:47:58.369 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:48:28.370 [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. 12:49:58.372 [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 12:50:28.408 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 12:50:58.409 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 12:51:33.410 [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 = ?)"). 12:52:08.411 [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 = ?)") 12:52:08.412 [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() 12:52:08.416 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:52:08.416 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:52:08.416 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:52:38.418 [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. 12:54:08.420 [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 12:54:38.454 [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 = ?)"). 12:55:08.455 [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 = ?)"). 12:55:43.456 [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 = ?)"). 12:56:18.457 [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 = ?)") 12:56:18.458 [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() 12:56:18.462 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 12:56:18.462 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 12:56:18.462 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 12:56:48.463 [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. 12:58:18.465 [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 12:58:48.512 [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 = ?)"). 12:59:18.513 [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 = ?)"). 12:59:53.514 [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 = ?)"). 13:00:28.516 [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 = ?)") 13:00:28.517 [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:154) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java: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 I start Inventory Container named "db" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedStart(java.lang.String) And Inventory Containers are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersRequested() And Inventory Containers are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersReceived() And Inventory Containers are 11 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersAreSize(long) And Inventory Containers has Container named "db" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedIsPresent(java.lang.String) And Inventory Containers has Container named "db" has version "kapua/kapua-sql:latest" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasVersion(java.lang.String,java.lang.String) And Inventory Containers has Container named "db" has type "DOCKER" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasType(java.lang.String,java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 13:00:28.521 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 13:00:28.521 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 13:00:28.521 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 13:00:58.522 [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. 13:02:28.524 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Stop an Inventory Container # features/deviceManagement/DeviceManagementInventoryI9n.feature:176 13:02:58.558 [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 = ?)"). 13:03:28.560 [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 = ?)"). 13:04:03.561 [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 = ?)"). 13:04:38.562 [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 = ?)") 13:04:38.563 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(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:178) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java: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 I stop Inventory Container named "db" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedStop(java.lang.String) And Inventory Containers are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersRequested() And Inventory Containers are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersReceived() And Inventory Containers are 11 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersAreSize(long) And Inventory Containers has Container named "db" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedIsPresent(java.lang.String) And Inventory Containers has Container named "db" has version "kapua/kapua-sql:latest" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasVersion(java.lang.String,java.lang.String) And Inventory Containers has Container named "db" has type "DOCKER" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasType(java.lang.String,java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 13:04:38.566 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 13:04:38.566 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 13:04:38.566 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 13:05:08.568 [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. 13:06:38.570 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Request Inventory System Packages to a Device # features/deviceManagement/DeviceManagementInventoryI9n.feature:200 13:07:08.603 [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 = ?)"). 13:07:38.605 [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 = ?)"). 13:08:13.606 [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 = ?)"). 13:08:48.608 [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 = ?)") 13:08:48.609 [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:202) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java: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 System Packages are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackagesRequested() And Inventory System Packages are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackagesReceived() And Inventory System Packages are 113 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackagesAreSize(long) And Inventory System Packages has System Package named "bash" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageNamedIsPresent(java.lang.String) And Inventory System Packages has System Package named "bash" has version "5.1.8-r0" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageHasVersion(java.lang.String,java.lang.String) And Inventory System Packages has System Package named "bash" has type "APK" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageHasType(java.lang.String,java.lang.String) And Inventory System Packages has System Package named "libxcb" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageNamedIsPresent(java.lang.String) And Inventory System Packages has System Package named "libxcb" has version "1.14-r2" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageHasVersion(java.lang.String,java.lang.String) And Inventory System Packages has System Package named "libxcb" has type "APK" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageHasType(java.lang.String,java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 13:08:48.614 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 13:08:48.614 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 13:08:48.614 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 13:09:18.615 [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. Build timed out (after 120 minutes). Marking the build as aborted. Build was aborted [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at PROJECT level /home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report to /var/jenkins/jobs/develop-test/htmlreports/Cucumber_20reports ERROR: Specified HTML directory '/home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report' does not exist. Recording test results [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] JobEngineService execute job on device connect.Executing Job And Then Restarting Device [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After End Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After The Specified Start Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before End Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before The Specified Start Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Min Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Name Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Init Security Context for all scenarios [ERROR] Run 1: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory [ERROR] Run 2: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] [INFO] [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [INFO] [ERROR] Tests run: 162, Failures: 0, Errors: 50, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for kapua 2.1.0-SNAPSHOT: [INFO] [INFO] kapua-build-tools .................................. SUCCESS [ 1.066 s] [INFO] kapua .............................................. SUCCESS [ 17.899 s] [INFO] kapua-qa ........................................... SUCCESS [ 0.810 s] [INFO] kapua-qa-markers ................................... SUCCESS [ 1.333 s] [INFO] kapua-service ...................................... SUCCESS [ 4.998 s] [INFO] kapua-service-api .................................. SUCCESS [ 9.571 s] [INFO] kapua-account ...................................... SUCCESS [ 0.192 s] [INFO] kapua-account-api .................................. SUCCESS [ 1.220 s] [INFO] kapua-user ......................................... SUCCESS [ 0.208 s] [INFO] kapua-user-api ..................................... SUCCESS [ 1.171 s] [INFO] kapua-security ..................................... SUCCESS [ 1.411 s] [INFO] kapua-security-authorization ....................... SUCCESS [ 0.192 s] [INFO] kapua-security-authorization-api ................... SUCCESS [ 3.889 s] [INFO] kapua-security-authentication ...................... SUCCESS [ 0.168 s] [INFO] kapua-security-authentication-api .................. SUCCESS [ 3.364 s] [INFO] kapua-commons ...................................... SUCCESS [ 26.981 s] [INFO] kapua-locator ...................................... SUCCESS [ 0.140 s] [INFO] kapua-locator-guice ................................ SUCCESS [ 6.270 s] [INFO] kapua-account-internal ............................. SUCCESS [ 8.205 s] [INFO] kapua-message ...................................... SUCCESS [ 0.181 s] [INFO] kapua-message-api .................................. SUCCESS [ 1.880 s] [INFO] kapua-device ....................................... SUCCESS [ 1.840 s] [INFO] kapua-device-api ................................... SUCCESS [ 1.483 s] [INFO] kapua-device-registry .............................. SUCCESS [ 0.641 s] [INFO] kapua-device-registry-api .......................... SUCCESS [ 1.754 s] [INFO] kapua-job .......................................... SUCCESS [ 0.377 s] [INFO] kapua-job-api ...................................... SUCCESS [ 1.410 s] [INFO] kapua-job-engine ................................... SUCCESS [ 0.352 s] [INFO] kapua-job-engine-api ............................... SUCCESS [ 3.104 s] [INFO] kapua-device-management ............................ SUCCESS [ 0.685 s] [INFO] kapua-device-management-api ........................ SUCCESS [ 1.515 s] [INFO] kapua-device-management-request .................... SUCCESS [ 0.095 s] [INFO] kapua-device-management-request-api ................ SUCCESS [ 1.354 s] [INFO] kapua-commons-rest ................................. SUCCESS [ 0.191 s] [INFO] kapua-commons-rest-model ........................... SUCCESS [ 4.622 s] [INFO] kapua-job-engine-client ............................ SUCCESS [ 2.057 s] [INFO] kapua-job-engine-commons ........................... SUCCESS [ 2.021 s] [INFO] kapua-transport .................................... SUCCESS [ 0.141 s] [INFO] kapua-transport-api ................................ SUCCESS [ 4.430 s] [INFO] kapua-device-call .................................. SUCCESS [ 0.539 s] [INFO] kapua-device-call-api .............................. SUCCESS [ 4.094 s] [INFO] kapua-translator ................................... SUCCESS [ 0.331 s] [INFO] kapua-translator-api ............................... SUCCESS [ 1.555 s] [INFO] kapua-message-internal ............................. SUCCESS [ 7.686 s] [INFO] kapua-transport-mqtt ............................... SUCCESS [ 4.833 s] [INFO] kapua-device-call-kura ............................. SUCCESS [ 3.566 s] [INFO] kapua-device-management-registry ................... SUCCESS [ 0.141 s] [INFO] kapua-device-management-registry-api ............... SUCCESS [ 1.692 s] [INFO] kapua-device-commons ............................... SUCCESS [ 4.074 s] [INFO] kapua-service-commons .............................. SUCCESS [ 0.247 s] [INFO] kapua-service-storable ............................. SUCCESS [ 0.174 s] [INFO] kapua-service-storable-api ......................... SUCCESS [ 3.947 s] [INFO] kapua-service-elasticsearch ........................ SUCCESS [ 0.150 s] [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [ 4.374 s] [INFO] kapua-datastore .................................... SUCCESS [ 0.455 s] [INFO] kapua-datastore-api ................................ SUCCESS [ 1.712 s] [INFO] kapua-service-storable-internal .................... SUCCESS [ 1.792 s] [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [ 2.087 s] [INFO] kapua-datastore-internal ........................... SUCCESS [ 2.926 s] [INFO] kapua-plug-ins ..................................... SUCCESS [ 0.133 s] [INFO] kapua-sso .......................................... SUCCESS [ 0.156 s] [INFO] kapua-openid-connect ............................... SUCCESS [ 0.119 s] [INFO] kapua-openid-api ................................... SUCCESS [ 0.924 s] [INFO] kapua-openid-provider .............................. SUCCESS [ 1.794 s] [INFO] kapua-security-registration ........................ SUCCESS [ 0.063 s] [INFO] kapua-security-registration-api .................... SUCCESS [ 1.234 s] [INFO] kapua-service-commons-utils ........................ SUCCESS [ 0.048 s] [INFO] kapua-service-commons-utils-api .................... SUCCESS [ 1.181 s] [INFO] kapua-security-certificate ......................... SUCCESS [ 0.114 s] [INFO] kapua-security-certificate-api ..................... SUCCESS [ 1.875 s] [INFO] kapua-service-commons-utils-internal ............... SUCCESS [ 1.368 s] [INFO] kapua-security-certificate-internal ................ SUCCESS [ 1.852 s] [INFO] kapua-user-internal ................................ SUCCESS [ 2.172 s] [INFO] kapua-client ....................................... SUCCESS [ 0.638 s] [INFO] kapua-client-security .............................. SUCCESS [ 3.510 s] [INFO] kapua-device-authentication ........................ SUCCESS [ 1.351 s] [INFO] kapua-tag .......................................... SUCCESS [ 0.141 s] [INFO] kapua-tag-api ...................................... SUCCESS [ 0.992 s] [INFO] kapua-device-registry-internal ..................... SUCCESS [ 3.208 s] [INFO] kapua-security-registration-simple ................. SUCCESS [ 1.723 s] [INFO] kapua-tag-internal ................................. SUCCESS [ 5.252 s] [INFO] kapua-security-shiro ............................... SUCCESS [ 33.398 s] [INFO] kapua-simulator-kura ............................... SUCCESS [ 12.162 s] [INFO] kapua-stream ....................................... SUCCESS [ 0.101 s] [INFO] kapua-stream-api ................................... SUCCESS [ 1.126 s] [INFO] kapua-device-management-asset ...................... SUCCESS [ 0.086 s] [INFO] kapua-device-management-asset-api .................. SUCCESS [ 1.446 s] [INFO] kapua-device-management-asset-store ................ SUCCESS [ 0.055 s] [INFO] kapua-device-management-asset-store-api ............ SUCCESS [ 1.248 s] [INFO] kapua-device-management-asset-internal ............. SUCCESS [ 1.728 s] [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [ 1.293 s] [INFO] kapua-device-management-bundle ..................... SUCCESS [ 0.075 s] [INFO] kapua-device-management-bundle-api ................. SUCCESS [ 1.312 s] [INFO] kapua-device-management-bundle-internal ............ SUCCESS [ 1.861 s] [INFO] kapua-device-management-command .................... SUCCESS [ 0.070 s] [INFO] kapua-device-management-command-api ................ SUCCESS [ 1.236 s] [INFO] kapua-device-management-command-internal ........... SUCCESS [ 1.676 s] [INFO] kapua-device-management-configuration .............. SUCCESS [ 0.100 s] [INFO] kapua-device-management-configuration-api .......... SUCCESS [ 1.524 s] [INFO] kapua-device-management-configuration-message-api .. SUCCESS [ 1.274 s] [INFO] kapua-device-management-configuration-store ........ SUCCESS [ 0.046 s] [INFO] kapua-device-management-configuration-store-api .... SUCCESS [ 1.363 s] [INFO] kapua-device-management-configuration-internal ..... SUCCESS [ 2.004 s] [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [ 1.382 s] [INFO] kapua-device-management-inventory .................. SUCCESS [ 0.179 s] [INFO] kapua-device-management-inventory-api .............. SUCCESS [ 1.480 s] [INFO] kapua-device-management-inventory-internal ......... SUCCESS [ 1.959 s] [INFO] kapua-device-management-keystore ................... SUCCESS [ 0.135 s] [INFO] kapua-device-management-keystore-api ............... SUCCESS [ 1.551 s] [INFO] kapua-device-management-keystore-internal .......... SUCCESS [ 1.908 s] [INFO] kapua-device-management-packages ................... SUCCESS [ 0.203 s] [INFO] kapua-device-management-packages-api ............... SUCCESS [ 1.617 s] [INFO] kapua-device-management-registry-internal .......... SUCCESS [ 2.045 s] [INFO] kapua-device-management-packages-internal .......... SUCCESS [ 2.379 s] [INFO] kapua-device-management-request-internal ........... SUCCESS [ 1.504 s] [INFO] kapua-device-management-all ........................ SUCCESS [ 0.047 s] [INFO] kapua-device-management-all-internal ............... SUCCESS [ 0.150 s] [INFO] kapua-translator-kapua ............................. SUCCESS [ 0.249 s] [INFO] kapua-translator-kapua-kura ........................ SUCCESS [ 2.903 s] [INFO] kapua-translator-kura .............................. SUCCESS [ 0.080 s] [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [ 1.455 s] [INFO] kapua-transport-jms ................................ SUCCESS [ 1.395 s] [INFO] kapua-translator-kura-jms .......................... SUCCESS [ 1.680 s] [INFO] kapua-qa-common .................................... SUCCESS [ 5.620 s] [INFO] kapua-account-test-steps ........................... SUCCESS [ 2.107 s] [INFO] kapua-account-test ................................. SUCCESS [ 39.293 s] [INFO] kapua-user-test-steps .............................. SUCCESS [ 2.678 s] [INFO] kapua-user-test .................................... SUCCESS [ 46.087 s] [INFO] kapua-scheduler .................................... SUCCESS [ 0.234 s] [INFO] kapua-scheduler-api ................................ SUCCESS [ 1.194 s] [INFO] kapua-device-management-job ........................ SUCCESS [ 0.140 s] [INFO] kapua-device-management-job-api .................... SUCCESS [ 1.463 s] [INFO] kapua-service-client ............................... SUCCESS [ 5.017 s] [INFO] kapua-broker ....................................... SUCCESS [ 0.157 s] [INFO] kapua-broker-artemis ............................... SUCCESS [ 0.152 s] [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [ 5.506 s] [INFO] kapua-device-registry-test-steps ................... SUCCESS [ 3.784 s] [INFO] kapua-device-registry-test ......................... SUCCESS [01:33 min] [INFO] kapua-scheduler-quartz ............................. SUCCESS [ 2.541 s] [INFO] kapua-job-internal ................................. SUCCESS [ 2.867 s] [INFO] kapua-job-test-steps ............................... SUCCESS [ 2.491 s] [INFO] kapua-job-test ..................................... SUCCESS [01:36 min] [INFO] kapua-tag-test-steps ............................... SUCCESS [ 1.751 s] [INFO] kapua-tag-test ..................................... SUCCESS [01:14 min] [INFO] kapua-endpoint ..................................... SUCCESS [ 0.110 s] [INFO] kapua-endpoint-api ................................. SUCCESS [ 0.960 s] [INFO] kapua-rest-api ..................................... SUCCESS [ 0.475 s] [INFO] kapua-rest-api-core ................................ SUCCESS [ 6.788 s] [INFO] kapua-device-management-all-api .................... SUCCESS [ 0.056 s] [INFO] kapua-system ....................................... SUCCESS [ 0.056 s] [INFO] kapua-system-api ................................... SUCCESS [ 0.961 s] [INFO] kapua-commons-rest-errors .......................... SUCCESS [ 1.730 s] [INFO] kapua-rest-api-resources ........................... SUCCESS [ 3.349 s] [INFO] kapua-endpoint-internal ............................ SUCCESS [ 2.034 s] [INFO] kapua-commons-rest-filters ......................... SUCCESS [ 1.758 s] [INFO] kapua-stream-internal .............................. SUCCESS [ 1.464 s] [INFO] kapua-system-internal .............................. SUCCESS [ 1.448 s] [INFO] kapua-extras ....................................... SUCCESS [ 0.120 s] [INFO] kapua-foreignkeys .................................. SUCCESS [ 0.073 s] [INFO] kapua-rest-api-web ................................. SUCCESS [ 16.434 s] [INFO] kapua-qa-integration-steps ......................... SUCCESS [ 3.215 s] [INFO] kapua-security-test-steps .......................... SUCCESS [ 2.482 s] [INFO] kapua-device-management-job-internal ............... SUCCESS [ 1.794 s] [INFO] kapua-endpoint-test-steps .......................... SUCCESS [ 1.998 s] [INFO] kapua-device-management-bundle-job ................. SUCCESS [ 1.380 s] [INFO] kapua-device-management-asset-job .................. SUCCESS [ 1.327 s] [INFO] kapua-device-management-packages-job ............... SUCCESS [ 1.507 s] [INFO] kapua-device-management-command-job ................ SUCCESS [ 1.548 s] [INFO] kapua-device-management-configuration-job .......... SUCCESS [ 1.395 s] [INFO] kapua-device-management-keystore-job ............... SUCCESS [ 1.736 s] [INFO] kapua-scheduler-test-steps ......................... SUCCESS [ 1.983 s] [INFO] kapua-datastore-test-steps ......................... SUCCESS [ 2.600 s] [INFO] kapua-service-camel ................................ SUCCESS [ 1.791 s] [INFO] kapua-consumer ..................................... SUCCESS [ 0.081 s] [INFO] kapua-consumer-lifecycle ........................... SUCCESS [ 1.977 s] [INFO] kapua-consumer-telemetry ........................... SUCCESS [ 2.424 s] [INFO] kapua-service-authentication ....................... SUCCESS [ 2.205 s] [INFO] kapua-qa-integration ............................... FAILURE [ 01:47 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-07-01T13:09:30Z [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-20240701112204791_487.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-07-01T11-10-00_956-jvmRun1' 'surefire-20240701112204791_485tmp' 'surefire_27-20240701112204791_486tmp' [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-20240701112204791_487.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-07-01T11-10-00_956-jvmRun1' 'surefire-20240701112204791_485tmp' 'surefire_27-20240701112204791_486tmp' [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