Started by an SCM change Running as SYSTEM Agent basic-n45qn is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1719332436617" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_kapua_svc_cluster_local_kapuax" name: "basic-n45qn" 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-n45qn" - 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-n45qn" - 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-n45qn (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 234970546862103271e365a0aca4200cf0f2ba2a (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 234970546862103271e365a0aca4200cf0f2ba2a # timeout=10 Commit message: "Merge pull request #4063 from Agnul97/fix-jersey_unmarshalling_rest" > git rev-list --no-walk 18351629955889c73620dd2c189b30c2b341e058 # 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332503675 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332506460 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332506826 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332517615 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332518613 [WARNING] Cannot get the branch information from the git repository: Detecting the 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.202 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.646 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.15 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.008 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.006 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.009 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.005 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.004 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.005 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.003 s - in org.eclipse.kapua.model.query.SortOrderTest [INFO] Running org.eclipse.kapua.KapuaIllegalArgumentExceptionTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.kapua.KapuaIllegalArgumentExceptionTest [INFO] Running org.eclipse.kapua.entity.EntityPropertiesWriteExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.entity.EntityPropertiesWriteExceptionTest [INFO] Running org.eclipse.kapua.entity.EntityPropertiesReadExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.entity.EntityPropertiesReadExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateExternalIdExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateExternalIdExceptionTest [INFO] Running org.eclipse.kapua.KapuaIllegalAccessExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaIllegalAccessExceptionTest [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdapterTest [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdaptedTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdaptedTest [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertyAdaptedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertyAdaptedTest [INFO] Running org.eclipse.kapua.KapuaOptimisticLockingExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaOptimisticLockingExceptionTest [INFO] Running org.eclipse.kapua.KapuaExceptionWithoutBundleTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.068 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.009 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.001 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.073 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.006 s - in org.eclipse.kapua.event.ServiceEventTest [INFO] Running org.eclipse.kapua.event.ServiceEventBusExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.event.ServiceEventBusExceptionTest [INFO] Running org.eclipse.kapua.KapuaMaxNumberOfItemsReachedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaMaxNumberOfItemsReachedExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountErrorTest [INFO] Running org.eclipse.kapua.KapuaEntityCloneExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 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.011 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.085 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332531014 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332531207 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332533720 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332533884 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332538129 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332538639 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332539136 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:22:25.397 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:22:25.404 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:22:25.405 [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.805 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332546384 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332546676 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:22:32.465 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:22:32.473 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:22:32.474 [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.47 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332556402 [WARNING] Cannot get the branch information from the git repository: Detecting 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.147 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.012 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.001 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.063 s - in org.eclipse.kapua.commons.configuration.metatype.TocdImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TattributeImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.metatype.TattributeImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TmetadataImplTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.commons.configuration.metatype.TmetadataImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.ObjectFactoryImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.configuration.metatype.ObjectFactoryImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.KapuaMetatypeFactoryImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.012 s - in org.eclipse.kapua.commons.configuration.metatype.TadImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TobjectImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.metatype.TobjectImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.EmptyTocdTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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 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.001 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.063 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.149 s - in org.eclipse.kapua.commons.configuration.StringUtilTest [INFO] Running org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsTest 16:22:54.921 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:56.896 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons =================== 16:22:56.898 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Datasource Name: kapua-dbpool 16:22:56.899 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Configuration Overrides 16:22:56.899 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:22:56.899 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | eclipselink.cache.shared.default: false 16:22:56.899 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - ================================================================================== 16:22:56.949 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:22:56.957 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 16:22:57.724 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 16:22:57.979 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.980 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.980 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.980 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.981 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.981 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.981 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.982 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.982 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.982 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.983 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.983 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.983 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.983 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.983 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.984 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.984 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.984 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.984 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.985 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.985 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.985 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.986 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.987 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.987 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.987 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.987 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.988 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.988 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.988 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.989 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.989 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.989 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.989 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.990 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.990 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.990 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.991 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.991 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.992 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.993 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.993 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 16:22:57.993 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:22:57.993 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.577 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.001 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.051 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 16:22:58.065 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:22:58.066 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/*.wrong 16:22:58.067 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:22:58.067 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/ 16:22:58.068 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:22:58.069 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: /sys_*.sql 16:22:58.069 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:22:58.069 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/null 16:22:58.070 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:22:58.070 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/sys_*.sql 16:22:58.071 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:22:58.071 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/null 16:22:58.072 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:22:58.072 [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.008 s - in org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResourcesTest [INFO] Running org.eclipse.kapua.commons.configuration.ValueTokenizerTest 16:22:58.108 [main] ERROR o.e.k.c.configuration.ValueTokenizer - Value is invalid [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 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.21 s - in org.eclipse.kapua.commons.util.CryptoUtilImplTest [INFO] Running org.eclipse.kapua.commons.util.ClassUtilTest 16:22:58.383 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.396 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.ServiceEntry... 16:22:58.398 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.398 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 16:22:58.399 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.399 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ... 16:22:58.399 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 16:22:58.399 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.399 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 16:22:58.399 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 16:22:58.400 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.400 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.400 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ... 16:22:58.401 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.401 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 16:22:58.401 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.401 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 16:22:58.402 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.402 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 16:22:58.402 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.402 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String... 16:22:58.403 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 16:22:58.403 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.403 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String... 16:22:58.403 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 16:22:58.407 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.407 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 16:22:58.408 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.408 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 16:22:58.408 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.409 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 16:22:58.409 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.457 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 16:22:58.457 [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.077 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.016 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.868 s - in org.eclipse.kapua.commons.util.xml.XmlUtilTest [INFO] Running org.eclipse.kapua.commons.util.KapuaFileUtilsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.243 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.04 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.169 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 s - in org.eclipse.kapua.commons.util.PayloadsTest [INFO] Running org.eclipse.kapua.commons.util.log.ConfigurationPrinterTest 16:23:01.426 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info' 16:23:01.427 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own! 16:23:01.427 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - External Logger not provided! Using the Configuration Printer's one! 16:23:01.427 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogger(org.slf4j.Logger) providing your own! 16:23:01.427 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO 16:23:01.427 [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! 16:23:01.427 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Info =================== 16:23:01.427 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.428 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info' 16:23:01.428 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own! 16:23:01.433 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.434 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.434 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.434 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.434 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.434 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.434 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.434 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.434 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.434 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.434 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.434 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.435 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.435 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.435 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.435 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.435 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.435 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.435 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.435 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.435 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.435 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.435 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.435 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.436 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.436 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.436 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.436 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.436 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.436 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.437 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.437 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.437 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.438 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.439 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.440 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.440 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.440 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.440 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.440 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.440 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.440 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.440 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.440 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.440 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.440 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.440 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.440 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.441 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.441 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.441 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.441 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.441 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.441 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.441 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.441 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.456 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.456 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.458 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.458 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.458 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.458 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.458 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.458 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.458 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.459 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.460 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.460 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.461 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.461 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.461 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.463 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.464 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.465 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.465 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.466 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.467 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.467 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.468 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.469 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.469 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.470 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.471 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.472 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.472 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.473 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.474 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.476 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.477 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.478 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.478 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.478 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.478 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.479 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.481 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.482 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.483 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.483 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.483 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.483 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.483 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.483 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.483 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.483 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.483 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.484 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.485 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.489 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.490 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.493 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.494 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.495 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.499 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.500 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.500 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.500 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.500 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.500 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.558 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.559 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.560 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.561 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.561 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.561 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.561 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.562 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.563 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.563 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.563 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.564 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.565 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.566 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.567 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.567 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.567 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.567 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.567 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.567 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.567 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.568 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.569 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.570 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.572 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.573 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.574 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.574 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.575 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.576 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.577 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.578 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.579 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.579 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.580 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.580 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.580 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.581 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.582 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.582 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.582 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.582 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.582 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.582 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.582 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.583 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.584 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.584 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.585 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.586 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.587 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.588 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.589 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.589 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.656 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.657 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.658 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.658 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.658 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.658 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.658 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.658 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.659 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.660 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.660 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.661 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.662 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.663 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.663 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.664 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.664 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.664 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.664 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.664 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.665 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.666 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.666 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.667 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.668 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.669 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.669 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.669 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.669 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.669 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.670 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.671 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.671 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.671 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.671 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.672 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.673 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.673 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.674 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.675 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.676 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.676 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.677 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.678 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.680 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.681 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.681 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.682 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.683 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.683 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.684 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.685 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.685 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.686 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.687 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.687 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.688 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.689 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.689 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.690 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.691 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.692 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.692 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.692 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.692 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.692 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.693 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.694 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.694 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.756 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.757 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.758 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.759 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.759 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.759 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.759 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.759 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.759 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.759 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.759 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.759 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.760 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.761 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.761 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.764 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.765 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.766 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.767 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.767 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.768 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.769 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.770 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.771 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.772 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.773 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.774 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.774 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.775 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.776 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.776 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.777 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.778 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.779 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.780 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.781 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.782 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.782 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.783 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.784 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.784 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.785 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.786 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.787 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.788 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.788 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.788 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.789 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.790 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.856 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.856 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.857 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.857 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.858 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.859 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.860 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.860 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.861 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.862 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.863 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.864 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.865 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.866 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.867 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.867 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.867 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.867 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.868 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.869 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.870 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.870 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.871 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.872 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.873 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.877 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.878 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.879 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.880 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.881 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.881 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.882 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.883 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.884 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.885 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.885 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.886 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.887 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.888 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.889 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.889 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.956 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.957 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.958 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.959 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.960 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.961 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.962 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.963 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.964 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.965 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.969 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.970 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.971 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.972 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.973 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.974 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.974 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.975 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.976 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.977 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.978 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.978 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.978 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.978 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.978 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.978 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.978 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.978 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.978 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.979 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.980 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.981 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.982 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.983 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.984 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.985 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.986 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.986 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.987 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.988 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.989 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.990 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.991 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.992 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.993 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.993 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.994 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.995 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.996 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.997 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.998 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.998 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:01.998 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:01.999 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.056 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.056 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.057 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.058 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.059 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.061 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.062 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.063 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.063 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.064 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.065 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.066 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.066 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.067 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.068 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.069 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 16:23:02.070 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 16:23:02.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO 16:23:02.073 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogLevel(org.eclipse.kapua.commons.util.log.ConfigurationPrinter.LogLevel) providing the desired level! [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.218 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.009 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.078 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.039 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.062 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.002 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.482 s - in org.eclipse.kapua.commons.cache.LocalCacheTest [INFO] Running org.eclipse.kapua.commons.event.ServiceEventModuleConfigurationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.commons.event.ServiceEventModuleConfigurationTest [INFO] Running org.eclipse.kapua.commons.event.HousekeeperRunTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.003 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.047 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.021 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.047 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.009 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.012 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 16:23:03.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:23:03.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:23:03.503 [main] INFO org.reflections.Reflections - Reflections took 106 ms to scan 3 urls, producing 90 keys and 90 values 16:23:03.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:23:03.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 16:23:03.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:23:06.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:23:07.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:23:07.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:23:07.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:23:07.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 16:23:07.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 16:23:07.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:23:07.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:23:07.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:23:07.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:23:07.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:23:07.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:23:07.896 [main] INFO org.reflections.Reflections - Reflections took 18 ms to scan 3 urls, producing 90 keys and 90 values 16:23:07.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:23:07.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 16:23:07.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:23:08.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:23:08.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:23:08.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:23:08.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:23:08.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 16:23:08.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 16:23:08.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:23:08.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:23:08.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:23:08.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:23:08.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 16:23:08.580 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - Running database scripts... 16:23:08.582 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM './src/test/sql/H2/test_collision_entity_test_create.sql' 16:23:08.668 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done! 16:23:08.771 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-commons-unit-test =================== 16:23:08.772 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:23:08.772 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:23:08.772 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:23:08.772 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:23:08.772 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:23:08.783 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:23:08.929 [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@4bc36de9) 16:23:08.932 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:08.932 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.932 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:08.937 [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@67b72f63) 16:23:08.957 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:08.957 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.957 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:08.961 [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@33b37590) 16:23:08.962 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:08.962 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.962 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:08.966 [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@6986ed5d) 16:23:08.967 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:08.967 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.967 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:08.971 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 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@5e1b78eb) 16:23:08.972 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:08.974 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.978 [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@5e1b78eb) 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@5e1b78eb) 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 16:23:08.979 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.985 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-06-25 16:23:08.98', 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@7d734d8e) 16:23:08.986 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:08.986 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.986 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:08.991 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-06-25 16:23:08.987', 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@4d5e136e) 16:23:08.992 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:08.992 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.992 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:08.997 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-06-25 16:23:08.993', 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@76cfe3a8) 16:23:08.998 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:08.998 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:08.998 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:09.002 [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-06-25 16:23:08.998', 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@5e497527) 16:23:09.003 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:09.003 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:09.003 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:09.007 [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-06-25 16:23:09.003', 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@11d8f32) 16:23:09.008 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:09.008 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:09.009 [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-06-25 16:23:09.003', 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@11d8f32) 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-06-25 16:23:09.003', 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@11d8f32) 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-06-25 16:23:09.003', 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 16:23:09.010 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:09.063 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 2000, 'foo', NULL, TIMESTAMP '2024-06-25 16:23:09.058', 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@7fda194f) 16:23:09.064 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 16:23:09.064 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 16:23:09.064 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 16:23:09.070 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - Running database scripts... 16:23:09.070 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done! 16:23:09.070 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 16:23:09.070 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.871 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.012 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.069 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.003 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.006 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.001 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.114 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.087 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.001 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.001 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 16:23:09.492 [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. 16:23:09.493 [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. 16:23:09.493 [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. 16:23:09.493 [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. 16:23:09.493 [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. 16:23:09.493 [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. 16:23:09.493 [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. 16:23:09.493 [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. 16:23:09.493 [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. 16:23:09.493 [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. 16:23:09.494 [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. 16:23:09.494 [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. 16:23:09.494 [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. 16:23:09.494 [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. 16:23:09.494 [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. 16:23:09.494 [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. 16:23:09.494 [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. 16:23:09.494 [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. 16:23:09.495 [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. 16:23:09.495 [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. 16:23:09.556 [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. 16:23:09.557 [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. 16:23:09.557 [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. 16:23:09.557 [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. 16:23:09.557 [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. 16:23:09.557 [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. 16:23:09.558 [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. 16:23:09.558 [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. 16:23:09.558 [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. 16:23:09.558 [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. 16:23:09.558 [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. 16:23:09.558 [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. 16:23:09.558 [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. 16:23:09.558 [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. 16:23:09.558 [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. 16:23:09.559 [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. 16:23:09.559 [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. 16:23:09.559 [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. 16:23:09.559 [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. 16:23:09.559 [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. 16:23:09.559 [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.002 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.001 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.001 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.009 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 16:23:09.658 [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. 16:23:09.659 [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: 2.831 s - in org.eclipse.kapua.commons.security.KapuaDoPrivilegeTest [INFO] Running org.eclipse.kapua.commons.about.AboutEntryTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.about.AboutEntryTest [INFO] Running org.eclipse.kapua.commons.about.AboutScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.commons.about.AboutScannerTest [INFO] Running org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:23:12.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:23:12.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:23:12.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:23:12.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... SKIPPED! Liquibase disabled by System property 'LIQUIBASE_ENABLED'... 16:23:12.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:23:12.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:23:12.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:23:12.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 16:23:12.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:23:12.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:23:12.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: foo 16:23:12.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:23:12.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:23:12.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:23:12.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:23:12.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:23:12.570 [main] INFO org.reflections.Reflections - Reflections took 13 ms to scan 3 urls, producing 90 keys and 90 values 16:23:12.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:23:12.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 16:23:12.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:23:12.585 [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 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:23:12.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:23:12.612 [main] INFO org.reflections.Reflections - Reflections took 13 ms to scan 3 urls, producing 90 keys and 90 values 16:23:12.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:23:12.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 16:23:12.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:23:12.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:23:12.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:23:13.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:23:13.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:23:13.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 16:23:13.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 16:23:13.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:23:13.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:23:13.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:23:13.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:23:13.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:23:13.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:23:13.219 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 3 urls, producing 90 keys and 90 values 16:23:13.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:23:13.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 16:23:13.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:23:13.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:23:13.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:23:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:23:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:23:13.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 16:23:13.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 16:23:13.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:23:13.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:23:13.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:23:13.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:23:13.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 16:23:13.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:23:13.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:23:13.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:23:13.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 16:23:13.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:23:13.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:23:13.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 16:23:13.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:23:13.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:23:13.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:23:13.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:23:13.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:23:13.692 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 3 urls, producing 90 keys and 90 values 16:23:13.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:23:13.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 16:23:13.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:23:13.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:23:13.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:23:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:23:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:23:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 16:23:14.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 16:23:14.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:23:14.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:23:14.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:23:14.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:23:14.103 [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.575 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.05 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332597046 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332597314 [WARNING] Cannot get the branch information from the git repository: Detecting 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 16:23:25.067 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:23:25.077 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 16:23:25.418 [main] INFO org.reflections.Reflections - Reflections took 153 ms to scan 1 urls, producing 13 keys and 23 values 16:23:25.478 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 16:23:25.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 16:23:25.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 16:23:25.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 16:23:25.482 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal 16:23:25.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 16:23:25.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.extra 16:23:25.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 16:23:25.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 16:23:25.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 16:23:25.483 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.TestModule 16:23:25.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule 16:23:25.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 16:23:25.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:23:25.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 16:23:25.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:23:25.484 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 16:23:26.463 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 16:23:26.699 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 16:23:26.793 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 1 urls, producing 10 keys and 16 values 16:23:26.795 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 16:23:26.795 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator-1.xml 16:23:26.795 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 16:23:26.795 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 16:23:26.795 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice 16:23:26.796 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 16:23:26.796 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:23:26.796 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 16:23:26.796 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 16:23:26.796 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 16:23:26.796 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule 16:23:26.796 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 16:23:26.796 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:23:26.797 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 16:23:26.797 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:23:26.797 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 16:23:26.968 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.661 s - in org.eclipse.kapua.locator.internal.GuiceLocatorImplTest [INFO] Running org.eclipse.kapua.locator.internal.ResolverTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.locator.internal.ResolverTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332607929 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:23:36.483 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:23:36.492 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 16:23:36.978 [main] INFO org.reflections.Reflections - Reflections took 299 ms to scan 3 urls, producing 133 keys and 237 values 16:23:37.185 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 16:23:37.188 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 16:23:37.189 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 16:23:37.189 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 16:23:37.189 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 16:23:37.189 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml 16:23:37.189 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 16:23:37.189 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:23:37.190 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 16:23:37.190 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 16:23:37.190 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 16:23:37.190 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 16:23:37.190 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 16:23:37.191 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 16:23:37.191 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 16:23:37.191 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 16:23:37.191 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 16:23:37.191 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 16:23:37.191 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 16:23:37.192 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 16:23:37.192 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 16:23:37.192 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml.TestConfigModule 16:23:37.192 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 16:23:37.193 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:23:37.193 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 16:23:37.193 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:23:37.193 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 16:23:37.641 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - Initializing with 0 providers 16:23:38.581 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 16:23:38.582 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 16:23:38.590 [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 16:23:38.888 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 16:23:40.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 16:23:40.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:23:40.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:23:40.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:23:40.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:23:40.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:23:40.531 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 16:23:40.533 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - Running initializer with priority 15 on 'class'.'method': 'org.eclipse.kapua.commons.util.xml.JAXBContextProviderImpl'.'initJaxb' 16:23:40.534 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - =================== Kapua Jaxb Context Resolver =================== 16:23:40.534 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - | Loaded XmlSerializable Classes: 0 16:23:40.534 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - ================================================================================== 16:23:40.840 [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: 5.083 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332621763 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332621969 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332628254 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332628415 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332632086 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332632282 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332635946 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332636191 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332638804 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332638979 [WARNING] Cannot get the branch information from the git repository: Detecting 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.459 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332645306 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332645444 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332648287 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332648599 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332651271 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332651645 [WARNING] Cannot get the branch information from the git repository: Detecting 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.205 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.011 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.082 s - in org.eclipse.kapua.commons.rest.model.errors.MfaRequiredExceptionInfoTest [INFO] Running org.eclipse.kapua.commons.rest.model.errors.SelfManagedOnlyExceptionInfoTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.commons.rest.model.errors.SelfManagedOnlyExceptionInfoTest [INFO] Running org.eclipse.kapua.commons.rest.model.errors.ThrowableInfoTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.04 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.462 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332660169 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332663220 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332666699 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332666848 [WARNING] Cannot get the branch information from the git repository: Detecting 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.395 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.343 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332674900 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332675048 [WARNING] Cannot get the branch information from the git repository: Detecting the 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.416 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332682801 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332683028 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332686081 [WARNING] Cannot get the branch information from the git repository: Detecting 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.721 s - in org.eclipse.kapua.message.internal.KapuaMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaAppsMessageTest 16:24:53.966 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:24:53.977 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 16:24:54.384 [main] INFO org.reflections.Reflections - Reflections took 206 ms to scan 4 urls, producing 79 keys and 122 values 16:24:54.502 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 16:24:54.507 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 16:24:54.507 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 16:24:54.507 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 16:24:54.507 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model 16:24:54.507 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 16:24:54.507 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 16:24:54.507 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:24:54.508 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 16:24:54.508 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 16:24:54.508 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 16:24:54.508 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 16:24:54.508 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 16:24:54.508 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 16:24:54.509 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 16:24:54.509 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 16:24:54.509 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.TestModule 16:24:54.509 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 16:24:54.509 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:24:54.509 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 16:24:55.540 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 16:24:55.896 [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.943 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaAppsMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaBirthMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaBirthMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaMissingMessageTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaMissingMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaDisconnectMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.034 s - in org.eclipse.kapua.message.internal.device.data.KapuaDeviceDataTest [INFO] Running org.eclipse.kapua.message.internal.KapuaMessageFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.KapuaMessageFactoryTest [INFO] Running org.eclipse.kapua.message.internal.KapuaPayloadTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 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.018 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.864 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.027 s - in org.eclipse.kapua.message.internal.KapuaPositionTest [INFO] Running org.eclipse.kapua.message.internal.KapuaDataMessageFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.message.internal.KapuaDataMessageFactoryTest [INFO] Running org.eclipse.kapua.message.internal.MessageExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.message.internal.MessageExceptionTest [INFO] Running org.eclipse.kapua.message.internal.KapuaChannelTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.KapuaChannelTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message-internal --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/message/internal/target/jacoco.exec [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-message-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message-internal --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/message/internal/target/jacoco.exec [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-commons' with 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332699140 [WARNING] Cannot get the branch information from the git repository: Detecting 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 16:25:06.913 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/transport/mqtt/target/classes/ 16:25:06.920 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to mqtt-client-setting.properties 16:25:06.920 [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 16:25:06.968 [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.609 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.008 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.102 s - in org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttTopicTest [INFO] Running org.eclipse.kapua.transport.mqtt.test.mqtt.exception.MqttClientExceptionTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.kapua.transport.mqtt.test.mqtt.exception.MqttClientExceptionTest [INFO] Running org.eclipse.kapua.transport.mqtt.test.mqtt.MqttClientConnectionOptionsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332708691 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332714560 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332714699 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332717557 [WARNING] Cannot get the branch information from the git repository: Detecting the 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.178 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332725190 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332725389 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332725538 [WARNING] Cannot get the branch information from the git repository: Detecting the 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.196 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.007 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332732541 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332732792 [WARNING] Cannot get the branch information from the git repository: Detecting the 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.399 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332740589 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332740737 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332743610 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332746963 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332750638 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332755950 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332756184 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332756396 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332756571 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332758357 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332761508 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332761628 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332764013 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332764198 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332766395 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332766577 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332769388 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332771799 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332775112 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332779834 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332781143 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332785759 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332788308 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332788468 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332790486 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332796087 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332799392 [WARNING] Cannot get the branch information from the git repository: Detecting the 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.552 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332809486 [WARNING] Cannot get the branch information from the git repository: Detecting the 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.468 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.009 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.087 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.22 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.001 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.027 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 16:27:04.582 [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!/ 16:27:04.588 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-environment-setting.properties 16:27:04.588 [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 16:27:04.620 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-environment-setting.properties' 16:27:04.659 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.659 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.660 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.660 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.660 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.660 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.660 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.702 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.702 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.702 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.702 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.703 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.703 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.703 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.703 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.703 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.704 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.704 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.704 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.704 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.704 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.705 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.705 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.705 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.705 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.705 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.707 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.707 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.707 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.707 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.707 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.708 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.708 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.708 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.708 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.710 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.710 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.710 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.710 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.710 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.710 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.710 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.710 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.711 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.711 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.711 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.711 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.711 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.712 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.712 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.712 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.712 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.712 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.712 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.713 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.713 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.713 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.713 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.713 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.714 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.714 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.715 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.715 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.715 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.715 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.715 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.715 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.715 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.716 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.716 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.716 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.717 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.717 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.717 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.718 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.718 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.718 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.719 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.719 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.720 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.720 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.721 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.721 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.722 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.722 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.723 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.723 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.725 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27: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 16:27: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 16:27:04.726 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.726 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.726 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.726 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.726 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.726 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.726 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.727 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.727 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.727 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.727 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.727 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.727 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.727 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.728 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.728 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.728 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.728 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.728 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.728 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.729 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.729 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.729 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.731 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.731 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.731 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.731 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.731 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.731 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.731 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.731 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.732 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.732 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.732 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.732 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.732 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.733 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.733 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.733 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.733 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.733 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.733 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.734 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.734 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.734 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.734 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.734 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.734 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.734 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.736 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.736 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.736 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.736 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.736 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.736 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.736 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.737 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.737 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.737 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.737 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.737 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.737 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.738 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.738 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.738 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.738 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.756 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.757 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.757 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.757 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.758 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.758 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.758 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.758 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.758 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.760 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.760 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.760 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.760 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.761 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.761 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.761 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.763 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.764 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.765 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.766 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.766 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.766 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.767 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.768 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.768 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.768 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.769 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27: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 16:27: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 16:27:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.772 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.773 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.774 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.774 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.774 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.774 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.775 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.775 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.775 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.776 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.776 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.776 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.776 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.777 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.777 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.778 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.778 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 16:27:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:27:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 16:27:04.780 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 16:27:04.781 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 16:27:04.781 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 16:27:04.781 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 16:27:04.781 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.781 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 16:27:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 16:27:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 16:27:04.782 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 16:27:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 16:27:04.783 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 16:27:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 16:27:04.784 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 16:27:04.784 [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.388 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.019 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.011 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.002 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 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionFactoryImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleCreatorImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.027 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 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.004 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 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.009 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 16:27:05.183 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:27:05.183 [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.092 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.003 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.08 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.009 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.002 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.065 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.099 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.011 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest 16:27:05.588 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.589 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.589 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.589 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.589 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.590 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.590 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.590 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.590 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.591 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.591 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.591 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.591 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.591 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.592 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.592 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.592 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.592 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.593 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.593 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.593 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.593 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.594 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.594 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.594 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.594 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.595 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.595 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.595 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.595 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.595 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.596 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.596 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.596 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.596 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.596 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.596 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.597 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.597 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.597 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.597 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.597 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.598 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.598 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.598 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.598 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.598 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.599 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.599 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.599 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.599 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.599 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.600 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.600 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.600 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.600 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.601 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.601 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.601 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.601 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.601 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.602 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.602 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.602 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.602 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.603 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.603 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.603 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.603 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.603 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.604 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.604 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.604 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.604 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.604 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.605 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.605 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.605 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.605 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.605 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.606 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.606 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.606 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.606 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.607 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.607 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.607 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.607 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.607 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.608 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.608 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.608 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.608 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.608 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.609 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.609 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.609 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.610 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.610 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.610 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.610 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.610 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.611 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.611 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.611 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.611 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.611 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.611 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.612 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.612 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.612 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.612 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.612 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.613 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.613 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.613 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.613 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.613 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.613 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.614 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.614 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.614 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.614 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.656 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.657 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.657 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.657 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.657 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.658 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.658 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.658 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.658 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.659 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.659 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.659 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.659 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.660 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.660 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.660 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.660 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.660 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.661 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.661 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.661 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.661 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.661 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.662 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.662 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.662 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.662 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.664 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.664 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.664 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.664 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.664 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.665 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.665 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.665 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.665 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.665 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.666 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.666 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.666 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.666 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.667 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.667 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.667 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.667 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.668 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.668 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.668 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.668 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.668 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.670 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.670 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.670 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.670 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.670 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.671 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:27:05.671 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:27:05.671 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:27:05.671 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:27:05.672 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 16:27:05.672 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 16:27:05.672 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 16:27:05.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 16:27:05.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 16:27:05.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 16:27:05.674 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.674 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.674 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 16:27:05.674 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.674 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 16:27:05.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 16:27:05.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 16:27:05.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 16:27:05.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 16:27:05.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 16:27:05.676 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:27:05.676 [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.088 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.JwtCertificateNotFoundExceptionTest 16:27:05.680 [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.009 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 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.035 s - in org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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 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.058 s - in org.eclipse.kapua.service.authentication.shiro.realm.LoginAuthenticationInfoTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest 16:27:05.899 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:27:05.901 [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.033 s - in org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsMatcherTest 16:27:05.910 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:05.911 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:05.911 [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 16:27:05.913 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:06.516 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:06.516 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:06.516 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties 16:27:06.519 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:06.521 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:06.521 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:06.521 [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 16:27:06.523 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:06.524 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:06.525 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:06.525 [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 16:27:06.527 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:06.528 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:06.528 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:06.528 [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 16:27:06.530 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:07.081 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.081 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:07.081 [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 16:27:07.083 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.173 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.012 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 16:27:07.106 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.106 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:07.106 [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 16:27:07.109 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:07.112 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.112 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:07.112 [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 16:27:07.114 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:07.114 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.114 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:07.114 [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 16:27:07.116 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:07.117 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.117 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:07.117 [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 16:27:07.119 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:07.124 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.124 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:07.124 [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 16:27:07.126 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:07.126 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.126 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:07.126 [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 16:27:07.128 [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.018 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 16:27:07.168 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.168 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.169 [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 16:27:07.169 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.293 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.293 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.293 [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 16:27:07.294 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.295 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.295 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.295 [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 16:27:07.295 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.318 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.319 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.319 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties 16:27:07.320 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.320 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.320 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.320 [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 16:27:07.321 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.322 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.322 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.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 16:27:07.322 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.391 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.391 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.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 16:27:07.392 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.393 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.393 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.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 16:27:07.394 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.396 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.396 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.396 [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 16:27:07.396 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.397 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.397 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.397 [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 16:27:07.398 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.398 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.398 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.399 [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 16:27:07.399 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.400 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.400 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.400 [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 16:27:07.400 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.401 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.401 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.401 [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 16:27:07.402 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.403 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.403 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.403 [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 16:27:07.404 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:07.405 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:07.405 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:07.405 [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 16:27:07.405 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:12.854 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:12.855 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:12.855 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties 16:27:12.856 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.702 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.001 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.012 s - in org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorServiceLocatorTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImplTest 16:27:12.899 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:12.899 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:12.899 [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 16:27:12.902 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:12.908 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:27:12.908 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:27:12.909 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 16:27:12.909 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:27:12.909 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:27:12.909 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 16:27:12.909 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:12.909 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:12.909 [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 16:27:12.910 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:15.088 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:15.088 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:15.088 [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 16:27:15.090 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:15.091 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:27:15.091 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:27:15.091 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 16:27:15.091 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:27:15.091 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:27:15.091 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 16:27:15.092 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:15.092 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:15.092 [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 16:27:15.093 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:17.814 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:17.815 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:17.815 [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 16:27:17.817 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:17.817 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:27:17.818 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:27:17.818 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 16:27:17.818 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:27:17.818 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:27:17.818 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 16:27:17.819 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:17.819 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:17.819 [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 16:27:17.819 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:19.999 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:19.999 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:19.999 [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 16:27:20.001 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:20.001 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:27:20.001 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:27:20.001 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 16:27:20.001 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:27:20.001 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:27:20.001 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 16:27:20.001 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:20.001 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:20.002 [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 16:27:20.002 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:22.169 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:22.169 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:22.169 [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 16:27:22.171 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:22.171 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:27:22.171 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:27:22.171 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 16:27:22.171 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:27:22.171 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:27:22.171 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 16:27:22.172 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:22.172 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:22.172 [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 16:27:22.173 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:24.329 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:24.329 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:24.330 [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 16:27:24.331 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:24.331 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:27:24.332 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:27:24.332 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 16:27:24.332 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:27:24.332 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:27:24.332 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 16:27:24.332 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:24.332 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:24.332 [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 16:27:24.332 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:37.270 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:37.271 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:37.271 [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 16:27:37.272 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:37.273 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:27:37.273 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:27:37.273 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 16:27:37.273 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:27:37.273 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:27:37.273 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 16:27:37.274 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:37.274 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:37.274 [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 16:27:37.274 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 16:27:39.427 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:39.428 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 16:27:39.428 [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 16:27:39.429 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 16:27:39.429 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:27:39.429 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:27:39.429 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 16:27:39.429 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:27:39.429 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:27:39.430 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 16:27:39.430 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 16:27:39.430 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 16:27:39.430 [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 16:27:39.431 [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: 28.678 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.025 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.037 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.007 s - in org.eclipse.kapua.service.authentication.token.shiro.LoginInfoImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenQueryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenQueryImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenCreatorImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenCreatorImplTest [INFO] Running org.eclipse.kapua.service.security.EnhModularRealmAuthorizerTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.kapua.service.security.EnhModularRealmAuthorizerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 441, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-shiro --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/jacoco.exec [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-shiro --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-shiro --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-shiro --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/jacoco.exec [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-service-api' with 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332864399 [WARNING] Cannot get the branch information from the git repository: Detecting 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.312 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.021 s - in org.eclipse.kapua.kura.simulator.main.simulation.ValidationTest [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.AppTest Sending: timestamp: 1719332873468 metric { name: "m1" type: DOUBLE double_value: -33.538579328816105 } Sending: timestamp: 1719332874468 metric { name: "m1" type: DOUBLE double_value: -28.562145401643356 } Sending: timestamp: 1719332875468 metric { name: "m1" type: DOUBLE double_value: -23.507426063258237 } Sending: timestamp: 1719332876468 metric { name: "m1" type: DOUBLE double_value: -18.38827307238808 } Sending: timestamp: 1719332877468 metric { name: "m1" type: DOUBLE double_value: -13.218719100375273 } [timestamp: 1719332873468 metric { name: "m1" type: DOUBLE double_value: -33.538579328816105 } , timestamp: 1719332874468 metric { name: "m1" type: DOUBLE double_value: -28.562145401643356 } , timestamp: 1719332875468 metric { name: "m1" type: DOUBLE double_value: -23.507426063258237 } , timestamp: 1719332876468 metric { name: "m1" type: DOUBLE double_value: -18.38827307238808 } , timestamp: 1719332877468 metric { name: "m1" type: DOUBLE double_value: -13.218719100375273 } ] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.679 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.173 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332880460 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332880574 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332882742 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332882988 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332885255 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332885345 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332887661 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332890835 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332893165 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332893286 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332895581 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332898323 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332898506 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332900721 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332903760 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332903960 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332906479 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332908488 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332908611 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332910911 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332915109 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332917565 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332917733 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332920481 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332923951 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332924071 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332926767 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332930358 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332930536 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332933524 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332937376 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332941319 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332944177 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332944314 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332944811 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332945349 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332950351 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332950464 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332953007 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332955584 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332963749 [WARNING] Cannot get the branch information from the git repository: Detecting 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 47 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332969772 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719332973734 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:29:41.858 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:29:41.881 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:29:41.970 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:29:41.973 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:29:41.973 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:29:41.973 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:29:41.973 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:29:41.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:29:41.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:29:41.979 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:29:41.979 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:29:41.979 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:29:41.979 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:29:42.001 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:29:42.002 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:29:42.288 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:29:42.289 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:29:42.289 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:29:42.289 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:29:42.290 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:29:42.290 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:29:42.290 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:29:42.311 [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). 16:29:42.384 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:29:42.385 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:29:42.385 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:29:42.385 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:29:42.385 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:29:42.385 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:29:44.612 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 16:29:44.612 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:29:44.612 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:29:44.612 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:29:44.612 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:29:44.613 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:29:44.785 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:29:44.789 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:29:45.098 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:29:45.099 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:29:45.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:29:45.126 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:29:45.132 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:29:45.795 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:29:45.795 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:29:45.796 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:29:45.798 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:29:45.799 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:29:45.800 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:29:45.837 [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. 16:29:45.837 [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. 16:29:45.843 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:29:45.844 [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() 16:29:45.860 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:29:45.860 [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 16:29:45.911 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:29:46.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:29:46.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:29:46.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:29:46.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:29:46.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:29:46.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:29:46.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:29:46.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:29:46.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:29:46.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:29:46.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:29:46.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:29:46.878 [main] INFO org.reflections.Reflections - Reflections took 67 ms to scan 9 urls, producing 259 keys and 267 values 16:29:47.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:29:47.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:29:47.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:29:50.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:29:50.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:29:51.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:29:51.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:29:51.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:29:51.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:29:51.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:29:51.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:29:52.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:29:53.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:29:53.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:29:53.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:29:54.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:29:55.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:29:55.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:29:55.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:29:55.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:29:55.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:29:55.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 16:29:55.608 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:29:55.611 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 16:29:55.649 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 16:29:56.975 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 16:29:56.981 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:56.984 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:56.985 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:56.998 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 16:29:57.001 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:29:57.003 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:29:57.004 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 16:29:57.005 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 16:29:57.006 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:57.014 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:29:57.015 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:29:57.016 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.017 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.020 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:29:57.022 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.022 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.024 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.024 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.025 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.026 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.027 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:57.057 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 16:29:57.059 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.059 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.061 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:29:57.063 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:29:57.063 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.065 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:57.065 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 16:29:57.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.068 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 16:29:57.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.071 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator 16:29:57.072 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.073 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.073 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:29:57.075 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:29:57.076 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:57.077 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 16:29:57.078 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:29:57.079 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:29:57.080 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:29:57.080 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:29:57.081 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.082 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:29:57.082 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:29:57.083 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.084 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:29:57.085 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.085 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 16:29:57.087 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:57.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:29:57.096 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:29:57.097 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:29:57.098 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:29:57.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:29:57.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:29:57.101 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:57.102 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:29:57.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory 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() 16:29:57.337 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:29:57.380 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find all child accounts # features/AccountService.feature:31 16:29:57.416 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:29:57.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:29:57.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:29:57.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:29:57.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:29:57.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:29:57.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:29:57.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:29:57.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:29:57.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:29:57.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:29:57.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:29:57.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:29:57.515 [main] INFO org.reflections.Reflections - Reflections took 12 ms to scan 9 urls, producing 259 keys and 267 values 16:29:57.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:29:57.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:29:57.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:29:57.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:29:57.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:29:57.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:29:58.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:29:58.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:29:58.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:29:58.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:29:58.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:29:58.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:29:59.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:29:59.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:29:59.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:00.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:00.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:00.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:00.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:00.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:00.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:00.872 [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) 16:30:01.285 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:01.307 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Handle duplicate account names # features/AccountService.feature:37 16:30:01.361 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:01.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:01.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:01.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:01.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:01.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:01.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:01.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:01.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:01.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:01.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:01.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:01.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:01.420 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values 16:30:01.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:01.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:01.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:01.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:01.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:01.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:01.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:01.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:01.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:01.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:02.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:02.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:02.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:02.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:03.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:03.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:03.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:03.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:03.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:03.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:03.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:03.982 [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) 16:30:04.020 [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() 16:30:04.028 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:04.072 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Handle null account name # features/AccountService.feature:46 16:30:04.095 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:04.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:04.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:04.170 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 16:30:04.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:04.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:04.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:04.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:04.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:04.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:04.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:04.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:04.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:04.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:04.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:04.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:05.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:05.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:05.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:06.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:06.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:06.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:06.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:06.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:06.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:06.414 [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() 16:30:06.418 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:06.433 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by Id # features/AccountService.feature:53 16:30:06.467 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:06.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:06.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:06.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:06.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:06.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:06.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:06.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:06.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:06.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:06.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:06.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:06.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:06.512 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 16:30:06.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:06.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:06.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:06.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:06.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:06.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:06.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:06.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:06.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:06.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:07.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:07.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:07.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:07.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:07.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:08.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:08.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:08.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:08.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:08.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:08.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:08.657 [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() 16:30:08.678 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:08.693 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by Ids # features/AccountService.feature:60 16:30:08.713 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:08.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:08.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:08.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:08.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:08.785 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 16:30:08.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:08.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:08.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:08.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:08.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:09.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:09.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:09.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:09.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:09.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:09.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:09.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:09.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:09.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:10.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:10.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:10.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:10.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:10.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:10.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:10.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:10.962 [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() 16:30:10.994 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:11.009 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by random Id # features/AccountService.feature:68 16:30:11.058 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:11.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:11.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:11.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:11.108 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values 16:30:11.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:11.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:11.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:11.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:11.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:11.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:11.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:11.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:11.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:11.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:11.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:11.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:12.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:12.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:12.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:12.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:12.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:13.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:13.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:13.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:13.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:13.029 [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() 16:30:13.033 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:13.046 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by name # features/AccountService.feature:74 16:30:13.068 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:13.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:13.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:13.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:13.114 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 16:30:13.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:13.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:13.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:13.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:13.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:13.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:13.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:13.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:13.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:13.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:13.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:13.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:14.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:14.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:14.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:14.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:14.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:15.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:15.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:15.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:15.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:15.034 [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() 16:30:15.069 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:15.084 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find by name nonexisting account # features/AccountService.feature:81 16:30:15.099 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:15.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 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:15.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:15.166 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 16:30:15.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:15.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:15.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:15.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:15.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:15.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:15.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:15.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:15.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:15.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:15.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:15.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:16.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:16.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:16.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:16.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:16.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:17.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:17.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:17.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:17.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:17.118 [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() 16:30:17.123 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:17.138 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Modify an existing account # features/AccountService.feature:87 16:30:17.151 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:17.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:17.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:17.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:17.199 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 16:30:17.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:17.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:17.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:17.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:17.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:17.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:17.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:17.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:17.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:17.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:17.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:17.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:18.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:18.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:18.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:18.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:18.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:19.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:19.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:19.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:19.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:19.122 [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) 16:30:19.179 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:19.194 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Modify nonexisting account # features/AccountService.feature:95 16:30:19.207 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:19.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:19.269 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 16:30:19.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:19.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:19.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:19.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:19.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:19.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:19.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:19.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:19.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:19.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:19.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:19.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:20.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:20.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:20.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:20.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:21.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:21.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:21.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:21.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:21.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:21.175 [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) 16:30:21.228 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 7,564,608,493,076,446,993 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 7,564,608,493,076,446,993 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() 16:30:21.230 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:21.268 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete an existing account # features/AccountService.feature:104 16:30:21.281 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:21.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:21.328 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 16:30:21.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:21.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:21.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:21.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:21.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:21.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:21.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:21.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:21.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:21.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:21.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:22.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:22.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:22.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:22.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:22.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:23.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:23.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:23.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:23.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:23.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:23.184 [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() 16:30:23.209 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:23.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete the Kapua system account # features/AccountService.feature:112 16:30:23.234 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:23.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:23.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 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:23.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:23.294 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 16:30:23.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:23.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:23.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:23.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:23.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:23.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:23.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:23.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:23.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:23.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:23.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:23.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:24.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:24.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:24.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:24.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:24.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:25.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:25.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:25.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:25.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:25.120 [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) 16:30:25.128 [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() 16:30:25.132 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:25.144 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete nonexisting account # features/AccountService.feature:120 16:30:25.167 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:25.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 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:25.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:25.212 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 16:30:25.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:25.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:25.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:25.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:25.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:25.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:25.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:25.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:25.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:25.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:25.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:25.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:26.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:26.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:26.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:26.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:26.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:27.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:27.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:27.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:27.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:27.096 [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) 16:30:27.107 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 6,599,303,229,133,267,070 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,599,303,229,133,267,070 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() 16:30:27.109 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:27.120 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Check account properties # features/AccountService.feature:128 16:30:27.162 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:27.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:27.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:27.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:27.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:27.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:27.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:27.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:27.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:27.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:27.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:27.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:27.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:27.210 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 16:30:27.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:27.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:27.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:27.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:27.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:27.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:27.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:27.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:27.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:27.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:27.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:27.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:28.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:28.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:28.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:28.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:28.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:28.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:28.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:28.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:28.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:28.985 [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) 16:30:29.015 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:29.026 [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 16:30:29.078 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:29.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:29.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:29.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:29.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:29.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:29.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:29.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:29.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:29.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:29.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:29.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:29.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:29.122 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 16:30:29.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:29.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:29.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:29.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:29.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:29.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:29.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:29.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:29.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:29.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:29.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:29.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:30.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:30.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:30.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:30.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:30.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:30.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:30.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:30.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:30.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:30.867 [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() 16:30:30.889 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:30.899 [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 16:30:30.911 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:30.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:30.962 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:30:31.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:31.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:31.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:31.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:31.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:31.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:31.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:31.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:31.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:31.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:31.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:31.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:31.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:31.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:31.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:32.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:32.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:32.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:32.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:32.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:32.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:32.658 [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() 16:30:32.678 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:32.689 [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 16:30:32.713 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:32.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:32.772 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 16:30:32.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:32.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:32.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:32.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:32.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:32.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:33.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:33.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:33.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:33.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:33.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:33.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:33.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:33.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:33.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:34.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:34.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:34.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:34.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:34.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:34.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:34.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_11" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) When I 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) 16:30:34.464 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:34.474 [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 16:30:34.487 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:34.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:34.529 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:30:34.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:34.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:34.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:34.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:34.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:34.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:34.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:34.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:34.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:34.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:34.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:35.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:35.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:35.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:35.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:35.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:36.014 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:36.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:36.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:36.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:36.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:36.144 [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) 16:30:36.169 [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() 16:30:36.171 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:36.180 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Test account query # features/AccountService.feature:174 16:30:36.192 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:36.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:36.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:36.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:36.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:30:36.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:36.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:36.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:36.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:36.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:36.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:36.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:36.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:36.240 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 16:30:36.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:36.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:36.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:30:36.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:30:36.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:30:36.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:30:36.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:30:36.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:30:36.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:30:36.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:30:36.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:30:36.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:30:37.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:30:37.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:30:37.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:30:37.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:30:37.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:30:37.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:30:37.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:30:37.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:30:37.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:30:37.825 [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) 16:30:37.963 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:30:37.972 [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 16:30:37.984 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:30:37.984 [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: 60.16 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 44 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333040310 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333044457 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:30:52.920 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:30:52.939 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:30:53.028 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:30:53.031 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:30:53.031 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:30:53.031 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:30:53.031 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:30:53.031 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:30:53.031 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:30:53.036 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:30:53.036 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:30:53.036 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:30:53.036 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:30:53.061 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:30:53.062 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:30:53.362 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:30:53.363 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:30:53.363 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:30:53.363 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:30:53.363 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:30:53.364 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:30:53.364 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:30:53.383 [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). 16:30:53.470 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:30:53.470 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:30:53.470 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:30:53.470 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:30:53.470 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:30:53.471 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:30:55.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 16:30:55.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:30:55.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:30:55.596 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:30:55.596 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:30:55.596 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:30:55.760 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:30:55.765 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:30:56.037 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:30:56.037 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:30:56.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:30:56.078 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:30:56.085 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:30:56.482 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:30:56.482 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:30:56.484 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:30:56.485 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:30:56.486 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:30:56.487 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:30:56.530 [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. 16:30:56.530 [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. 16:30:56.537 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:30:56.538 [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() 16:30:56.543 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.profile.UserProfileService from MockedLocator 16:30:56.544 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.profile.UserProfileFactory from MockedLocator 16:30:56.545 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessRoleService from MockedLocator 16:30:56.546 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessRoleFactory from MockedLocator 16:30:56.547 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:30:56.547 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:30:56.547 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 16:30:56.548 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:30:56.557 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:30:56.557 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:30:56.558 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 16:30:56.558 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:30:56.559 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 16:30:56.560 [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 16:30:56.682 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:30:57.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:30:57.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:30:57.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:30:57.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 16:30:57.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:30:57.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:30:57.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:30:57.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:30:57.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:30:57.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:30:57.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:30:57.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:30:57.484 [main] INFO org.reflections.Reflections - Reflections took 64 ms to scan 9 urls, producing 259 keys and 267 values 16:30:57.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:30:57.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:30:57.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:01.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:01.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:01.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:02.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:02.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:02.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:02.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:02.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:03.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:04.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:04.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:04.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:05.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:05.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:06.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:06.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:06.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:06.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:06.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 16:31:07.010 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.029 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:31:07.032 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.057 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 16:31:07.058 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.061 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.062 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.062 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:31:07.064 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.066 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:31:07.066 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.068 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.070 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.071 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.072 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator 16:31:07.076 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 16:31:07.078 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:31:07.079 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.080 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.081 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:31:07.083 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:31:07.084 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.085 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.085 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.086 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.086 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.087 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:31:07.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 16:31:07.090 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.091 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 16:31:07.092 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.092 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.094 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 16:31:07.096 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:31:07.097 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:31:07.098 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.099 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.101 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 16:31:07.102 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:31:07.103 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:31:07.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:31:07.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:31:07.106 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 16:31:07.107 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:31:07.108 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.109 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.110 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:31:07.111 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:31:07.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 16:31:07.119 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 16:31:07.156 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 16:31:07.158 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:31:07.159 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 16:31:07.161 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:31:07.161 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 16:31:07.162 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:31:07.162 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 16:31:07.163 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:31:07.325 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:31:07.326 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 16:31:07.363 [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) 16:31:07.870 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:07.898 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user with short name # features/UserService.feature:44 16:31:07.929 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:07.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:07.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:07.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:07.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:07.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:07.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:07.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:07.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:07.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:07.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:07.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:07.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:08.016 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 9 urls, producing 259 keys and 267 values 16:31:08.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:08.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:08.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:08.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:08.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:08.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:08.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:08.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:08.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:08.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:08.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:09.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:09.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:09.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:09.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:10.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:10.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:11.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:11.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:11.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:11.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:11.060 [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() 16:31:11.104 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:11.122 [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 16:31:11.163 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:11.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:11.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:11.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:11.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:11.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:11.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:11.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:11.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:11.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:11.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:11.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:11.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:11.213 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values 16:31:11.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:11.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:11.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:11.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:11.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:11.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:11.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:11.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:11.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:11.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:11.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:12.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:12.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:12.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:12.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:13.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:13.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:13.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:13.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:13.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:13.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:13.824 [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() 16:31:13.875 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:13.891 [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 16:31:13.913 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:13.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:13.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:13.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:13.992 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 16:31:14.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:14.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:14.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:14.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:14.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:14.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:14.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:14.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:14.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:14.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:14.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:14.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:15.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:15.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:15.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:15.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:16.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:16.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:16.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:16.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:16.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:16.211 [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() 16:31:16.235 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:16.266 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Update user # features/UserService.feature:95 16:31:16.285 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:16.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:16.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:16.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:16.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:16.333 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 16:31:16.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:16.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:16.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:16.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:16.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:16.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:16.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:16.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:16.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:16.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:16.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:17.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:17.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:17.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:17.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:18.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:18.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:18.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:18.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:18.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:18.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:18.483 [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) 16:31:18.585 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:18.599 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Try to change User name # features/UserService.feature:120 16:31:18.618 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:18.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:18.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:18.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:18.699 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 9 urls, producing 259 keys and 267 values 16:31:18.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:18.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:18.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:18.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:18.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:18.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:19.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:19.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:19.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:19.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:19.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:19.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:19.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:19.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:19.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:20.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:20.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:20.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:20.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:20.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:20.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:20.883 [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) 16:31:20.957 [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() 16:31:20.961 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:20.978 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete user # features/UserService.feature:143 16:31:20.995 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:20.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:20.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:20.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:20.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:20.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:20.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:20.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:20.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:20.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:20.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:20.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:20.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:21.064 [main] INFO org.reflections.Reflections - Reflections took 29 ms to scan 9 urls, producing 259 keys and 267 values 16:31:21.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:21.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:21.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:21.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:21.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:21.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:21.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:21.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:21.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:21.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:21.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:21.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:22.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:22.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:22.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:22.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:22.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:23.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:23.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:23.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:23.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:23.013 [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) 16:31:23.070 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:23.084 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Query user # features/UserService.feature:160 16:31:23.099 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:23.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:23.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:23.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 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:23.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:23.163 [main] INFO org.reflections.Reflections - Reflections took 26 ms to scan 9 urls, producing 259 keys and 267 values 16:31:23.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:23.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:23.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:23.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:23.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:23.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:23.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:23.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:23.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:23.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:23.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:23.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:24.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:24.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:24.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:24.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:25.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:25.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:25.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:25.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:25.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:25.171 [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) 16:31:25.212 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:25.225 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Count user # features/UserService.feature:177 16:31:25.261 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:25.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:25.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:25.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:25.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:25.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:25.311 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 9 urls, producing 259 keys and 267 values 16:31:25.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:25.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:25.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:25.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:25.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:25.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:25.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:25.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:25.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:25.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:25.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:25.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:26.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:26.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:26.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:26.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:27.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:27.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:27.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:27.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:27.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:27.246 [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) 16:31:27.285 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:27.299 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by id # features/UserService.feature:195 16:31:27.312 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:27.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:27.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:27.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:27.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:27.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:27.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:27.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:27.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:27.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:27.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:27.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:27.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:27.388 [main] INFO org.reflections.Reflections - Reflections took 12 ms to scan 9 urls, producing 259 keys and 267 values 16:31:27.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:27.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:27.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:27.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:27.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:27.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:27.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:27.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:27.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:27.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:27.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:28.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:28.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:28.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:28.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:29.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:29.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:29.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:29.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:29.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:29.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:29.344 [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) 16:31:29.396 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:29.410 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by name # features/UserService.feature:215 16:31:29.426 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:29.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:29.500 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values 16:31:29.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:29.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:29.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:29.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:29.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:29.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:29.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:29.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:29.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:29.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:29.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:30.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:30.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:30.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:30.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:31.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:31.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:31.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:31.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:31.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:31.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:31.325 [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) 16:31:31.381 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:31.393 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user that already exist # features/UserService.feature:234 16:31:31.408 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:31.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:31.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:31.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:31.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:31.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:31.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:31.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:31.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:31.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:31.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:31.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:31.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:31.475 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 16:31:31.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:31.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:31.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:31.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:31.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:31.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:31.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:31.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:31.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:31.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:31.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:32.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:32.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:32.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:32.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:33.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:33.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:33.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:33.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:33.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:33.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:33.286 [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) 16:31:33.330 [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() 16:31:33.332 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:33.343 [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 16:31:33.366 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:33.411 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 16:31:33.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:33.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:33.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:33.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:33.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:33.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:33.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:33.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:33.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:33.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:33.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:34.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:34.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:34.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:34.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:34.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:35.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:35.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:35.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:35.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:35.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:35.206 [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() 16:31:35.211 [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() 16:31:35.213 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:35.223 [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 16:31:35.261 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:35.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:35.305 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:35.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:35.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:35.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:35.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:35.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:35.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:35.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:35.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:35.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:35.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:35.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:35.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:36.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:36.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:36.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:36.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:36.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:37.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:37.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:37.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:37.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:37.096 [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() 16:31:37.100 [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() 16:31:37.102 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:37.112 [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 16:31:37.127 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:37.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:37.178 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:37.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:37.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:37.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:37.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:37.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:37.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:37.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:37.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:37.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:37.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:37.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:37.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:38.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:38.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:38.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:38.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:38.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:38.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:38.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:38.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:38.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:38.847 [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() 16:31:38.857 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:38.866 [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 16:31:38.879 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:38.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:38.923 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 16:31:38.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:38.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:38.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:39.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:39.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:39.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:39.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:39.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:39.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:39.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:39.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:39.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:39.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:39.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:39.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:40.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:40.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:40.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:40.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:40.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:40.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:40.757 [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() 16:31:40.765 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:40.774 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete Kapua system user # features/UserService.feature:284 16:31:40.787 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:40.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:40.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:40.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:40.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:40.829 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:40.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:40.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:40.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:40.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:40.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:41.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:41.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:41.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:41.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:41.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:41.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:41.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:41.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:41.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:41.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:42.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:42.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:42.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:42.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:42.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:42.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:42.571 [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) 16:31:42.579 [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() 16:31:42.581 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:42.591 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create multiple users # features/UserService.feature:293 16:31:42.605 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:42.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:42.649 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:42.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:42.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:42.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:42.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:42.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:42.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:42.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:42.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:42.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:42.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:43.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:43.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:43.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:43.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:43.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:44.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:44.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:44.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:44.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:44.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:44.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:44.281 [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) 16:31:44.327 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:44.360 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find multiple users # features/UserService.feature:313 16:31:44.374 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:44.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 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:44.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:44.416 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:44.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:44.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:44.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:44.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:44.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:44.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:44.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:44.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:44.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:44.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:44.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:44.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:45.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:45.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:45.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:45.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:45.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:46.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:46.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:46.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:46.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:46.003 [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) 16:31:46.066 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:46.075 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Get metadata # features/UserService.feature:337 16:31:46.087 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:46.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:46.130 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 16:31:46.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:46.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:46.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:46.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:46.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:46.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:46.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:46.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:46.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:46.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:46.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:46.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:46.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:47.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:47.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:47.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:47.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:47.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:47.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:47.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:47.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:47.701 [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() 16:31:47.708 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:47.717 [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 16:31:47.731 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:47.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:47.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:47.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:47.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:47.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:47.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:47.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:47.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:47.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:47.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:47.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:47.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:47.781 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 16:31:47.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:47.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:47.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:47.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:47.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:47.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:48.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:48.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:48.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:48.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:48.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:48.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:48.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:48.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:48.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:49.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:49.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:49.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:49.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:49.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:49.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:49.345 [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() 16:31:49.369 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:49.378 [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 16:31:49.391 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:49.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:49.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:49.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:49.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:49.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:49.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:49.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:49.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:49.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:49.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:49.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:49.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:49.433 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:49.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:49.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:49.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:49.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:49.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:49.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:49.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:49.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:49.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:49.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:49.800 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:49.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:50.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:50.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:50.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:50.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:50.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:51.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:51.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:51.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:51.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:51.019 [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() 16:31:51.062 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:51.072 [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 16:31:51.085 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:51.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:51.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:51.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:51.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:31:51.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:51.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:51.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:51.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:51.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:51.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:51.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:51.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:51.126 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:51.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:51.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:51.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:51.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:51.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:51.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:51.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:51.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:51.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:51.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:51.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:51.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:51.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:52.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:52.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:52.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:52.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:52.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:52.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:52.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:52.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:52.763 [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() 16:31:52.792 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:52.801 [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 16:31:52.813 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:52.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 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:52.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:52.868 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:52.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:52.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:52.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:52.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:52.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:53.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:53.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:53.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:53.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:53.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:53.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:53.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:53.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:53.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:53.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:54.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:54.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:54.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:54.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:54.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:54.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:54.421 [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() 16:31:54.465 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:54.473 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by its email # features/UserService.feature:426 16:31:54.486 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:31:54.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 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:31:54.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:31:54.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:31:54.527 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 16:31:54.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:31:54.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:31:54.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:31:54.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:31:54.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:31:54.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:31:54.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:31:54.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:31:54.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 16:31:54.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:31:54.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:31:55.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:31:55.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:31:55.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:31:55.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:31:55.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:31:55.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:31:56.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:31:56.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:31:56.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:31:56.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:31:56.123 [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() 16:31:56.175 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:31:56.183 [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 16:31:56.198 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:31:56.198 [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: 67.708 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 44 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333118856 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333118978 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333121186 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333121294 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333123889 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:32:10.917 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:10.925 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:10.925 [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 16:32:10.969 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.044 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.044 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.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 16:32:11.052 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.059 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.059 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.059 [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 16:32:11.061 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.062 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.063 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.063 [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 16:32:11.064 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.066 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.066 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.067 [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 16:32:11.067 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.069 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.069 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.069 [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 16:32:11.070 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.078 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.078 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.078 [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 16:32:11.079 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.094 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH 16:32:11.095 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH 16:32:11.095 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT 16:32:11.095 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT 16:32:11.095 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING 16:32:11.095 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING 16:32:11.096 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY 16:32:11.096 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY 16:32:11.096 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA 16:32:11.096 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA 16:32:11.098 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.098 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.098 [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 16:32:11.099 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.100 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.100 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.101 [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 16:32:11.101 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.102 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH 16:32:11.102 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH 16:32:11.102 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT 16:32:11.102 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT 16:32:11.103 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING 16:32:11.103 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING 16:32:11.103 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY 16:32:11.103 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY 16:32:11.103 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA 16:32:11.103 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA 16:32:11.105 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.105 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.105 [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 16:32:11.106 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.108 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.108 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.108 [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 16:32:11.108 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.110 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.110 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.110 [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 16:32:11.111 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 16:32:11.113 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 16:32:11.113 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 16:32:11.113 [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 16:32:11.114 [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.727 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333132978 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333133294 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333133683 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333143331 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333149137 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:32:38.077 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:32:38.099 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:32:38.205 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:32:38.208 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:32:38.208 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:32:38.208 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:32:38.209 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:32:38.209 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:32:38.209 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:32:38.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:32:38.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:32:38.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:32:38.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:32:38.268 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:32:38.268 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:32:38.564 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:32:38.565 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:32:38.565 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:32:38.565 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:32:38.566 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:32:38.566 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:32:38.566 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:32:38.586 [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). 16:32:38.621 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:32:38.622 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:32:38.622 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:32:38.622 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:32:38.622 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:32:38.622 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:32:40.761 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:32:40.761 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:32:40.761 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:32:40.762 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:32:40.762 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:32:40.762 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:32:40.886 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 16:32:40.886 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:32:40.886 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:32:40.886 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:32:40.887 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:32:40.887 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:32:41.074 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:32:41.077 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:32:41.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:32:41.319 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:32:41.334 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:32:41.340 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:32:41.360 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:32:41.834 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:32:41.835 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:32:41.836 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:32:41.838 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:32:41.839 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:32:41.839 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:32:41.871 [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. 16:32:41.872 [main] INFO o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property. 16:32:41.877 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:32:41.877 [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() 16:32:41.881 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 16:32:41.882 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:32:41.882 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 16:32:41.883 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 16:32:41.883 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 16:32:41.884 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:32:41.884 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:32:41.884 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 16:32:41.887 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:32:41.887 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 16:32:41.888 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:32:41.889 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:32:41.889 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 16:32:41.889 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:32:41.889 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 16:32:41.890 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 16:32:41.890 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 16:32:41.890 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 16:32:41.890 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 16:32:41.891 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 16:32:41.891 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:32:41.891 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:32:41.892 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 16:32:41.892 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 16:32:41.893 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 16:32:41.893 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 16:32:41.894 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:32:41.894 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:32:41.894 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:32:41.895 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:32:41.895 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:32:41.896 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:32:41.897 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:32:41.897 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:32:41.898 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 16:32:41.900 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:32:41.900 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 16:32:41.902 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 16:32:41.903 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 16:32:41.903 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:32:41.903 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:32:41.903 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:32:41.904 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:32:41.904 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:32:41.905 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:32:41.905 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:32:41.905 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:32:41.906 [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 16:32:42.069 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:32:42.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:32:42.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:32:42.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:32:42.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:32:42.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:32:42.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:32:42.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:32:42.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:32:42.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:32:42.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:32:42.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:32:42.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:32:42.962 [main] INFO org.reflections.Reflections - Reflections took 98 ms to scan 10 urls, producing 269 keys and 278 values 16:32:43.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:32:43.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:32:43.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:32:46.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:32:46.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:32:46.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:32:47.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:32:47.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:32:47.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:32:47.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:32:47.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:32:48.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:32:49.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:32:49.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:32:49.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:32:50.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:32:50.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:32:51.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:32:51.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:32:51.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:32:51.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:32:51.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:32:51.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 16:32:51.614 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:32:51.616 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 16:32:51.657 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 16:32:51.727 [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. 16:32:51.728 [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() 16:32:52.263 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:32:52.287 [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 16:32:52.378 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:32:52.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:32:52.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:32:52.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:32:52.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:32:52.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:32:52.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:32:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:32:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:32:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:32:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:32:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:32:52.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:32:52.463 [main] INFO org.reflections.Reflections - Reflections took 33 ms to scan 10 urls, producing 269 keys and 278 values 16:32:52.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:32:52.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:32:52.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:32:52.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:32:52.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:32:52.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:32:52.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:32:52.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:32:52.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:32:52.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:32:53.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:32:53.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:32:54.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:32:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:32:54.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:32:55.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:32:55.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:32:55.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:32:55.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:32:55.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:32:55.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:32:55.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:32:55.584 [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() 16:32:55.626 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:32:55.667 [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 16:32:55.714 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:32:55.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:32:55.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:32:55.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:32:55.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:32:55.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:32:55.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:32:55.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:32:55.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:32:55.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:32:55.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:32:55.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:32:55.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:32:55.781 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 16:32:55.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:32:55.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:32:55.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:32:55.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:32:55.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:32:56.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:32:56.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:32:56.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:32:56.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:32:56.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:32:56.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:32:56.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:32:57.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:32:57.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:32:57.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:32:57.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:32:58.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:32:58.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:32:58.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:32:58.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:32:58.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:32:58.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:32:58.333 [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() 16:32:58.389 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:32:58.404 [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 16:32:58.469 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:32:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:32:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:32:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:32:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:32:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:32:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:32:58.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:32:58.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:32:58.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:32:58.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:32:58.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:32:58.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:32:58.517 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:32:58.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:32:58.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:32:58.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:32:58.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:32:58.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:32:58.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:32:58.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:32:58.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:32:58.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:32:58.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:32:59.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:32:59.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:32:59.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:32:59.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:32:59.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:00.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:00.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:00.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:00.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:00.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:00.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:00.916 [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() 16:33:00.966 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:00.982 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Delete an existing event # features/DeviceEvent.feature:70 16:33:01.026 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:01.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:01.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:01.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:01.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:01.098 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 16:33:01.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:01.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:01.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:01.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:01.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:01.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:01.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:01.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:01.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:01.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:01.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:01.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:02.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:02.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:02.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:02.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:03.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:03.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:03.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:03.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:03.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:03.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:03.301 [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() 16:33:03.366 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:03.379 [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 16:33:03.419 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:03.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 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:03.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:03.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:03.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:03.476 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 16:33:03.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:03.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:03.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:03.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:03.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:03.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:03.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:03.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:03.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:03.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:03.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:04.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:04.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:04.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:04.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:05.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:05.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:05.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:05.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:05.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:05.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:05.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:05.497 [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) 16:33:05.532 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceEvent with id/name 8,136,281,666,979,337,829 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:314) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:314) at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceImpl.lambda$delete$5(DeviceEventServiceImpl.java:157) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceImpl.delete(DeviceEventServiceImpl.java:157) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteEventWithRandomId(DeviceRegistrySteps.java:1458) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type deviceEvent with id/name 8,136,281,666,979,337,829 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() 16:33:05.536 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:05.563 [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 16:33:05.603 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:05.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:05.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:05.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:05.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:05.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:05.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:05.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:05.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:05.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:05.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:05.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:05.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:05.662 [main] INFO org.reflections.Reflections - Reflections took 18 ms to scan 10 urls, producing 269 keys and 278 values 16:33:05.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:05.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:05.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:05.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:05.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:05.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:05.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:05.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:05.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:05.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:06.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:06.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:06.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:06.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:06.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:07.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:07.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:07.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:07.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:07.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:07.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:07.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:07.604 [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) 16:33:07.763 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:07.776 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Basic Device Event queries # features/DeviceEvent.feature:103 16:33:07.819 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:07.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:07.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:07.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:07.876 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 16:33:07.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:07.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:07.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:08.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:08.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:08.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:08.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:08.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:08.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:08.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:08.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:08.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:08.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:09.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:09.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:09.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:09.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:09.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:10.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:10.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:10.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:10.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:10.081 [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) 16:33:10.419 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 15 16:33:10.420 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.464 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.464 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.464 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.464 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.465 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.466 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 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) 16:33:10.472 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 10 16:33:10.472 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.472 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.472 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.472 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.473 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.473 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.473 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.473 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.473 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world 16:33:10.473 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 1287677909873438653 - date: Tue Jun 25 16:33:10 UTC 2024 - test_message_hello_world Then I find 10 device events # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkEventListForNumberOfItems(int) 16:33:10.474 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:10.488 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Event factory sanity checks # features/DeviceEvent.feature:116 16:33:10.528 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:10.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:10.592 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 16:33:10.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:10.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:10.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:10.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:10.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:10.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:10.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:10.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:10.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:10.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:11.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:11.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:11.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:11.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:11.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:12.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:12.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:12.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:12.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:12.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:12.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:12.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:12.547 [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() 16:33:12.552 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:12.565 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Event service domain check # features/DeviceEvent.feature:119 16:33:12.602 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:12.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:12.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:12.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:12.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 16:33:12.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:12.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:12.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:12.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:12.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:12.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:12.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:12.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:12.667 [main] INFO org.reflections.Reflections - Reflections took 20 ms to scan 10 urls, producing 269 keys and 278 values 16:33:12.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:12.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:12.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:12.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:12.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:12.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:12.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:12.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:12.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:12.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:13.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:13.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:13.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:13.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:13.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:14.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:14.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:14.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:14.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:14.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:14.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:14.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:14.596 [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() 16:33:14.601 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:14.612 [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 16:33:14.661 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:33:14.661 [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 16:33:14.715 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:33:14.715 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:33:14.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:33:14.717 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:33:14.717 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:33:14.721 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:33:14.721 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:33:14.721 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:33:14.721 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:33:14.721 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:33:14.721 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:33:14.721 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:33:14.723 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:33:14.723 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:33:14.723 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:33:14.723 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:33:14.723 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:33:14.724 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:33:14.736 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:33:14.736 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:33:14.736 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:33:14.736 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:33:14.736 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:33:14.736 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:33:14.766 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 16:33:14.766 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:33:14.766 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:33:14.766 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:33:14.766 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:33:14.766 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:33:14.778 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:33:14.778 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:33:14.784 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:33:14.784 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:33:14.785 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:33:14.785 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:33:14.788 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:33:15.054 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:33:15.054 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:33:15.055 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:33:15.055 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:33:15.056 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:33:15.056 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:33:15.058 [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. 16:33:15.059 [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. 16:33:15.060 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:33:15.061 [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() 16:33:15.062 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 16:33:15.062 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:33:15.062 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 16:33:15.063 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 16:33:15.063 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 16:33:15.063 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:33:15.064 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:33:15.064 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 16:33:15.066 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:33:15.066 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 16:33:15.066 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 16:33:15.067 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 16:33:15.068 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:33:15.068 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:33:15.068 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 16:33:15.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 16:33:15.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 16:33:15.069 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 16:33:15.070 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:33:15.070 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:33:15.070 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:33:15.070 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:33:15.070 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:33:15.071 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:33:15.071 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:33:15.071 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:33:15.072 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 16:33:15.073 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:33:15.073 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 16:33:15.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 16:33:15.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 16:33:15.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:33:15.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:33:15.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:33:15.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:33:15.075 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:33:15.075 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:33:15.076 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:33:15.076 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:33:15.076 [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 16:33:15.118 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:15.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:15.196 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:33:15.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:15.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:15.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:15.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:15.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:15.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:15.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:15.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:15.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:15.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:15.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:15.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:16.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:16.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:16.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:16.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:16.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:16.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:17.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:17.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:17.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:17.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:17.024 [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() 16:33:17.030 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:17.042 [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 16:33:17.085 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:17.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:17.131 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:33:17.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:17.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:17.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:17.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:17.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:17.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:17.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:17.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:17.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:17.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:17.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:17.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:18.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:18.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:18.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:18.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:18.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:18.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:18.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:18.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:18.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:18.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:18.943 [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() 16:33:18.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:18.986 [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 16:33:19.028 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:19.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:19.100 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 16:33:19.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:19.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:19.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:19.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:19.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:19.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:19.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:19.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:19.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:19.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:19.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:19.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:20.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:20.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:20.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:20.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:20.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:20.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:21.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:21.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:21.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:21.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:21.059 [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() 16:33:21.090 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:21.100 [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 16:33:21.157 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:21.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 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:21.203 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 16:33:21.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:21.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:21.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:21.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:21.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:21.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:21.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:21.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:21.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:21.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:21.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:21.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:22.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:22.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:22.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:22.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:22.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:22.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:23.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:23.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:23.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:23.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:23.061 [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() 16:33:23.083 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:23.092 [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 16:33:23.129 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:23.199 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:33:23.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:23.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:23.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:23.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:23.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:23.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:23.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:23.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:23.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:23.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:23.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:23.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:24.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:24.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:24.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:24.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:24.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:24.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:24.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:24.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:24.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:24.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:24.928 [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() 16:33:24.941 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:24.957 [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 16:33:24.995 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:24.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:25.041 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 16:33:25.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:25.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:25.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:25.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:25.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:25.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:25.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:25.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:25.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:25.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:25.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:25.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:25.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:26.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:26.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:26.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:26.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:26.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:26.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:26.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:26.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:26.863 [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() 16:33:26.891 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:26.900 [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 16:33:26.937 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:26.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 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:26.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:26.996 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:33:27.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:27.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:27.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:27.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:27.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:27.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:27.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:27.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:27.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:27.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:27.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:27.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:27.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:27.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:27.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:28.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:28.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:28.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:28.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:28.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:28.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:28.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:28.663 [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() 16:33:28.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:28.677 [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 16:33:28.712 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:28.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 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:28.764 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:33:28.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:28.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:28.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:28.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:28.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:28.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:29.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:29.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:29.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:29.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:29.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:29.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:29.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:29.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:29.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:30.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:30.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:30.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:30.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:30.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:30.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:30.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:30.399 [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() 16:33:30.407 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:30.416 [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 16:33:30.458 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:30.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 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:30.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:30.503 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 16:33:30.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:30.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:30.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:30.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:30.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:30.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:30.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:30.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:30.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:30.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:30.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:31.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:31.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:31.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:31.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:31.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:31.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:32.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:32.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:32.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:32.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:32.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:32.167 [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() 16:33:32.172 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:32.181 [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 16:33:32.216 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:32.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:32.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:32.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:32.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:32.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:32.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:32.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:32.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:32.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:32.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:32.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:32.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:32.264 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:33:32.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:32.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:32.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:32.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:32.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:32.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:32.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:32.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:32.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:32.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:32.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:32.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:33.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:33.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:33.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:33.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:33.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:33.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:33.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:33.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:33.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:33.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:33.957 [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) 16:33:33.968 [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() 16:33:33.970 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:33.979 [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 16:33:34.014 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:34.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:34.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:34.069 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:33:34.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:34.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:34.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:34.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:34.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:34.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:34.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:34.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:34.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:34.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:34.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:34.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:34.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:34.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:35.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:35.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:35.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:35.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:35.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:35.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:35.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:35.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:35.714 [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() 16:33:35.724 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:35.732 [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 16:33:35.766 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:35.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:35.812 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:35.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:35.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:35.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:35.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:35.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:36.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:36.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:36.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:36.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:36.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:36.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:36.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:36.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:36.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:36.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:37.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:37.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:37.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:37.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:37.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:37.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:37.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:37.488 [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) 16:33:37.503 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:37.512 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Find device by registry ID # features/DeviceRegistry.feature:125 16:33:37.559 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:37.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:37.602 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:37.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:37.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:37.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:37.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:37.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:37.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:37.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:37.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:37.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:37.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:37.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:38.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:38.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:38.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:38.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:38.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:38.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:39.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:39.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:39.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:39.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:39.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:39.208 [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() 16:33:39.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:39.229 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Find device by client ID # features/DeviceRegistry.feature:132 16:33:39.288 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:39.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:39.331 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:39.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:39.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:39.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:39.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:39.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:39.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:39.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:39.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:39.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:39.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:39.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:39.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:40.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:40.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:40.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:40.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:40.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:40.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:40.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:40.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:40.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:40.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:40.956 [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) 16:33:40.969 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:40.977 [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 16:33:41.013 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:41.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:41.060 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 16:33:41.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:41.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:41.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:41.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:41.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:41.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:41.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:41.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:41.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:41.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:41.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:41.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:41.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:41.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:41.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:42.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:42.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:42.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:42.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:42.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:42.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:42.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:42.694 [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() 16:33:42.700 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:42.709 [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 16:33:42.742 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:42.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:42.793 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:42.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:42.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:42.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:42.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:42.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:43.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:43.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:43.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:43.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:43.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:43.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:43.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:43.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:44.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:44.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:44.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:44.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:44.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:44.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:44.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:44.368 [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() 16:33:44.375 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:44.383 [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 16:33:44.425 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:44.479 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:44.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:44.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:44.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:44.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:44.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:44.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:44.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:44.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:44.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:44.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:44.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:45.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:45.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:45.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:45.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:45.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:45.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:45.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:46.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:46.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:46.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:46.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:46.031 [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) 16:33:46.061 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:46.069 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device queries # features/DeviceRegistry.feature:164 16:33:46.106 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:46.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:46.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:46.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:46.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:46.147 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:46.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:46.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:46.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:46.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:46.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:46.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:46.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:46.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:46.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:46.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:46.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:46.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:46.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:47.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:47.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:47.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:47.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:47.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:47.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:47.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:47.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:47.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:47.745 [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) 16:33:49.382 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:49.391 [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 16:33:49.429 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:49.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:49.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:49.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:49.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:49.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:49.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:49.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:49.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:49.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:49.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:49.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:49.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:49.474 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:49.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:49.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:49.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:49.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:49.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:49.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:49.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:49.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:49.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:49.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:50.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:50.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:50.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:50.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:50.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:50.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:50.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:51.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:51.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:51.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:51.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:51.104 [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) 16:33:51.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:51.318 [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 16:33:51.368 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:51.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 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:51.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:51.411 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:51.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:51.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:51.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:51.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:51.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:51.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:51.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:51.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:51.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:51.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:51.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:51.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:52.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:52.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:52.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:52.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:52.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:52.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:53.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:53.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:53.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:53.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:53.058 [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) 16:33:53.087 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:53.095 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Update a non existing device # features/DeviceRegistry.feature:199 16:33:53.130 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:53.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:53.179 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:53.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:53.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:53.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:53.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:53.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:53.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:53.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:53.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:53.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:53.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:53.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:53.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:53.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:54.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:54.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:54.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:54.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:54.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:54.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:54.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:54.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:54.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:54.766 [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) 16:33:54.776 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 1,190,705,013,990,549,523 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 1,190,705,013,990,549,523 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() 16:33:54.779 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:54.787 [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 16:33:54.821 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:54.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:54.868 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:54.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:54.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:54.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:54.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:54.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:55.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:55.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:55.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:55.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:55.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:55.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:55.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:55.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:55.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:55.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:56.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:56.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:56.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:56.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:56.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:56.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:56.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:56.400 [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) 16:33:56.418 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:56.429 [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 16:33:56.486 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:56.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 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:56.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:56.525 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 16:33:56.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:56.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:56.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:56.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:56.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:56.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:56.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:56.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:56.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:56.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:56.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:57.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:57.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:57.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:57.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:57.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:58.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:58.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:58.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:58.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:58.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:58.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:58.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type device with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) 16:33:58.253 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 5,061,978,891,189,865,801 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 5,061,978,891,189,865,801 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() 16:33:58.255 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:58.264 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device factory sanity checks # features/DeviceRegistry.feature:224 16:33:58.306 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:33:58.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:33:58.379 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:33:58.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:33:58.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:33:58.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:33:58.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:33:58.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:33:58.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:33:58.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:33:58.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:33:58.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:33:58.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:33:58.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:33:58.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:33:59.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:33:59.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:33:59.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:33:59.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:33:59.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:33:59.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:33:59.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:33:59.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:33:59.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:33:59.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:33:59.892 [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() 16:33:59.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:33:59.904 [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 16:33:59.947 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:33:59.947 [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 16:34:00.011 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:34:00.011 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:34:00.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:34:00.013 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:34:00.013 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:34:00.018 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:34:00.018 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:34:00.018 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:34:00.018 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:34:00.018 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:34:00.018 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:34:00.018 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:34:00.020 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:34:00.020 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:34:00.020 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:34:00.020 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:34:00.020 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:34:00.020 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:34:00.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:34:00.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:34:00.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:34:00.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:34:00.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:34:00.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:34:00.056 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 16:34:00.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:34:00.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:34:00.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:34:00.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:34:00.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:34:00.069 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:34:00.069 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:34:00.074 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:34:00.075 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:34:00.075 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:00.076 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:34:00.078 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:34:00.299 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:34:00.299 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:34:00.300 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:34:00.300 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:34:00.300 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:34:00.301 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:00.303 [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. 16:34:00.303 [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. 16:34:00.306 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:34:00.306 [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() 16:34:00.307 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 16:34:00.307 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:34:00.307 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 16:34:00.307 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 16:34:00.308 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 16:34:00.308 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:34:00.308 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:34:00.308 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 16:34:00.310 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:34:00.310 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 16:34:00.311 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:34:00.311 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:34:00.311 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 16:34:00.311 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:34:00.311 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 16:34:00.311 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 16:34:00.311 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 16:34:00.311 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 16:34:00.312 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 16:34:00.312 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 16:34:00.312 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:34:00.312 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:00.313 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 16:34:00.313 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 16:34:00.313 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 16:34:00.313 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 16:34:00.314 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:34:00.314 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:34:00.314 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:00.314 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:34:00.315 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:34:00.315 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:34:00.315 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:34:00.315 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:34:00.316 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 16:34:00.317 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:34:00.317 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 16:34:00.317 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 16:34:00.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 16:34:00.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:34:00.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:34:00.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:00.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:34:00.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:34:00.319 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:34:00.319 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:34:00.319 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:34:00.320 [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 16:34:00.378 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:00.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:00.429 [main] INFO org.reflections.Reflections - Reflections took 13 ms to scan 10 urls, producing 269 keys and 278 values 16:34:00.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:00.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:00.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:00.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:00.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:00.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:00.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:00.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:00.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:00.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:00.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:01.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:01.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:01.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:01.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:01.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:01.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:02.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:02.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:02.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:02.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:02.051 [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) 16:34:02.059 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:02.060 [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) 16:34:02.074 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:02.082 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Device connection update # features/DeviceRegistryConnection.feature:42 16:34:02.122 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:02.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:02.161 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:02.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:02.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:02.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:02.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:02.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:02.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:02.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:02.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:02.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:02.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:02.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:02.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:02.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:02.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:03.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:03.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:03.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:03.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:03.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:03.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:03.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:03.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:03.724 [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) 16:34:03.737 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:03.744 [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 16:34:03.788 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:03.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:03.828 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 16:34:03.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:03.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:03.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:03.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:03.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:04.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:04.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:04.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:04.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:04.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:04.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:04.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:04.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:04.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:04.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:05.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:05.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:05.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:05.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:05.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:05.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:05.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:05.348 [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() 16:34:05.362 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:05.369 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Count connections in scope # features/DeviceRegistryConnection.feature:73 16:34:05.414 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:05.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:05.462 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:05.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:05.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:05.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:05.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:05.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:05.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:05.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:05.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:05.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:05.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:05.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:05.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:06.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:06.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:06.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:06.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:06.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:06.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:07.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:07.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:07.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:07.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:07.001 [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) 16:34:07.024 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:07.032 [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 16:34:07.078 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:07.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:07.119 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:07.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:07.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:07.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:07.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:07.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:07.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:07.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:07.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:07.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:07.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:07.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:07.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:07.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:07.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:08.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:08.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:08.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:08.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:08.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:08.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:08.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:08.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:08.685 [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) 16:34:08.705 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:08.713 [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 16:34:08.757 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:08.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:08.797 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:08.853 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:08.853 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:08.853 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:08.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:08.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:08.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:09.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:09.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:09.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:09.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:09.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:09.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:09.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:09.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:09.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:10.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:10.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:10.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:10.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:10.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:10.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:10.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:10.318 [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) 16:34:10.327 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 1,803,071,685,286,842,900 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 1,803,071,685,286,842,900 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() 16:34:10.329 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:10.337 [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 16:34:10.372 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:10.415 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:10.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:10.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:10.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:10.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:10.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:10.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:10.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:10.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:11.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:11.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:11.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:11.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:11.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:11.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:11.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:11.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:11.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:11.923 [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) 16:34:11.932 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:11.939 [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 16:34:11.974 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:11.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:12.017 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:12.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:12.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:12.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:12.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:12.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:12.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:12.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:12.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:12.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:12.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:12.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:12.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:12.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:12.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:12.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:13.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:13.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:13.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:13.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:13.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:13.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:13.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:13.580 [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() 16:34:13.589 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:13.596 [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 16:34:13.633 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:13.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:13.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:13.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:13.674 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:13.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:13.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:13.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:13.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:13.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:13.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:13.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:13.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:13.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:13.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:14.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:14.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:14.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:14.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:14.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:14.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:15.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:15.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:15.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:15.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:15.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:15.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:15.265 [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) 16:34:15.282 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:15.290 [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 16:34:15.327 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:15.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:15.391 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:15.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:15.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:15.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:15.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:15.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:15.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:15.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:15.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:15.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:15.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:15.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:15.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:16.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:16.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:16.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:16.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:16.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:16.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:16.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:16.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:16.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:16.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:16.961 [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() 16:34:16.975 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:16.982 [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 16:34:17.018 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:17.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:17.059 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 16:34:17.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:17.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:17.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:17.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:17.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:17.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:17.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:17.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:17.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:17.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:17.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:17.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:17.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:17.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:17.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:18.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:18.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:18.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:18.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:18.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:18.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:18.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:18.571 [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) 16:34:18.582 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:18.589 [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 16:34:18.623 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:18.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:18.664 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:18.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:18.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:18.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:18.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:18.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:18.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:18.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:18.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:18.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:18.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:19.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:19.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:19.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:19.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:19.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:19.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:20.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:20.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:20.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:20.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:20.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:20.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:20.229 [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() 16:34:20.245 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:20.253 [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 16:34:20.286 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:20.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:20.327 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:20.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:20.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:20.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:20.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:20.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:20.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:20.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:20.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:20.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:20.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:20.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:20.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:21.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:21.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:21.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:21.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:21.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:21.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:21.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:21.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:21.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:21.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:21.849 [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) 16:34:21.859 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 6,045,353,452,528,305,968 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 6,045,353,452,528,305,968 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() 16:34:21.860 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:21.867 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Generic connection query # features/DeviceRegistryConnection.feature:218 16:34:21.902 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:21.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:21.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:21.942 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 16:34:22.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:22.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:22.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:22.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:22.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:22.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:22.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:22.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:22.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:22.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:22.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:22.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:22.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:22.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:22.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:23.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:23.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:23.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:23.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:23.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:23.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:23.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:23.455 [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) 16:34:23.479 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:23.486 [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 16:34:23.517 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:23.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:23.560 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:23.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:23.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:23.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:23.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:23.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:23.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:23.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:23.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:23.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:23.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:23.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:24.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:24.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:24.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:24.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:24.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:24.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:24.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:25.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:25.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:25.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:25.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:25.091 [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() 16:34:25.094 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:25.101 [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 16:34:25.149 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:34:25.149 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:34:25.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:34:25.151 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:34:25.151 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:34:25.151 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:34:25.151 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:34:25.154 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:34:25.154 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:34:25.154 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:34:25.154 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:34:25.154 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:34:25.154 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:34:25.154 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:34:25.155 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:34:25.156 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:34:25.156 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:34:25.156 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:34:25.156 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:34:25.156 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:34:25.168 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:34:25.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:34:25.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:34:25.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:34:25.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:34:25.169 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:34:25.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 16:34:25.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:34:25.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:34:25.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:34:25.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:34:25.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:34:25.187 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:34:25.187 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@3a9b9bee 16:34:25.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() 16:34:25.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 16:34:25.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:34:25.188 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 16:34:25.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 16:34:25.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 16:34:25.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:34:25.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:34:25.189 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 16:34:25.190 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:34:25.190 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 16:34:25.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:34:25.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:34:25.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 16:34:25.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:34:25.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 16:34:25.191 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 16:34:25.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 16:34:25.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 16:34:25.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 16:34:25.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 16:34:25.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:34:25.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:25.192 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 16:34:25.193 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 16:34:25.193 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 16:34:25.193 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 16:34:25.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:34:25.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:34:25.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:25.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:34:25.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:34:25.194 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:34:25.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:34:25.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:34:25.195 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 16:34:25.196 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:34:25.196 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 16:34:25.197 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 16:34:25.197 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 16:34:25.197 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:34:25.197 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:34:25.197 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:34:25.197 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:34:25.198 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:34:25.198 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:34:25.198 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:34:25.198 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:34:25.199 [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 16:34:25.231 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:25.282 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:25.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:25.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:25.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:25.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:25.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:25.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:25.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:25.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:25.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:25.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:25.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:25.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:26.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:26.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:26.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:26.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:26.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:26.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:26.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:26.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:26.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:26.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:26.790 [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() 16:34:26.797 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:26.804 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null creator # features/DeviceRegistryValidation.feature:33 16:34:26.835 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:26.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:26.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:26.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:26.881 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:34:26.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:26.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:26.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:26.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:27.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:27.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:27.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:27.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:27.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:27.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:27.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:27.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:27.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:27.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:28.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:28.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:28.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:28.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:28.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:28.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:28.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:28.414 [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() 16:34:28.418 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:28.425 [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 16:34:28.465 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:28.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:28.507 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:34:28.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:28.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:28.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:28.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:28.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:28.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:28.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:28.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:28.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:28.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:28.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:29.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:29.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:29.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:29.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:29.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:29.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:29.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:30.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:30.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:30.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:30.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:30.071 [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() 16:34:30.076 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:30.084 [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 16:34:30.119 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:30.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:30.161 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:30.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:30.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:30.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:30.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:30.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:30.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:30.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:30.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:30.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:30.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:30.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:30.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:30.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:31.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:31.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:31.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:31.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:31.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:31.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:31.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:31.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:31.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:31.691 [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() 16:34:31.699 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:31.706 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null device # features/DeviceRegistryValidation.feature:61 16:34:31.740 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:31.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:31.782 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:31.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:31.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:31.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:31.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:31.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:31.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:32.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:32.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:32.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:32.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:32.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:32.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:32.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:32.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:32.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:32.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:33.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:33.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:33.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:33.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:33.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:33.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:33.272 [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) 16:34:33.277 [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() 16:34:33.279 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:33.286 [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 16:34:33.316 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:33.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:33.358 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 16:34:33.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:33.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:33.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:33.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:33.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:33.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:33.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:33.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:33.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:33.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:33.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:33.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:34.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:34.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:34.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:34.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:34.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:34.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:34.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:34.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:34.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:34.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:34.996 [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() 16:34:35.013 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:35.021 [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 16:34:35.059 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:35.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:35.101 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:35.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:35.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:35.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:35.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:35.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:35.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:35.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:35.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:35.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:35.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:35.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:35.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:35.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:35.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:35.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:36.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:36.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:36.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:36.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:36.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:36.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:36.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:36.614 [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) 16:34:36.619 [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() 16:34:36.620 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:36.628 [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 16:34:36.664 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:36.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:36.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:36.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 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:36.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:36.706 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:36.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:36.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:36.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:36.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:36.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:36.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:36.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:36.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:36.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:36.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:37.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:37.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:37.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:37.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:37.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:37.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:38.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:38.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:38.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:38.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:38.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:38.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:38.245 [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) 16:34:38.249 [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() 16:34:38.250 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:38.258 [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 16:34:38.289 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:38.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 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:38.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:38.330 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:38.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:38.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:38.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:38.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:38.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:38.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:38.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:38.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:38.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:38.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:38.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:38.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:39.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:39.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:39.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:39.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:39.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:39.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:39.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:39.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:39.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:39.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:39.889 [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) 16:34:39.893 [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() 16:34:39.895 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:39.902 [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 16:34:39.939 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:39.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 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:39.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:39.982 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:40.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:40.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:40.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:40.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:40.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:40.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:40.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:40.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:40.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:40.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:40.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:40.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:40.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:40.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:40.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:41.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:41.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:41.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:41.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:41.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:41.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:41.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:41.546 [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) 16:34:41.549 [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() 16:34:41.550 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:41.558 [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 16:34:41.588 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:41.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 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:41.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:41.630 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:41.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:41.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:41.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:41.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:41.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:41.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:41.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:41.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:41.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:41.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:41.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:42.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:42.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:42.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:42.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:42.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:42.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:42.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:43.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:43.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:43.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:43.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:43.120 [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() 16:34:43.127 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:43.135 [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 16:34:43.169 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:43.211 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:43.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:43.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:43.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:43.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:43.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:43.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:43.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:43.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:43.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:43.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:43.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:43.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:43.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:44.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:44.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:44.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:44.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:44.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:44.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:44.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:44.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:44.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:44.719 [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() 16:34:44.723 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:44.730 [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 16:34:44.761 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:44.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:44.800 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:44.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:44.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:44.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:44.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:44.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:44.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:45.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:45.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:45.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:45.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:45.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:45.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:45.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:45.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:45.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:46.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:46.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:46.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:46.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:46.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:46.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:46.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:46.295 [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() 16:34:46.299 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:46.307 [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 16:34:46.337 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:46.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:46.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:46.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:46.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:46.378 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:46.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:46.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:46.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:46.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:46.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:46.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:46.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:46.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:46.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:46.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:46.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:46.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:47.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:47.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:47.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:47.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:47.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:47.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:47.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:47.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:47.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:47.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:47.851 [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() 16:34:47.856 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:47.863 [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 16:34:47.891 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:47.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:47.931 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 16:34:48.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:48.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:48.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:48.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:48.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:48.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:48.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:48.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:48.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:48.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:48.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:48.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:48.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:48.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:48.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:49.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:49.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:49.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:49.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:49.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:49.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:49.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:49.465 [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() 16:34:49.470 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:49.478 [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 16:34:49.506 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:49.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 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:49.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:49.545 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:34:49.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:49.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:49.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:49.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:49.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:49.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:49.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:49.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:49.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:49.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:49.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:50.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:50.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:50.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:50.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:50.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:50.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:50.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:50.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:50.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:50.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:50.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:50.977 [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() 16:34:50.981 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:50.988 [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 16:34:51.014 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:51.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:51.052 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 16:34:51.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:51.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:51.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:51.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:51.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:51.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:51.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:51.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:51.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:51.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:51.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:51.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:51.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:51.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:51.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:52.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:52.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:52.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:52.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:52.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:52.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:52.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:52.540 [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() 16:34:52.544 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:52.551 [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 16:34:52.580 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:52.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:52.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:52.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:52.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:52.618 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 16:34:52.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:52.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:52.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:52.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:52.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:52.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:52.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:52.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:52.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:52.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:52.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:53.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:53.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:53.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:53.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:53.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:53.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:53.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:54.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:54.084 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:54.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:54.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:54.085 [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() 16:34:54.091 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:54.098 [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 16:34:54.125 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:34:54.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:34:54.166 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:34:54.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:34:54.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:34:54.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:34:54.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:34:54.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:34:54.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:34:54.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:34:54.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:34:54.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:34:54.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:34:54.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:34:54.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:34:54.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:34:54.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:34:55.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:34:55.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:34:55.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:34:55.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:34:55.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:34:55.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:34:55.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:34:55.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:34:55.661 [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() 16:34:55.665 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:34:55.672 [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 16:34:55.702 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:34:55.702 [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: 142.471 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 44 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333297823 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333302377 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333307607 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333311774 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:35:20.493 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:35:20.515 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:35:20.628 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:35:20.632 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:35:20.632 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:35:20.632 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:35:20.632 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:35:20.632 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:35:20.632 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:35:20.637 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:35:20.637 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:35:20.637 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:35:20.637 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:35:20.667 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:35:20.667 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:35:20.977 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:35:20.977 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:35:20.978 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:35:20.978 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:35:20.978 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:35:20.978 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:35:20.978 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:35:21.002 [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). 16:35:21.036 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:35:21.037 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:35:21.037 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:35:21.037 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:35:21.037 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:35:21.037 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:35:23.299 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 16:35:23.299 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:35:23.300 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:35:23.300 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:35:23.300 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:35:23.300 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:35:23.537 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:35:23.558 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:35:23.799 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:35:23.800 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:35:23.816 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:35:23.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:35:23.828 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:35:24.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:35:24.268 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:35:24.269 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:35:24.270 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:35:24.272 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:35:24.272 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:35:24.323 [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. 16:35:24.323 [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. 16:35:24.329 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:35:24.329 [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() 16:35:24.332 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 16:35:24.333 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 16:35:24.333 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 16:35:24.333 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:35:24.334 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 16:35:24.334 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 16:35:24.336 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 16:35:24.337 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 16:35:24.358 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 16:35:24.358 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 16:35:24.359 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 16:35:24.359 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:35:24.359 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 16:35:24.359 [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 16:35:24.421 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:25.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:25.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:25.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:25.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:35:25.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:25.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:25.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:25.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:25.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:25.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:25.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:25.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:25.195 [main] INFO org.reflections.Reflections - Reflections took 63 ms to scan 11 urls, producing 322 keys and 332 values 16:35:25.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:25.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:25.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:28.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:28.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:29.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:29.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:29.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:29.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:29.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:29.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:29.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:30.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:31.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:32.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:32.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:32.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:33.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:33.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:35:34.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:35:34.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:35:34.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:35:34.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:35:34.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:35:34.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:35:34.969 [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) 16:35:35.066 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:35:35.068 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 16:35:35.096 [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() 16:35:35.571 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:35:35.609 [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 16:35:35.671 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:35.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:35.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:35.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:35.768 [main] INFO org.reflections.Reflections - Reflections took 36 ms to scan 11 urls, producing 322 keys and 332 values 16:35:35.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:35.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:35.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:35.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:36.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:36.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:36.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:36.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:36.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:36.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:36.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:36.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:36.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:37.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:37.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:37.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:37.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:38.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:38.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:35:39.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:35:39.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:35:39.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:35:39.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:35:39.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:35:39.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:35:39.784 [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() 16:35:39.800 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:35:39.836 [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 16:35:39.898 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:39.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:39.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:39.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:39.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:35:39.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:39.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:39.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:39.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:39.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:39.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:39.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:39.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:39.983 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 11 urls, producing 322 keys and 332 values 16:35:40.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:40.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:40.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:40.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:40.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:40.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:40.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:40.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:40.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:40.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:40.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:40.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:40.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:41.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:41.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:41.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:41.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:42.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:42.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:35:42.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:35:43.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:35:43.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:35:43.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:35:43.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:35:43.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:35:43.437 [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() 16:35:43.468 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:35:43.497 [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 16:35:43.528 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:43.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:43.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:43.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:43.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:35:43.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:43.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:43.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:43.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:43.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:43.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:43.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:43.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:43.604 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values 16:35:43.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:43.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:43.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:43.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:43.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:43.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:43.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:43.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:44.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:44.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:44.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:44.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:44.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:44.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:44.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:44.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:44.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:45.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:45.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:35:46.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:35:46.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:35:46.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:35:46.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:35:46.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:35:46.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:35:46.596 [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() 16:35:46.601 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:35:46.626 [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 16:35:46.673 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:46.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:46.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:46.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 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:46.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:46.732 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 11 urls, producing 322 keys and 332 values 16:35:46.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:46.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:46.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:46.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:46.912 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:46.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:47.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:47.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:47.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:47.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:47.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:47.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:47.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:47.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:47.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:47.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:48.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:48.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:48.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:35:49.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:35:49.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:35:49.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:35:49.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:35:49.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:35:49.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:35:49.530 [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() 16:35:49.557 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:35:49.582 [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 16:35:49.609 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:49.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 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:49.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:49.680 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 11 urls, producing 322 keys and 332 values 16:35:49.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:49.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:49.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:49.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:49.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:49.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:49.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:50.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:50.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:50.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:50.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:50.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:50.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:50.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:50.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:50.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:50.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:51.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:51.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:35:51.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:35:52.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:35:52.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:35:52.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:35:52.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:35:52.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:35:52.369 [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() 16:35:52.381 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:35:52.406 [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 16:35:52.433 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:52.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:52.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:52.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:52.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:35:52.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:52.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:52.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:52.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:52.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:52.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:52.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:52.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:52.511 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values 16:35:52.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:52.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:52.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:52.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:52.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:52.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:52.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:52.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:52.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:52.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:52.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:52.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:53.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:53.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:53.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:53.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:53.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:54.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:54.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:35:54.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:35:54.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:35:55.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:35:55.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:35:55.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:35:55.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:35:55.108 [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() 16:35:55.114 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:35:55.159 [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 16:35:55.185 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:55.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:55.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:55.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:55.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:35:55.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:55.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:55.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:55.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:55.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:55.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:55.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:55.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:55.261 [main] INFO org.reflections.Reflections - Reflections took 27 ms to scan 11 urls, producing 322 keys and 332 values 16:35:55.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:55.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:55.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:55.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:55.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:55.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:55.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:55.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:55.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:55.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:55.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:55.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:55.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:56.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:56.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:56.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:56.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:56.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:57.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:35:57.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:35:57.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:35:57.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:35:57.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:35:57.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:35:57.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:35:57.965 [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() 16:35:57.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:35:58.007 [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 16:35:58.034 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:35:58.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:35:58.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:35:58.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:35:58.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:35:58.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:35:58.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:35:58.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:35:58.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:35:58.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:35:58.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:35:58.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:35:58.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:35:58.117 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 11 urls, producing 322 keys and 332 values 16:35:58.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:35:58.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:35:58.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:35:58.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:35:58.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:35:58.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:35:58.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:35:58.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:35:58.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:35:58.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:35:58.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:35:58.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:35:58.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:35:58.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:35:59.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:35:59.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:35:59.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:35:59.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:35:59.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:00.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:00.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:00.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:00.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:00.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:00.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:00.717 [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() 16:36:00.763 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:00.783 [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 16:36:00.809 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:00.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:00.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:00.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:00.889 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values 16:36:00.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:00.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:00.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:01.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:01.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:01.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:01.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:01.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:01.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:01.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:01.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:01.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:01.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:01.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:01.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:01.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:01.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:02.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:02.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:02.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:03.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:03.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:03.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:03.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:03.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:03.247 [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() 16:36:03.259 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:03.278 [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 16:36:03.302 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:03.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:03.369 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 11 urls, producing 322 keys and 332 values 16:36:03.449 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:03.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:03.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:03.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:03.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:03.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:03.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:03.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:03.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:03.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:03.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:03.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:03.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:04.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:04.415 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:04.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:04.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:04.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:05.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:05.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:05.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:05.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:05.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:05.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:05.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:05.839 [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() 16:36:05.859 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:05.877 [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 16:36:05.902 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:05.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:05.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:05.967 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values 16:36:06.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:06.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:06.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:06.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:06.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:06.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:06.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:06.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:06.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:06.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:06.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:06.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:06.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:06.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:06.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:07.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:07.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:07.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:07.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:08.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:08.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:08.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:08.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:08.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:08.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:08.426 [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() 16:36:08.459 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:08.481 [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 16:36:08.506 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:08.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:08.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:08.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:08.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:08.566 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 16:36:08.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:08.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:08.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:08.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:08.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:08.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:08.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:08.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:08.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:08.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:08.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:08.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:09.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:09.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:09.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:09.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:09.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:10.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:10.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:10.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:10.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:10.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:10.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:10.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:10.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:10.837 [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) 16:36:10.858 [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() 16:36:10.861 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:10.880 [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 16:36:10.903 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:10.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 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:10.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:10.966 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 16:36:11.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:11.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:11.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:11.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:11.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:11.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:11.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:11.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:11.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:11.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:11.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:11.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:11.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:11.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:11.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:11.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:12.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:12.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:12.528 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:12.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:13.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:13.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:13.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:13.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:13.179 [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() 16:36:13.189 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:13.205 [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 16:36:13.229 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:13.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:13.302 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 16:36:13.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:13.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:13.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:13.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:13.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:13.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:13.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:13.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:13.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:13.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:13.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:13.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:13.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:13.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:14.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:14.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:14.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:14.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:14.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:15.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:15.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:15.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:15.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:15.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:15.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:15.516 [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() 16:36:15.524 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:15.539 [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 16:36:15.565 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:15.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 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:15.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:15.667 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 16:36:15.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:15.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:15.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:15.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:15.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:15.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:15.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:15.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:16.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:16.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:16.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:16.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:16.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:16.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:16.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:16.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:16.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:17.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:17.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:17.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:17.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:17.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:17.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:17.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:17.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:17.811 [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() 16:36:17.827 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:17.863 [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 16:36:17.889 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:17.891 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:17.943 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:18.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:18.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:18.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:18.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:18.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:18.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:18.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:18.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:18.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:18.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:18.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:18.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:18.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:18.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:18.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:18.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:18.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:19.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:19.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:19.718 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:19.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:20.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:20.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:20.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:20.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:20.051 [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() 16:36:20.061 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:20.075 [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 16:36:20.096 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:20.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:20.148 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:20.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:20.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:20.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:20.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:20.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:20.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:20.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:20.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:20.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:20.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:20.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:20.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:20.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:20.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:21.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:21.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:21.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:21.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:21.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:22.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:22.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:22.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:22.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:22.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:22.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:22.362 [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() 16:36:22.367 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:22.382 [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 16:36:22.404 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36: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 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:22.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:22.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:22.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:22.455 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:22.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:22.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:22.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:22.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:22.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:22.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:22.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:22.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:22.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:22.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:22.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:22.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:22.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:23.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:23.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:23.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:23.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:23.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:23.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:24.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:24.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:24.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:24.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:24.515 [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() 16:36:24.527 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:24.542 [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 16:36:24.564 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:24.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 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:24.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:24.618 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:24.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:24.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:24.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:24.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:24.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:24.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:24.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:24.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:24.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:24.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:24.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:24.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:25.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:25.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:25.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:25.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:25.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:25.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:26.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:26.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:26.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:26.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:26.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:26.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:26.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:26.670 [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() 16:36:26.682 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:26.697 [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 16:36:26.719 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:26.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:26.772 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:26.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:26.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:26.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:26.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:26.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:26.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:27.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:27.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:27.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:27.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:27.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:27.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:27.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:27.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:27.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:27.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:27.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:28.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:28.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:28.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:28.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:28.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:28.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:28.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:28.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:28.848 [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() 16:36:28.860 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:28.874 [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 16:36:28.899 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:28.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:28.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:28.950 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:29.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:29.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:29.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:29.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:29.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:29.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:29.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:29.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:29.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:29.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:29.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:29.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:29.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:29.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:29.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:29.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:29.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:30.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:30.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:30.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:30.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:31.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:31.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:31.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:31.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:31.046 [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) 16:36:31.108 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:31.124 [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 16:36:31.169 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:31.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:31.219 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:31.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:31.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:31.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:31.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:31.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:31.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:31.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:31.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:31.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:31.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:31.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:31.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:31.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:31.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:32.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:32.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:32.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:32.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:32.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:32.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:33.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:33.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:33.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:33.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:33.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:33.301 [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) 16:36:33.319 [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() 16:36:33.321 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:33.335 [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 16:36:33.369 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:33.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:33.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:33.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:33.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 16:36:33.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:33.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:33.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:33.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:33.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:33.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:33.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:33.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:33.420 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:33.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:33.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:33.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:33.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:33.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:33.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:33.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:33.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:33.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:33.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:33.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:33.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:33.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:34.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:34.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:34.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:34.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:34.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:34.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:35.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:35.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:35.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:35.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:35.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:35.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:35.508 [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() 16:36:35.528 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:35.543 [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 16:36:35.570 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:35.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 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:35.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:35.621 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:35.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:35.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:35.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:35.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:35.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:35.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:35.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:35.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:35.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:35.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:35.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:35.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:36.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:36.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:36.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:36.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:36.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:36.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:37.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:37.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:37.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:37.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:37.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:37.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:37.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:37.689 [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() 16:36:37.702 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:37.717 [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 16:36:37.761 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:37.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:37.810 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:37.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:37.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:37.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:37.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:37.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:38.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:38.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:38.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:38.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:38.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:38.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:38.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:38.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:38.446 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:38.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:38.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:38.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:39.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:39.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:39.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:39.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:39.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:39.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:39.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:39.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:39.882 [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() 16:36:39.897 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:39.911 [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 16:36:39.932 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:39.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:39.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:39.989 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:40.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:40.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:40.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:40.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:40.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:40.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:40.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:40.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:40.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:40.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:40.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:40.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:40.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:40.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:40.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:40.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:40.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:41.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:41.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:41.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:41.913 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:42.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:42.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:42.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:42.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:42.043 [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() 16:36:42.047 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:42.063 [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 16:36:42.084 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:42.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:42.133 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:42.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:42.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:42.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:42.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:42.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:42.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:42.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:42.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:42.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:42.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:42.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:42.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:42.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:42.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:43.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:43.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:43.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:43.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:43.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:43.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:44.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:44.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:44.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:44.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:44.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:44.179 [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() 16:36:44.202 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:44.216 [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 16:36:44.237 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:44.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:44.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:44.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:44.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 16:36:44.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:44.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:44.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:44.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:44.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:44.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:44.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:44.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:44.306 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:44.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:44.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:44.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:44.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:44.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:44.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:44.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:44.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:44.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:44.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:44.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:44.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:44.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:44.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:45.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:45.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:45.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:45.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:45.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:45.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:46.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:46.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:46.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:46.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:46.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:46.290 [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() 16:36:46.518 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:46.533 [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 16:36:46.571 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:46.625 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 16:36:46.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:46.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:46.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:46.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:46.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:46.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:46.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:46.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:46.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:46.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:46.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:46.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:47.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:47.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:47.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:47.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:47.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:48.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:48.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:48.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:48.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:48.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:48.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:48.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:48.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:48.781 [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() 16:36:48.829 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:48.870 [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 16:36:48.900 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:48.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:48.995 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:49.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:49.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:49.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:49.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:49.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:49.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:49.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:49.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:49.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:49.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:49.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:49.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:49.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:49.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:49.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:49.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:49.946 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:50.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:50.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:50.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:50.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:51.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:51.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:51.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:51.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:51.021 [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() 16:36:51.043 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:51.069 [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 16:36:51.096 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:51.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:51.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:51.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:51.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:51.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:51.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:51.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:51.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:51.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:51.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:51.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:51.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:51.149 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:36:51.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:51.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:51.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:51.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:51.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:51.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:51.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:51.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:51.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:51.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:51.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:51.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:51.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:51.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:52.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:52.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:52.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:52.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:52.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:52.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:53.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:53.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:53.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:53.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:53.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:53.177 [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() 16:36:53.193 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:53.207 [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 16:36:53.228 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:53.277 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:53.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:53.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:53.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:53.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:53.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:53.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:53.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:53.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:53.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:53.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:53.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:53.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:53.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:53.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:54.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:54.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:54.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:54.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:54.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:54.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:55.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:55.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:55.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:55.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:55.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:55.260 [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() 16:36:55.270 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:55.284 [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 16:36:55.309 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:36:55.309 [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 16:36:55.344 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:36:55.344 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:36:55.357 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:36:55.358 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:36:55.358 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:36:55.362 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:36:55.362 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:36:55.362 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:36:55.362 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:36:55.362 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:36:55.362 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:36:55.362 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:36:55.364 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:36:55.364 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:36:55.364 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:36:55.364 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:36:55.365 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:36:55.365 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:36:55.383 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 16:36:55.383 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:36:55.383 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:36:55.383 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:36:55.384 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:36:55.384 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:36:55.399 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:36:55.399 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:36:55.405 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:36:55.405 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:36:55.406 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:36:55.407 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:36:55.410 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:36:55.774 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:36:55.774 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:36:55.775 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:36:55.775 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:36:55.775 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:36:55.776 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:36:55.778 [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. 16:36:55.778 [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. 16:36:55.780 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:36:55.780 [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() 16:36:55.781 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 16:36:55.781 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 16:36:55.781 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 16:36:55.781 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:36:55.782 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 16:36:55.782 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 16:36:55.782 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 16:36:55.782 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 16:36:55.783 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 16:36:55.783 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 16:36:55.783 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 16:36:55.783 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:36:55.783 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 16:36:55.783 [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 16:36:55.807 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:55.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:55.872 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:55.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:55.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:55.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:55.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:56.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:56.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:56.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:56.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:56.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:56.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:56.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:56.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:56.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:56.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:56.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:56.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:56.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:57.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:57.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:57.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:57.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:36:57.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:36:57.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:36:57.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:36:57.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:36:57.905 [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() 16:36:57.985 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:36:57.999 [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 16:36:58.030 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:36:58.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:36:58.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:36:58.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:36:58.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:36:58.102 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:36:58.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:36:58.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:36:58.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:36:58.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:36:58.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:36:58.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:36:58.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:36:58.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:36:58.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:36:58.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:36:58.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:36:58.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:36:58.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:36:58.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:36:58.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:36:59.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:36:59.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:36:59.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:36:59.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:36:59.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:36:59.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:00.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:00.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:00.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:00.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:00.101 [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() 16:37:00.115 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:00.129 [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 16:37:00.157 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:00.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 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:00.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:00.208 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:00.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:00.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:00.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:00.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:00.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:00.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:00.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:00.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:00.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:00.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:01.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:01.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:01.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:01.510 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:01.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:01.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:02.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:02.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:02.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:02.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:02.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:02.190 [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() 16:37:02.194 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:02.208 [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 16:37:02.230 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:02.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:02.280 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:02.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:02.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:02.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:02.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:02.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:02.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:02.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:02.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:02.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:02.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:02.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:02.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:02.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:02.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:03.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:03.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:03.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:03.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:03.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:03.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:04.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:04.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:04.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:04.266 [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() 16:37:04.270 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:04.283 [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 16:37:04.304 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:04.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:04.353 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:04.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:04.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:04.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:04.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:04.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:04.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:04.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:04.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:04.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:04.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:04.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:04.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:04.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:04.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:05.211 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:05.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:05.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:05.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:05.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:06.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:06.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:06.339 [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() 16:37:06.344 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:06.359 [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 16:37:06.381 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:06.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:06.432 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:06.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:06.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:06.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:06.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:06.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:06.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:06.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:06.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:06.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:06.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:06.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:06.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:06.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:07.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:07.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:07.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:07.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:07.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:07.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:08.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:08.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:08.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:08.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:08.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:08.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:08.441 [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) 16:37:08.450 [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() 16:37:08.452 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:08.466 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Delete a step definition # features/JobStepDefinitionService.feature:77 16:37:08.487 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:08.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:08.536 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:08.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:08.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:08.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:08.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:08.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:08.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:08.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:08.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:08.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:08.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:08.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:08.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:08.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:09.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:09.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:09.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:09.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:09.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:09.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:10.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:10.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:10.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:10.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:10.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:10.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:10.535 [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() 16:37:10.552 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:10.569 [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 16:37:10.590 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:10.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:10.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:10.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:10.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:10.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:10.641 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:10.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:10.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:10.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:10.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:10.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:10.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:10.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:10.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:10.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:10.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:11.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:11.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:11.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:11.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:11.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:11.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:12.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:12.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:12.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:12.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:12.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:12.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:12.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:12.639 [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) 16:37:12.652 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 7,719,404,523,121,949,575 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 7,719,404,523,121,949,575 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() 16:37:12.657 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:12.670 [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 16:37:12.691 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:12.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 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:12.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:12.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:12.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:12.740 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:12.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:12.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:12.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:12.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:12.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:12.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:12.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:13.002 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:13.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:13.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:13.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:13.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:13.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:13.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:13.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:13.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:13.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:14.014 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:14.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:14.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:14.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:14.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:14.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:14.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:14.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:14.700 [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) 16:37:14.715 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:14.728 [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 16:37:14.750 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:14.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:14.801 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:14.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:14.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:14.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:14.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:14.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:14.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:15.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:15.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:15.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:15.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:15.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:15.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:15.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:15.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:15.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:15.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:15.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:16.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:16.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:16.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:16.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:16.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:16.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:16.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:16.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:16.770 [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) 16:37:16.786 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:16.800 [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 16:37:16.823 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:16.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:16.872 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:16.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:16.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:16.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:16.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:17.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:17.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:17.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:17.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:17.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:17.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:17.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:17.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:17.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:17.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:17.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:17.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:17.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:18.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:18.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:18.513 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:18.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:18.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:18.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:18.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:18.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:18.827 [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) 16:37:18.841 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:18.854 [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 16:37:18.874 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:18.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 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:18.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:18.918 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:18.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:18.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:18.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:19.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:19.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:19.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:19.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:19.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:19.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:19.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:19.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:19.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:19.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:19.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:19.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:19.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:19.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:20.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:20.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:20.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:20.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:20.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:20.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:20.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:20.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:20.981 [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) 16:37:20.997 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 6,541,706,114,591,548,703 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 6,541,706,114,591,548,703 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() 16:37:20.999 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:21.012 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Count step definition items # features/JobStepDefinitionService.feature:138 16:37:21.034 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:21.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:21.084 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:21.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:21.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:21.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:21.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:21.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:21.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:21.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:21.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:21.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:21.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:21.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:21.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:22.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:22.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:22.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:22.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:22.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:22.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:23.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:23.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:23.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:23.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:23.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:23.165 [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) 16:37:23.205 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:23.218 [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 16:37:23.239 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:23.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:23.290 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 16:37:23.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:23.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:23.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:23.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:23.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:23.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:23.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:23.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:23.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:23.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:23.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:23.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:23.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:23.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:24.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:24.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:24.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:24.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:24.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:24.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:25.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:25.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:25.233 [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() 16:37:25.235 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:25.248 [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 16:37:25.269 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:37:25.269 [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 16:37:25.307 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:37:25.308 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:37:25.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:37:25.311 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:37:25.311 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:37:25.315 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:37:25.315 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:37:25.315 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:37:25.315 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:37:25.315 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:37:25.315 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:37:25.315 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:37:25.318 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:37:25.318 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:37:25.318 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:37:25.318 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:37:25.318 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:37:25.318 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:37:25.331 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 16:37:25.331 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:37:25.331 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:37:25.331 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:37:25.331 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:37:25.331 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:37:25.362 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:37:25.362 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:37:25.366 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:37:25.366 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:37:25.367 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:37:25.367 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:37:25.370 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:37:25.597 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:37:25.597 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:37:25.597 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:37:25.597 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:37:25.598 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:37:25.598 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:37:25.600 [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. 16:37:25.600 [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. 16:37:25.602 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:37:25.602 [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() 16:37:25.603 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 16:37:25.603 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 16:37:25.603 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 16:37:25.603 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:37:25.604 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 16:37:25.604 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 16:37:25.604 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 16:37:25.604 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 16:37:25.605 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 16:37:25.605 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 16:37:25.605 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 16:37:25.605 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 16:37:25.605 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 16:37:25.605 [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 16:37:25.629 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:25.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:25.679 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:25.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:25.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:25.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:25.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:25.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:25.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:25.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:25.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:25.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:25.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:25.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:25.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:26.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:26.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:26.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:26.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:26.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:26.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:27.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:27.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:27.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:27.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:27.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:27.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:27.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:27.608 [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() 16:37:27.661 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:27.675 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.create scopeId null # features/JobStepService.feature:41 16:37:27.695 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:27.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:27.742 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:27.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:27.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:27.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:27.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:27.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:27.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:28.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:28.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:28.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:28.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:28.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:28.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:28.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:28.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:28.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:28.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:29.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:29.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:29.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:29.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:29.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:29.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:29.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:29.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:29.683 [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() 16:37:29.691 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:29.704 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update name # features/JobStepService.feature:54 16:37:29.724 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:29.769 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:29.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:29.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:29.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:29.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:29.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:29.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:29.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:30.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:30.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:30.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:30.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:30.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:30.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:30.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:30.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:30.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:30.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:31.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:31.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:31.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:31.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:31.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:31.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:31.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:31.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:31.728 [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) 16:37:31.769 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:31.783 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update stepIndex forward # features/JobStepService.feature:70 16:37:31.809 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:31.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:31.868 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values 16:37:31.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:31.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:31.938 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:31.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:31.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:32.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:32.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:32.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:32.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:32.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:32.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:32.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:32.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:32.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:32.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:32.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:32.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:33.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:33.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:33.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:33.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:33.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:33.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:33.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:33.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:33.808 [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) 16:37:33.877 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move 16:37:33.877 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep2 to index 0 16:37:33.879 [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) 16:37:33.892 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:33.906 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update stepIndex backward # features/JobStepService.feature:99 16:37:33.926 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:33.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:33.972 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:34.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:34.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:34.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:34.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:34.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:34.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:34.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:34.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:34.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:34.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:34.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:34.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:34.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:34.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:34.814 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:34.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:34.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:35.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:35.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:35.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:35.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:35.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:35.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:35.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:35.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:35.900 [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) 16:37:35.957 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move 16:37:35.957 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep1 to index 1 16:37:35.959 [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) 16:37:35.972 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:35.985 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.count # features/JobStepService.feature:128 16:37:36.005 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:36.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:36.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:36.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:36.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 16:37:36.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:36.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:36.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:36.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:36.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:36.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:36.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:36.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:36.051 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:36.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:36.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:36.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:36.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:36.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:36.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:36.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:36.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:36.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:36.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:36.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:36.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:36.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:36.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:36.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:36.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:36.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:37.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:37.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:37.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:37.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:37.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:37.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:37.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:37.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:37.981 [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) 16:37:38.034 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:38.057 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.delete # features/JobStepService.feature:151 16:37:38.075 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:38.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 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:38.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:38.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:38.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:38.121 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 16:37:38.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:38.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:38.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:38.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:38.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:38.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:38.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:38.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:38.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:38.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:38.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:38.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:38.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:38.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:38.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:38.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:39.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:39.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:39.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:39.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:39.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:40.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:40.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:40.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:40.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:40.036 [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() 16:37:40.065 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:40.078 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.delete non-existing # features/JobStepService.feature:167 16:37:40.096 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:40.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:40.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:40.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:40.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:40.145 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values 16:37:40.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:40.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:40.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:40.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:40.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:40.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:40.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:40.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:40.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:40.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:40.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:40.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:40.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:40.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:40.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:41.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:41.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:41.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:41.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:41.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:41.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:42.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:42.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:42.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:42.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:42.084 [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) 16:37:42.110 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type jobStep with id/name 7,093,072,244,845,814,924 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 7,093,072,244,845,814,924 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() 16:37:42.111 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:42.125 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: Step factory sanity checks # features/JobStepService.feature:183 16:37:42.142 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:37:42.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:37:42.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:37:42.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:37:42.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 16:37:42.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:37:42.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:37:42.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:37:42.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:37:42.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:37:42.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:37:42.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:37:42.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:37:42.200 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 16:37:42.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:37:42.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 16:37:42.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:37:42.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:37:42.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:37:42.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 16:37:42.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 16:37:42.466 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:37:42.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:37:42.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:37:42.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 16:37:42.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:37:42.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:37:42.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:37:43.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:37:43.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:37:43.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:37:43.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:37:43.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 16:37:43.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 16:37:43.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:37:44.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:37:44.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:37:44.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:37:44.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:37:44.126 [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() 16:37:44.128 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:37:44.141 [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 16:37:44.159 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:37:44.159 [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: 147.981 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 44 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333466337 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333469585 [WARNING] Cannot get the branch information from the git repository: Detecting the 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 16:37:58.608 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 16:37:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:37:58.780 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:37:58.783 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:37:58.783 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 16:37:58.784 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 16:37:58.784 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 16:37:58.784 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:37:58.784 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 16:37:58.789 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 16:37:58.789 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:37:58.789 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:37:58.789 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 16:37:58.810 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:37:58.810 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 16:37:58.871 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:37:58.871 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:37:58.871 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:37:58.871 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:37:58.871 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:37:58.872 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:37:59.330 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:37:59.330 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 16:37:59.331 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:37:59.331 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:37:59.331 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:37:59.331 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:37:59.331 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:37:59.365 [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). 16:38:01.480 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:38:01.480 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:38:01.480 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:38:01.480 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:38:01.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:38:01.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:38:01.504 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:38:01.504 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:38:01.504 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:38:01.504 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:38:01.505 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:38:01.505 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:38:01.586 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 16:38:01.586 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:38:01.586 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:38:01.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:38:01.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:38:01.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:38:01.598 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:38:01.599 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:38:01.599 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:38:01.599 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:38:01.599 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:38:01.599 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:38:01.620 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:38:01.620 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:38:01.620 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:38:01.620 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:38:01.621 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:38:01.621 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:38:01.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 16:38:01.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:38:01.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:38:01.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:38:01.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:38:01.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:38:01.825 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:38:01.828 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:38:02.107 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:38:02.108 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:38:02.122 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:38:02.129 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 16:38:02.135 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:38:02.560 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:38:02.561 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:38:02.562 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 16:38:02.564 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 16:38:02.565 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 16:38:02.566 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:38:02.598 [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. 16:38:02.599 [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. 16:38:02.604 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:38:02.605 [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() 16:38:02.608 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 16:38:02.609 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 16:38:02.610 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 16:38:02.610 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:38:02.610 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 16:38:02.611 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 16:38:02.612 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 16:38:02.612 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 16:38:02.613 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:38:02.613 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 16:38:02.616 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:38:02.616 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 16:38:02.616 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 16:38:02.618 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:38:02.619 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 16:38:02.619 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 16:38:02.619 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 16:38:02.619 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 16:38:02.619 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 16:38:02.620 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 16:38:02.620 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 16:38:02.620 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 16:38:02.621 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:38:02.621 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:38:02.621 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 16:38:02.621 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 16:38:02.622 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 16:38:02.622 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 16:38:02.623 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:38:02.623 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:38:02.623 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:38:02.624 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:38:02.625 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:38:02.625 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:38:02.626 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:38:02.627 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:38:02.627 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 16:38:02.632 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 16:38:02.633 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 16:38:02.657 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 16:38:02.658 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 16:38:02.658 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 16:38:02.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 16:38:02.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 16:38:02.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 16:38:02.660 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 16:38:02.661 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 16:38:02.661 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 16:38:02.662 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 16:38:02.662 [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 16:38:02.788 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:03.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:03.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:03.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:03.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 16:38:03.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:03.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:03.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:03.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:03.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:03.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:03.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:03.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:03.602 [main] INFO org.reflections.Reflections - Reflections took 73 ms to scan 10 urls, producing 269 keys and 278 values 16:38:03.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:03.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:03.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:07.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:07.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:07.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:07.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:07.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:07.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:07.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:08.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:09.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:10.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:10.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:10.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:11.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:11.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:11.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:11.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:11.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:11.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:11.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:11.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 16:38:12.027 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:38:12.029 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 16:38:12.069 [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) 16:38:12.580 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:12.606 [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 16:38:12.701 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:12.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:12.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:12.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:12.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:12.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:12.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:12.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:12.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:12.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:12.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:12.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:12.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:12.786 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values 16:38:12.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:12.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:12.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:12.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:13.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:13.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:13.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:13.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:13.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:13.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:13.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:14.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:14.590 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:14.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:14.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:15.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:15.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:15.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:16.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:16.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:16.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:16.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:16.257 [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) 16:38:16.290 [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() 16:38:16.299 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:16.322 [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 16:38:16.397 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:16.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:16.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:16.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:16.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:16.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:16.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:16.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:16.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:16.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:16.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:16.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:16.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:16.458 [main] INFO org.reflections.Reflections - Reflections took 16 ms to scan 10 urls, producing 269 keys and 278 values 16:38:16.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:16.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:16.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:16.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:16.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:16.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:16.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:16.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:16.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:16.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:17.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:17.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:17.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:17.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:17.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:18.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:18.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:18.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:19.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:19.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:19.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:19.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:19.174 [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) 16:38:19.195 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:19.213 [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 16:38:19.284 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:19.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:19.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:19.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:19.336 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 16:38:19.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:19.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:19.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:19.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:19.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:19.616 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:19.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:19.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:19.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:19.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:19.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:20.251 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:20.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:20.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:20.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:21.334 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:21.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:21.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:21.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:21.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:21.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:21.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:21.867 [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() 16:38:21.876 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:21.892 [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 16:38:21.939 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:21.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:21.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:21.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:21.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:21.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:21.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:21.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:21.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:21.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:21.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:21.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:21.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:22.011 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 16:38:22.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:22.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:22.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:22.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:22.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:22.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:22.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:22.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:22.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:22.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:22.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:22.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:23.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:23.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:23.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:23.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:23.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:24.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:24.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:24.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:24.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:24.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:24.222 [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) 16:38:24.243 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:24.269 [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 16:38:24.378 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:24.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:24.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:24.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:24.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:24.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:24.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:24.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:24.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:24.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:24.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:24.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:24.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:24.429 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 16:38:24.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:24.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:24.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:24.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:24.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:24.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:24.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:24.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:24.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:24.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:24.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:25.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:25.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:25.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:25.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:26.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:26.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:26.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:26.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:26.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:26.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:26.598 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:26.598 [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() 16:38:26.608 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:26.623 [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 16:38:26.682 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:26.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:26.734 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values 16:38:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:26.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:26.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:26.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:27.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:27.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:27.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:27.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:27.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:27.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:27.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:27.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:27.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:28.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:28.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:28.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:28.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:28.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:28.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:28.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:28.859 [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) 16:38:28.877 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:28.893 [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 16:38:28.938 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:28.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:28.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:28.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:28.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 16:38:28.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:28.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:28.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:28.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:28.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:28.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:28.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:28.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:29.004 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values 16:38:29.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:29.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:29.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:29.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:29.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:29.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:29.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:29.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:29.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:29.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:29.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:29.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:30.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:30.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:30.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:30.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:30.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:30.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:31.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:31.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:31.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:31.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:31.088 [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() 16:38:31.127 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:31.157 [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 16:38:31.198 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:31.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 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:31.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:31.263 [main] INFO org.reflections.Reflections - Reflections took 22 ms to scan 10 urls, producing 269 keys and 278 values 16:38:31.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:31.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:31.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:31.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:31.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:31.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:31.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:31.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:31.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:31.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:31.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:31.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:32.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:32.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:32.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:32.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:32.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:33.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:33.208 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:33.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:33.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:33.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:33.209 [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() 16:38:33.216 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:33.228 [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 16:38:33.271 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:33.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:33.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:33.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:33.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:33.323 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 16:38:33.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:33.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:33.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:33.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:33.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:33.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:33.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:33.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:33.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:33.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:33.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:34.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:34.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:34.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:34.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:34.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:35.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:35.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:35.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:35.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:35.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:35.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:35.290 [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) 16:38:35.307 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:35.318 [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 16:38:35.373 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:35.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:35.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:35.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:35.425 [main] INFO org.reflections.Reflections - Reflections took 12 ms to scan 10 urls, producing 269 keys and 278 values 16:38:35.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:35.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:35.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:35.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:35.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:35.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:35.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:35.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:35.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:35.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:35.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:36.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:36.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:36.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:36.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:36.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:37.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:37.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:37.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:37.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:37.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:37.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:37.348 [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) 16:38:37.375 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:37.386 [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 16:38:37.425 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:37.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 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:37.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:37.494 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 16:38:37.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:37.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:37.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:37.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:37.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:37.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:37.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:37.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:37.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:37.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:37.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:38.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:38.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:38.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:38.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:38.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:39.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:39.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:39.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:39.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:39.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:39.272 [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) 16:38:39.293 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:39.303 [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 16:38:39.339 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:39.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:39.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:39.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:39.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:39.399 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:38:39.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:39.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:39.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:39.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:39.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:39.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:39.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:39.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:39.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:39.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:39.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:40.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:40.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:40.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:40.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:40.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:40.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:41.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:41.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:41.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:41.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:41.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:41.227 [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) 16:38:41.258 [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() 16:38:41.260 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:41.270 [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 16:38:41.305 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:41.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 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:41.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:41.360 [main] INFO org.reflections.Reflections - Reflections took 16 ms to scan 10 urls, producing 269 keys and 278 values 16:38:41.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:41.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:41.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:41.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:41.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:41.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:41.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:41.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:41.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:41.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:41.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:41.965 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:42.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:42.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:42.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:42.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:43.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:43.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:43.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:43.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:43.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:43.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:43.477 [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) 16:38:43.499 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:43.509 [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 16:38:43.558 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:43.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 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:43.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:43.606 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:38:43.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:43.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:43.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:43.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:43.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:43.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:43.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:43.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:43.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:43.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:44.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:44.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:44.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:44.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:44.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:45.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:45.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:45.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:45.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:45.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:45.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:45.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:45.505 [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() 16:38:45.517 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:45.527 [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 16:38:45.584 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:45.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:45.634 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 16:38:45.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:45.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:45.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:45.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:45.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:45.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:45.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:45.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:45.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:45.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:46.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:46.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:46.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:46.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:47.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:47.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:47.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:47.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:47.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:47.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:47.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:47.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:47.765 [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) 16:38:47.786 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:47.795 [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 16:38:47.863 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:47.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 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:47.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:47.912 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:38:48.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:48.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:48.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:48.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:48.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:48.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:48.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:48.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:48.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:48.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:48.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:48.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:48.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:48.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:48.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:49.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:49.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:49.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:49.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:49.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:49.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:49.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:49.711 [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() 16:38:49.721 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:49.730 [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 16:38:49.777 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:49.825 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:38:49.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:49.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:49.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:49.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:49.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:50.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:50.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:50.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:50.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:50.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:50.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:50.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:50.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:50.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:51.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:51.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:51.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:51.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:51.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:51.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:51.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:51.503 [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) 16:38:51.521 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:51.530 [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 16:38:51.576 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:51.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 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:51.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:51.624 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:38:51.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:51.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:51.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:51.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:51.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:51.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:51.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:51.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:51.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:51.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:52.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:52.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:52.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:52.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:53.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:53.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:53.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:53.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:53.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:53.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:53.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:53.336 [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() 16:38:53.344 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:53.352 [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 16:38:53.392 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:53.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:53.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:53.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:53.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:53.439 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:38:53.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:53.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:53.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:53.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:53.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:53.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:53.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:53.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:53.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:53.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:53.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:54.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:54.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:54.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:54.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:54.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:54.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:55.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:55.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:55.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:55.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:55.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:55.146 [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() 16:38:55.152 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:55.164 [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 16:38:55.199 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:55.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 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:55.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:55.257 [main] INFO org.reflections.Reflections - Reflections took 16 ms to scan 10 urls, producing 269 keys and 278 values 16:38:55.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:55.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:55.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:55.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:55.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:55.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:55.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:55.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:55.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:55.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:55.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:55.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:56.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:56.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:56.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:56.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:56.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:56.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:56.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:56.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:56.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:56.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:56.895 [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) 16:38:56.916 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:56.926 [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 16:38:56.976 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:56.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 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:56.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:57.026 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:38:57.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:57.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:57.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:57.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:57.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:57.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:57.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:57.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:57.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:57.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:57.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:57.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:57.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:57.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:58.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:38:58.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:38:58.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:38:58.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:38:58.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:38:58.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:38:58.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:38:58.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:38:58.747 [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) 16:38:58.761 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:38:58.770 [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 16:38:58.807 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:38:58.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:38:58.852 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:38:58.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:38:58.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:38:58.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:38:58.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:38:58.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:38:59.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:38:59.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:38:59.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:38:59.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:38:59.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:38:59.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:38:59.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:38:59.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:38:59.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:38:59.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:00.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:00.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:00.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:00.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:00.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:00.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:00.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:00.529 [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) 16:39:00.543 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:00.556 [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 16:39:00.593 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:00.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:00.636 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:00.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:00.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:00.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:00.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:00.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:00.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:00.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:00.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:00.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:00.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:00.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:01.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:01.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:01.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:01.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:02.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:02.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:02.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:02.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:02.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:02.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:02.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:02.310 [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) 16:39:02.363 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:02.371 [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 16:39:02.408 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:02.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:02.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 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:02.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:02.454 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:02.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:02.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:02.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:02.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:02.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:02.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:02.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:02.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:02.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:02.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:02.812 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:03.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:03.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:03.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:03.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:03.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:03.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:04.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:04.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:04.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:04.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:04.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:04.195 [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) 16:39:04.218 [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() 16:39:04.220 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:04.229 [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 16:39:04.282 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:04.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:04.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:04.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 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:04.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:04.327 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 16:39:04.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:04.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:04.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:04.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:04.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:04.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:04.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:04.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:04.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:04.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:04.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:04.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:05.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:05.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:05.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:05.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:05.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:05.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:05.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:05.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:05.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:05.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:05.949 [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) 16:39:05.983 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:05.992 [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 16:39:06.034 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:06.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:06.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:06.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:06.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:06.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:06.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:06.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:06.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:06.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:06.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:06.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:06.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:06.095 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 16:39:06.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:06.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:06.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:06.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:06.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:06.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:06.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:06.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:06.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:06.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:06.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:06.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:06.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:06.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:07.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:07.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:07.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:07.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:07.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:07.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:07.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:07.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:07.696 [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() 16:39:07.715 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:07.725 [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 16:39:07.777 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:07.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:07.821 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:07.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:07.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:07.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:07.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:07.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:08.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:08.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:08.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:08.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:08.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:08.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:08.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:08.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:08.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:08.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:09.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:09.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:09.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:09.411 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:09.412 [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) 16:39:09.438 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:09.445 [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 16:39:09.483 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:09.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:09.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:09.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:09.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:09.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:09.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:09.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:09.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:09.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:09.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:09.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:09.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:09.524 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:09.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:09.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:09.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:09.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:09.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:09.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:09.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:09.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:09.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:09.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:09.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:10.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:10.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:10.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:10.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:10.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:10.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:10.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:11.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:11.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:11.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:11.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:11.076 [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() 16:39:11.091 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:11.098 [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 16:39:11.134 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:11.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:11.180 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:11.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:11.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:11.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:11.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:11.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:11.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:11.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:11.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:11.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:11.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:11.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:11.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:11.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:12.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:12.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:12.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:12.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:12.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:12.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:12.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:12.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:12.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:12.761 [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) 16:39:12.786 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:12.796 [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 16:39:12.838 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:12.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:12.898 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 16:39:12.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:12.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:12.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:13.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:13.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:13.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:13.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:13.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:13.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:13.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:13.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:13.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:13.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:13.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:13.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:14.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:14.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:14.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:14.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:14.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:14.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:14.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:14.465 [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() 16:39:14.489 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:14.497 [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 16:39:14.535 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:14.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:14.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:14.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:14.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:14.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:14.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:14.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:14.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:14.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:14.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:14.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:14.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:14.593 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:14.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:14.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:14.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:14.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:14.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:14.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:14.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:14.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:14.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:14.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:14.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:15.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:15.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:15.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:15.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:15.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:15.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:16.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:16.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:16.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:16.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:16.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:16.151 [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() 16:39:16.171 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:16.178 [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 16:39:16.215 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:16.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:16.272 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:16.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:16.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:16.331 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:16.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:16.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:16.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:16.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:16.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:16.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:16.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:16.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:16.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:17.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:17.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:17.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:17.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:17.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:17.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:17.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:17.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:17.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:17.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:17.845 [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) 16:39:17.870 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:17.878 [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 16:39:17.913 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:17.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:17.966 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:18.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:18.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:18.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:18.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:18.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:18.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:18.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:18.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:18.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:18.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:18.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:18.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:18.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:18.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:18.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:19.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:19.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:19.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:19.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:19.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:19.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:19.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:19.445 [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() 16:39:19.474 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:19.482 [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 16:39:19.519 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:19.570 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:19.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:19.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:19.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:19.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:19.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:19.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:19.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:19.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:19.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:19.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:19.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:20.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:20.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:20.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:20.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:20.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:20.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:20.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:21.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:21.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:21.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:21.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:21.045 [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() 16:39:21.065 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:21.072 [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 16:39:21.106 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:21.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:21.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:21.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:21.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:21.148 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:21.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:21.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:21.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:21.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:21.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:21.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:21.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:21.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:21.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:21.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:21.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:21.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:21.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:21.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:21.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:22.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:22.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:22.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:22.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:22.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:22.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:22.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:22.729 [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() 16:39:22.748 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:22.763 [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 16:39:22.800 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:22.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 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:22.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:22.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:22.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:22.844 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:22.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:22.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:22.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:22.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:22.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:23.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:23.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:23.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:23.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:23.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:23.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:23.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:23.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:23.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:23.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:24.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:24.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:24.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:24.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:24.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:24.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:24.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:24.453 [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) 16:39:24.471 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:24.479 [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 16:39:24.513 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:24.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:24.561 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:24.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:24.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:24.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:24.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:24.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:24.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:24.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:24.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:24.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:24.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:24.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:25.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:25.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:25.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:25.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:25.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:25.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:25.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:26.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:26.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:26.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:26.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:26.093 [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() 16:39:26.109 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:26.117 [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 16:39:26.168 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:26.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 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:26.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:26.210 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:26.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:26.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:26.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:26.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:26.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:26.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:26.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:26.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:26.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:26.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:26.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:26.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:26.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:27.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:27.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:27.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:27.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:27.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:27.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:27.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:27.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:27.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:27.745 [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) 16:39:27.769 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:27.776 [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 16:39:27.811 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:27.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:27.864 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:27.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:27.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:27.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:28.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:28.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:28.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:28.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:28.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:28.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:28.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:28.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:28.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:28.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:29.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:29.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:29.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:29.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:29.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:29.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:29.559 [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() 16:39:29.596 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:29.604 [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 16:39:29.641 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:29.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:29.703 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 16:39:29.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:29.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:29.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:29.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:29.831 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:29.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:29.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:29.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:29.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:29.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:30.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:30.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:30.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:30.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:30.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:31.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:31.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:31.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:31.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:31.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:31.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:31.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:31.312 [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() 16:39:31.331 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:31.338 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting existing tag # features/TagService.feature:342 16:39:31.385 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:31.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:31.438 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 16:39:31.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:31.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:31.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:31.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:31.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:31.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:31.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:31.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:31.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:31.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:31.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:31.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:32.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:32.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:32.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:32.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:32.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:32.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:33.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:33.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:33.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:33.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:33.063 [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() 16:39:33.101 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:33.112 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Non-Existent Tag # features/TagService.feature:354 16:39:33.161 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:33.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:33.205 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:33.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:33.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:33.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:33.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:33.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:33.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:33.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:33.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:33.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:33.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:33.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:33.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:34.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:34.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:34.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:34.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:34.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:34.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:34.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:34.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:34.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:34.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:34.906 [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() 16:39:34.931 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:34.939 [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 16:39:34.983 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:34.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:35.026 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 16:39:35.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:35.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:35.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:35.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:35.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:35.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:35.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:35.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:35.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:35.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:35.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:35.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:35.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:35.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:35.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:36.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:36.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:36.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:36.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:36.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:36.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:36.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:36.494 [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() 16:39:36.515 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:36.523 [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 16:39:36.556 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:36.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:36.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:36.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:36.598 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:36.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:36.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:36.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:36.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:36.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:36.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:36.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:36.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:36.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:36.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:36.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:37.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:37.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:37.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:37.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:37.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:37.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:37.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:38.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:38.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:38.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:38.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:38.094 [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) 16:39:38.131 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:39:38.134 [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. 16:39:38.134 [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() 16:39:38.264 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:38.272 [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 16:39:38.306 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:38.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:38.363 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:38.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:38.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:38.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:38.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:38.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:38.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:38.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:38.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:38.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:38.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:38.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:38.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:39.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:39.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:39.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:39.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:39.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:39.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:39.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:39.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:39.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:39.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:39.909 [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() 16:39:39.939 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:39.946 [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 16:39:39.979 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:39.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:39.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 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:39.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:40.019 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 16:39:40.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:40.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:40.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:40.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:40.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:40.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:40.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:40.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:40.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:40.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:40.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:40.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:40.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:40.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:40.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:41.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:41.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:41.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:41.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:41.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:41.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:41.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:41.484 [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() 16:39:41.513 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:41.521 [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 16:39:41.572 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:41.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:41.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:41.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:41.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:41.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:41.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:41.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:41.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:41.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:41.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:41.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:41.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:41.614 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:41.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:41.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:41.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:41.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:41.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:41.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:41.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:41.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:41.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:41.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:41.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:42.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:42.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:42.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:42.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:42.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:42.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:43.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:43.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:43.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:43.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:43.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:43.173 [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() 16:39:43.202 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:43.210 [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 16:39:43.242 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:43.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:43.294 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:43.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:43.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:43.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:43.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:43.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:43.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:43.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:43.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:43.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:43.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:43.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:43.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:44.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:44.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:44.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:44.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:44.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:44.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:44.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:44.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:44.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:44.866 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:44.866 [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() 16:39:44.894 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:44.902 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Tag From Device # features/TagService.feature:419 16:39:44.934 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:44.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:44.986 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:45.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:45.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:45.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:45.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:45.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:45.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:45.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:45.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:45.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:45.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:45.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:45.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:45.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:45.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:45.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:46.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:46.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:46.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:46.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:46.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:46.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:46.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:46.577 [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) 16:39:46.627 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:46.635 [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 16:39:46.677 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:46.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:46.720 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:46.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:46.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:46.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:46.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:46.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:46.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:46.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:46.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:46.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:46.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:47.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:47.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:47.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:47.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:47.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:47.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:48.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:48.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:48.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:48.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:48.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:48.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:48.289 [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() 16:39:48.360 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:48.367 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding "Empty" Tag To Device # features/TagService.feature:449 16:39:48.399 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 16:39:48.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 16:39:48.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 16:39:48.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 16:39:48.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 16:39:48.442 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 16:39:48.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 16:39:48.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 16:39:48.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 16:39:48.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 16:39:48.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 16:39:48.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 16:39:48.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 16:39:48.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 16:39:48.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 16:39:48.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 16:39:48.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 16:39:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 16:39:49.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 16:39:49.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 16:39:49.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 16:39:49.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 16:39:49.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 16:39:49.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 16:39:49.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 16:39:49.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 16:39:49.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 16:39:49.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 16:39:49.970 [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() 16:39:49.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 16:39:49.992 [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 16:39:50.025 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 16:39:50.025 [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: 116.249 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 44 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333592420 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333592517 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333594962 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333595590 [WARNING] Cannot get the branch information from the git repository: Detecting 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 16:40:04.564 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:40:04.571 [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.888 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.005 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.011 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.043 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.036 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.086 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.025 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.149 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.043 s - in org.eclipse.kapua.app.api.core.model.data.JsonMessageQueryTest [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonDatastoreMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.kapua.app.api.core.model.data.JsonDatastoreMessageTest [INFO] Running org.eclipse.kapua.app.api.core.model.device.management.JsonGenericResponseMessageTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 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.088 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 16:40:05.373 [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.01 s - in org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest [INFO] Running org.eclipse.kapua.app.api.core.exception.RestApiRuntimeExceptionTest 16:40:05.378 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 16:40:05.378 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 16:40:05.379 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 16:40:05.379 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 16:40:05.380 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 16:40:05.380 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:40:05.381 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 16:40:05.381 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 16:40:05.381 [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.003 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.345 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.024 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.004 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.016 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333606868 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333606982 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333607058 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333608542 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333612298 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333618268 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333621602 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333624705 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333627386 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333630040 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333630194 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333631567 [WARNING] Cannot get the branch information from the git repository: Detecting 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 16:40:39.614 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:40:39.623 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 16:40:40.415 [main] INFO org.reflections.Reflections - Reflections took 607 ms to scan 82 urls, producing 832 keys and 2401 values 16:40:41.071 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 16:40:41.075 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 16:40:41.075 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 16:40:41.075 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 16:40:41.075 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.core 16:40:41.075 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web 16:40:41.075 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 16:40:41.076 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 16:40:41.076 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 16:40:41.076 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 16:40:41.076 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 16:40:41.076 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 16:40:41.076 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 16:40:41.076 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 16:40:41.077 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 16:40:41.077 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:40:41.077 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 16:40:41.077 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web.AppModule 16:40:41.077 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 16:40:41.077 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 16:40:41.078 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 16:40:41.078 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 16:40:41.078 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 16:40:41.078 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 16:40:41.078 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 16:40:41.078 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 16:40:41.078 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 16:40:41.079 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 16:40:41.079 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 16:40:41.079 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 16:40:41.079 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 16:40:41.079 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 16:40:41.079 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 16:40:41.080 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 16:40:41.080 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 16:40:41.080 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 16:40:41.080 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 16:40:41.080 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 16:40:41.080 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 16:40:41.080 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 16:40:41.081 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 16:40:41.081 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 16:40:41.081 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 16:40:41.081 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 16:40:41.081 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 16:40:41.081 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 16:40:41.082 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 16:40:41.082 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 16:40:41.082 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 16:40:41.082 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 16:40:41.082 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 16:40:41.082 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 16:40:41.083 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 16:40:41.083 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 16:40:41.083 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 16:40:41.083 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 16:40:41.083 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 16:40:41.083 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 16:40:41.083 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 16:40:41.084 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 16:40:41.084 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 16:40:41.084 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 16:40:41.084 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 16:40:41.084 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 16:40:41.085 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 16:40:41.085 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 16:40:41.085 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 16:40:41.085 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 16:40:41.085 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 16:40:41.085 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 16:40:41.086 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 16:40:41.086 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 16:40:41.086 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 16:40:41.086 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 16:40:41.086 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 16:40:41.086 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 16:40:41.086 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 16:40:41.087 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 16:40:41.087 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.systeminfo.internal.SystemInfoModule 16:40:41.087 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 16:40:41.087 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 16:40:41.087 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 16:40:41.087 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 16:40:41.087 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 16:40:41.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 16:40:41.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 16:40:41.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 16:40:41.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 16:40:41.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 16:40:41.088 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 16:40:41.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:40:41.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 16:40:41.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:40:41.089 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 16:40:44.885 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 16:40:44.886 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 16:40:44.893 [main] INFO o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent 16:40:45.516 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 16:40:45.532 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - Initializing with 9 providers 16:40:46.919 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 16:40:46.920 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:46.920 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:46.920 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:46.920 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:46.920 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:46.925 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 16:40:46.926 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - Running initializer with priority 15 on 'class'.'method': 'org.eclipse.kapua.commons.util.xml.JAXBContextProviderImpl'.'initJaxb' 16:40:47.297 [main] INFO org.reflections.Reflections - Reflections took 362 ms to scan 82 urls, producing 865 keys and 3561 values 16:40:47.336 [main] INFO o.e.k.c.u.x.XmlRootAnnotatedJaxbClassesScanner - =================== Kapua XmlSerializable Configuration =================== 16:40:47.337 [main] INFO o.e.k.c.u.x.XmlRootAnnotatedJaxbClassesScanner - | Discovered XmlSerializable Classes: 267 16:40:47.337 [main] INFO o.e.k.c.u.x.XmlRootAnnotatedJaxbClassesScanner - | Discovered but Excluded XmlSerializable Classes: 383 16:40:47.337 [main] INFO o.e.k.c.u.x.XmlRootAnnotatedJaxbClassesScanner - ================================================================================== 16:40:47.337 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - =================== Kapua Jaxb Context Resolver =================== 16:40:47.337 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - | Loaded XmlSerializable Classes: 294 16:40:47.337 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - ================================================================================== 16:40:48.958 [main] INFO o.e.k.c.u.x.JAXBContextProviderImpl - Default JAXB context initialized with 294 classes! 16:40:48.963 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:40:48.963 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:40:48.963 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:40:48.963 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:40:48.963 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:40:48.963 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:40:48.963 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:40:48.983 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 16:40:48.984 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:48.984 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 16:40:49.425 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:40:49.425 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.425 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.425 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.425 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.425 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.432 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.433 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:49.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 16:40:49.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.482 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.482 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.482 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.483 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.484 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:49.484 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 16:40:49.523 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 16:40:49.523 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.523 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.523 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.524 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.524 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.685 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:40:49.685 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.685 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.685 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.685 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.685 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.686 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.686 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:49.687 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.687 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.690 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.690 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:49.690 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.691 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.691 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:49.692 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.692 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:49.693 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.693 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:49.693 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 16:40:49.694 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 16:40:49.694 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 16:40:49.711 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:40:49.711 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.711 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.711 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.711 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.711 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.726 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:40:49.726 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.726 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 16:40:49.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.805 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:40:49.806 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.806 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.806 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.806 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.806 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.812 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:40:49.812 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.812 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.813 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.813 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.813 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.817 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:40:49.817 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.817 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.817 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.817 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.818 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.869 [main] INFO o.e.k.s.d.c.l.i.DeviceConnectionEventListenerServiceImpl - Initializing class org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceImpl 16:40:49.882 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 16:40:49.883 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.883 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.883 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.883 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.883 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.893 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 16:40:49.893 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.893 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.894 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.894 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.894 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.899 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:40:49.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.900 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.909 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:40:49.909 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.909 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.910 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.910 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.910 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:40:49.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.918 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.918 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.918 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.928 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:40:49.929 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.929 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.929 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.929 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.929 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:49.962 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:40:49.963 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:49.963 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:49.963 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:49.963 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:49.963 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:50.008 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:40:50.009 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:50.009 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:50.009 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:50.009 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:50.009 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:50.022 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:40:50.056 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:50.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:50.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:50.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:50.057 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:50.065 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:40:50.065 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:50.065 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:50.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:50.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:50.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:50.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:40:50.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:50.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:50.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:50.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:50.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:50.078 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 16:40:50.078 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:50.078 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:50.078 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:50.078 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:50.078 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:50.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 16:40:50.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:40:50.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:40:50.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:40:50.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:40:50.089 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:40:50.371 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... 16:40:50.371 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutting down... 16:40:50.371 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules... 16:40:50.371 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule 16:40:50.371 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.371 [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) 16:40:50.372 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.372 [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) 16:40:50.372 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.372 [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) 16:40:50.372 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.372 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.372 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule 16:40:50.372 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.373 [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) 16:40:50.373 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.373 [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) 16:40:50.373 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.373 [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) 16:40:50.373 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.373 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.373 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule 16:40:50.373 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.373 [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) 16:40:50.373 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.373 [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) 16:40:50.374 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.374 [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) 16:40:50.374 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.374 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.374 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule 16:40:50.374 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.374 [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) 16:40:50.375 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.375 [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) 16:40:50.375 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.375 [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) 16:40:50.375 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.375 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.375 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule 16:40:50.375 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.375 [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) 16:40:50.375 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.375 [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) 16:40:50.376 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.376 [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) 16:40:50.376 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.376 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.376 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule 16:40:50.376 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.376 [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) 16:40:50.376 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.376 [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) 16:40:50.376 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.377 [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) 16:40:50.377 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.377 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.377 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus... 16:40:50.377 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE 16:40:50.377 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE! 16:40:50.379 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... 16:40:50.379 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutting down... 16:40:50.379 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules... 16:40:50.379 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule 16:40:50.379 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.379 [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) 16:40:50.379 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.380 [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) 16:40:50.380 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.380 [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) 16:40:50.380 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.380 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.380 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule 16:40:50.380 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.380 [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) 16:40:50.380 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.380 [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) 16:40:50.380 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.380 [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) 16:40:50.381 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.381 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.381 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule 16:40:50.381 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.381 [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) 16:40:50.381 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.381 [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) 16:40:50.381 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.381 [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) 16:40:50.381 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.381 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.382 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule 16:40:50.382 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.382 [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) 16:40:50.382 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.382 [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) 16:40:50.382 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.382 [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) 16:40:50.382 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.382 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.382 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule 16:40:50.383 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.383 [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) 16:40:50.383 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.383 [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) 16:40:50.383 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.383 [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) 16:40:50.383 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.383 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.383 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule 16:40:50.383 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 16:40:50.383 [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) 16:40:50.383 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 16:40:50.384 [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) 16:40:50.384 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 16:40:50.384 [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) 16:40:50.384 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 16:40:50.384 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 16:40:50.384 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus... 16:40:50.384 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE 16:40:50.384 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE! 16:40:50.385 [main] WARN o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@67196a65, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@103e18b1 16:40:50.385 [main] INFO o.e.k.app.api.web.RestApiListener - Starting service modules... 16:40:50.385 [main] INFO o.e.k.c.core.ServiceModuleBundle - Starting up... 16:40:50.385 [main] INFO o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus... 16:40:51.288 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672 16:40:51.312 [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) 16:40:51.313 [main] WARN o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@67196a65, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@103e18b1 16:40:51.314 [main] INFO o.e.k.app.api.web.RestApiListener - Starting service modules... 16:40:51.314 [main] INFO o.e.k.c.core.ServiceModuleBundle - Starting up... 16:40:51.314 [main] INFO o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus... 16:40:51.322 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672 16:40:51.325 [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: 12.423 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.001 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.011 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.151 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333657107 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333662123 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333666595 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333670095 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333673895 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333676383 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333678727 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333681407 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333684169 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333686803 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333689824 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333693705 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333698306 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333701684 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333702212 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333705642 [WARNING] Cannot get the branch information from the git repository: Detecting 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333708727 [WARNING] Cannot get the branch information from the git repository: Detecting the 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: 234970546862103271e365a0aca4200cf0f2ba2a at timestamp: 1719333713093 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/integration/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/integration/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-integration --- [INFO] Copying 110 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-integration --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/develop-test/qa/integration/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-integration --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.integration.misc.PermissionFactoryImplTest *:*:*:* [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.kapua.integration.misc.PermissionFactoryImplTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaLocatorTest 16:42:00.526 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:42:00.533 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 16:42:01.435 [main] INFO org.reflections.Reflections - Reflections took 675 ms to scan 98 urls, producing 839 keys and 2499 values 16:42:02.023 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 16:42:02.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 16:42:02.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 16:42:02.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 16:42:02.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 16:42:02.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 16:42:02.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 16:42:02.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 16:42:02.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 16:42:02.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 16:42:02.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 16:42:02.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 16:42:02.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 16:42:02.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 16:42:02.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:42:02.029 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 16:42:02.029 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 16:42:02.029 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 16:42:02.029 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 16:42:02.029 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 16:42:02.029 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 16:42:02.029 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 16:42:02.030 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 16:42:02.030 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 16:42:02.030 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 16:42:02.030 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 16:42:02.030 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 16:42:02.030 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 16:42:02.030 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 16:42:02.031 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 16:42:02.031 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 16:42:02.031 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 16:42:02.031 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 16:42:02.031 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 16:42:02.031 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 16:42:02.031 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 16:42:02.031 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 16:42:02.032 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 16:42:02.032 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 16:42:02.032 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 16:42:02.032 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 16:42:02.032 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 16:42:02.032 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 16:42:02.032 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 16:42:02.032 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 16:42:02.033 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.client.protocol.ProtocolDescriptorModule 16:42:02.033 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 16:42:02.033 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 16:42:02.033 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 16:42:02.033 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 16:42:02.033 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 16:42:02.033 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 16:42:02.033 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 16:42:02.034 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 16:42:02.034 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 16:42:02.034 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 16:42:02.034 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 16:42:02.034 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 16:42:02.034 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 16:42:02.034 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 16:42:02.034 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 16:42:02.035 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 16:42:02.035 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 16:42:02.035 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 16:42:02.035 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 16:42:02.035 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 16:42:02.035 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 16:42:02.035 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 16:42:02.036 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 16:42:02.037 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 16:42:02.037 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 16:42:02.037 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 16:42:02.037 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 16:42:02.037 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 16:42:02.037 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 16:42:02.037 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 16:42:02.037 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 16:42:02.038 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 16:42:02.039 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:42:02.040 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 16:42:06.299 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 16:42:06.300 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 16:42:06.308 [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 16:42:07.003 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 16:42:08.530 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 16:42:08.531 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:08.531 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:08.531 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:08.531 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:08.531 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:08.537 [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: 8.538 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.39 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.002 s - in org.eclipse.kapua.integration.misc.MetatypeXmlRegistryTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest 16:42:09.276 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:42:09.276 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:42:09.276 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:42:09.276 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:42:09.276 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:42:09.276 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:42:09.276 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:42:09.289 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 16:42:09.289 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:09.289 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 16:42:09.893 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:42:09.894 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:09.894 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:09.894 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:09.894 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:09.894 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:09.901 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 16:42:09.901 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:09.901 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 16:42:09.904 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 16:42:09.904 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:09.979 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 16:42:09.979 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:09.979 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:09.979 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:09.979 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:09.979 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:10.016 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 16:42:10.016 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:10.017 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:10.017 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:10.017 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:10.017 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:10.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:42:10.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:10.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:10.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:10.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:10.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:10.163 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:42:10.164 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:42:10.164 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:42:10.164 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:42:10.164 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:42:10.164 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:42:10.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:42:10.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:10.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:10.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:10.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:10.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:10.186 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:10.779 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:42:10.779 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:10.779 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:10.779 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:10.780 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:10.780 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:10.805 [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. 16:42:10.806 [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. 16:42:10.807 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:42:10.881 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:11.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. 16:42:11.185 [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. 16:42:11.186 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:42:11.203 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:11.464 [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. 16:42:11.465 [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. 16:42:11.465 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:42:11.471 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:11.704 [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. 16:42:11.704 [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. 16:42:11.705 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:42:11.709 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:11.918 [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. 16:42:11.918 [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. 16:42:11.919 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:42:11.923 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:12.137 [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. 16:42:12.138 [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. 16:42:12.139 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:42:12.153 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:12.369 [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. 16:42:12.370 [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. 16:42:12.370 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 16:42:12.375 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:12.585 [main] INFO o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property. 16:42:12.585 [main] INFO o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property. 16:42:12.585 [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: 3.607 s - in org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest [INFO] Running org.eclipse.kapua.integration.misc.UserPassAuthenticatingRealmTest 16:42:12.591 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:12.810 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 16:42:13.020 [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.631 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.001 s - in org.eclipse.kapua.integration.misc.AccessInfoCreatorImplTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaIdAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.KapuaIdAdapterTest [INFO] Running org.eclipse.kapua.integration.misc.ApiKeyAuthenticatingRealmTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.ApiKeyAuthenticatingRealmTest [INFO] Running org.eclipse.kapua.integration.misc.RolePermissionImplTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.kapua.integration.misc.RolePermissionImplTest [INFO] Running org.eclipse.kapua.integration.misc.XmlServiceEventMarshalerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.078 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.02 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.496 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 16:42:16.010 [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 16:42:16.013 [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.052 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.001 s - in org.eclipse.kapua.integration.misc.RolePermissionFactoryTest [INFO] Running org.eclipse.kapua.integration.misc.PermissionImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.PermissionImplTest [INFO] Running org.eclipse.kapua.integration.misc.JwtAuthenticatingRealmTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.JwtAuthenticatingRealmTest [INFO] Running org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest @jobsIntegrationBase @env_docker_base @setup Scenario: Init Security Context for all scenarios # features/jobScheduling/TriggerServiceI9n.feature:19 16:42:18.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 16:42:18.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:42:18.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 16:42:18.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 16:42:18.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 16:42:18.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 16:42:18.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 16:42:18.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 16:42:18.674 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 16:42:18.676 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 16:42:18.677 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 16:42:18.677 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 16:42:18.677 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 16:42:18.766 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 16:42:18.766 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 16:42:19.109 [main] INFO org.reflections.Reflections - Reflections took 332 ms to scan 98 urls, producing 839 keys and 2499 values 16:42:19.126 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 16:42:19.127 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 16:42:19.128 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 16:42:19.129 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.client.protocol.ProtocolDescriptorModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 16:42:19.130 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 16:42:19.131 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 16:42:19.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 16:42:19.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 16:42:19.134 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 16:42:19.943 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 16:42:19.943 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 16:42:19.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 16:42:20.106 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 16:42:20.163 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 16:42:20.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:20.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:20.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:20.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:20.164 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:20.166 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 16:42:20.293 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 16:42:20.293 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@64a5170 16:42:20.294 [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() 16:42:20.302 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 16:42:20.303 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 16:42:20.303 [main] INFO o.e.k.q.integration.steps.DockerUtil - Creating docker client... 16:42:20.670 [main] INFO o.e.k.q.integration.steps.DockerUtil - Creating docker client... DONE 16:42:21.362 [main] INFO org.eclipse.jetty.util.log - Logging initialized @23029ms to org.eclipse.jetty.util.log.Slf4jLog 16:42:22.325 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.327 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.328 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.328 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.329 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.329 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.333 [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 16:42:22.334 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 16:42:22.334 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 16:42:22.334 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 16:42:22.334 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 16:42:22.336 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.336 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.337 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.337 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.338 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.338 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.340 [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 16:42:22.341 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 16:42:22.341 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 16:42:22.405 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.405 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.406 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.406 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.407 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.407 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.410 [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 16:42:22.411 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 16:42:22.416 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.416 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.417 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.417 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.418 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.418 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.420 [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 16:42:22.420 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 16:42:22.422 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.423 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.423 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.423 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.424 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.424 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.426 [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 16:42:22.427 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 16:42:22.429 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.429 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.430 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.430 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.431 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.431 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.433 [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 16:42:22.433 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 16:42:22.435 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.435 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.436 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.436 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.437 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.437 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.439 [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 16:42:22.440 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 16:42:22.442 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.442 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.442 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.443 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.443 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.443 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.445 [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 16:42:22.446 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 16:42:22.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 16:42:22.448 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.449 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.449 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.450 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.450 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.452 [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 16:42:22.452 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 16:42:22.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 16:42:22.454 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.455 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.455 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.456 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.456 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.458 [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 16:42:22.458 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 16:42:22.460 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.460 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.461 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.461 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.462 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.462 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.464 [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 16:42:22.464 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 16:42:22.465 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 16:42:22.467 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.467 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.467 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.468 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.468 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.468 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.470 [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 16:42:22.471 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 16:42:22.473 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.473 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.474 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.474 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.475 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.475 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.477 [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 16:42:22.477 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 16:42:22.479 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.479 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.480 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.480 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.481 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.481 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.483 [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 16:42:22.483 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 16:42:22.485 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.485 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.486 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.486 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.487 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.487 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.489 [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 16:42:22.489 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 16:42:22.491 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.491 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.492 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.492 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.493 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.493 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.495 [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 16:42:22.495 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 16:42:22.497 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.497 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.498 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.498 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.499 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.499 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.501 [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 16:42:22.501 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 16:42:22.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 16:42:22.504 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.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 16:42:22.505 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.505 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.505 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.507 [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 16:42:22.508 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 16:42:22.530 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.530 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.530 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.531 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.531 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.531 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.533 [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 16:42:22.534 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 16:42:22.536 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.536 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.536 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.537 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.537 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.538 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.540 [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 16:42:22.540 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 16:42:22.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 16:42:22.542 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.543 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.543 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.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 16:42:22.544 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.546 [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 16:42:22.546 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 16:42:22.548 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.548 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.548 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.549 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.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 16:42:22.549 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.551 [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 16:42:22.551 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 16:42:22.551 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 16:42:22.556 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 16:42:22.557 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.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 16:42:22.557 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.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 16:42:22.558 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 16:42:22.560 [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 16:42:22.588 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:42:22.588 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.588 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.588 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.588 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.588 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.589 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 16:42:22.589 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:42:22.589 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 16:42:22.589 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 16:42:22.589 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 16:42:22.589 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 16:42:22.589 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 16:42:22.589 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.590 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.590 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 16:42:22.591 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.591 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.591 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 16:42:22.591 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.591 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.603 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 16:42:22.604 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.604 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.604 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.604 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.604 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.613 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 16:42:22.613 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.613 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.613 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.613 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.614 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.678 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 16:42:22.678 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.678 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.678 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.678 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.678 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.692 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 16:42:22.692 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.692 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.692 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.692 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.692 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.694 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.694 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.694 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.694 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.804 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:42:22.804 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.804 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.804 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.804 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.804 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.807 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.807 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.807 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.808 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.808 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.809 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.809 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.810 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.810 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.810 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 16:42:22.811 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 16:42:22.811 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 16:42:22.824 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:42:22.824 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.824 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.824 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.824 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.824 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.869 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:42:22.870 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.870 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.870 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.870 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.870 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 16:42:22.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.904 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.916 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 16:42:22.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.917 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.982 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 16:42:22.982 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.982 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.982 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.982 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.982 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.990 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 16:42:22.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.991 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:22.999 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 16:42:22.999 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:22.999 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:22.999 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:22.999 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:22.999 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 16:42:23.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.017 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 16:42:23.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 16:42:23.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.072 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 16:42:23.072 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.072 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.072 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.072 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.072 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.079 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:42:23.080 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.080 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.080 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.080 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.080 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.096 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:42:23.096 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.096 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.096 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.097 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.097 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.114 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 16:42:23.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.115 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.116 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 16:42:23.116 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 16:42:23.116 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 16:42:23.116 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 16:42:23.116 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 16:42:23.116 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 16:42:23.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:42:23.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 16:42:23.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:42:23.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:42:23.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.177 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 16:42:23.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.186 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 16:42:23.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:23.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 16:42:23.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 16:42:23.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:23.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 16:42:23.288 [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 16:42:24.910 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:42:24.912 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 16:42:25.487 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 16:42:25.869 [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 = ?)") 16:42:25.871 [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() 16:42:25.893 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:25.893 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:25.906 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons =================== 16:42:25.907 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Datasource Name: kapua-dbpool 16:42:25.907 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Configuration Overrides 16:42:25.907 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 16:42:25.907 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | eclipselink.cache.shared.default: false 16:42:25.907 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - ================================================================================== 16:42:25.909 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 16:42:25.914 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:25.934 [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 16:42:26.068 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 16:42:26.069 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) 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() 16:42:26.078 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:26.078 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:26.078 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:26.080 [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 16:42:26.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 "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 16:42:26.183 [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() 16:42:26.191 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:26.191 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:26.192 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:26.194 [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 16:42:26.313 [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 = ?)") 16:42:26.314 [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() 16:42:26.323 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:26.323 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:26.323 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:26.325 [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 16:42:26.441 [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 = ?)") 16:42:26.457 [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() 16:42:26.464 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:26.464 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:26.465 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:26.466 [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 16:42:26.569 [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 = ?)") 16:42:26.570 [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() 16:42:26.576 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:26.576 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:26.576 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:26.578 [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 16:42:26.681 [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 = ?)") 16:42:26.683 [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() 16:42:26.690 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:26.690 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:26.690 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:26.692 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE 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 16:42:26.791 [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 = ?)") 16:42:26.792 [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() 16:42:26.801 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:26.801 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:26.801 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:26.803 [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 16:42:26.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 "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 16:42:26.909 [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() 16:42:26.916 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:26.916 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:26.916 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:26.918 [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 16:42:27.022 [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 = ?)") 16:42:27.024 [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() 16:42:27.032 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.032 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.032 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.034 [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 16:42:27.130 [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 = ?)") 16:42:27.131 [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() 16:42:27.138 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.138 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.138 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.140 [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 16:42:27.233 [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 = ?)") 16:42:27.235 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) 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() 16:42:27.242 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.242 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.242 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.257 [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 16:42:27.334 [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 = ?)") 16:42:27.336 [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() 16:42:27.343 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.343 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.343 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.357 [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 16:42:27.433 [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 = ?)") 16:42:27.435 [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() 16:42:27.441 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.442 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.442 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.443 [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 16:42:27.537 [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 = ?)") 16:42:27.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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at 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() 16:42:27.558 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.559 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.559 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.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 "Interval Job" Schedule With Name Only # features/jobScheduling/TriggerServiceI9n.feature:283 16:42:27.639 [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 = ?)") 16:42:27.641 [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() 16:42:27.660 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.661 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.661 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.662 [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 16:42:27.740 [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 = ?)") 16:42:27.741 [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() 16:42:27.761 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.761 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.761 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.763 [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 16:42:27.840 [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 = ?)") 16:42:27.857 [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() 16:42:27.874 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.874 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.875 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.876 [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 16:42:27.976 [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 = ?)") 16:42:27.977 [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() 16:42:27.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:27.984 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:27.984 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:27.985 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE 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 16:42:28.082 [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 = ?)") 16:42:28.083 [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() 16:42:28.090 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.090 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.090 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.092 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE 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 16:42:28.181 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 16:42:28.182 [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() 16:42:28.188 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.188 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.188 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.189 [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 16:42:28.274 [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 = ?)") 16:42:28.275 [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() 16:42:28.281 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.281 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.282 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.283 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE 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 16:42:28.362 [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 = ?)") 16:42:28.363 [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() 16:42:28.368 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.369 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.369 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.370 [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 16:42:28.442 [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 = ?)") 16:42:28.443 [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() 16:42:28.461 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.461 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.461 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.462 [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 16:42:28.531 [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 = ?)") 16:42:28.533 [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() 16:42:28.538 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.538 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.538 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.557 [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 16:42:28.628 [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 = ?)") 16:42:28.629 [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() 16:42:28.635 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.635 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.635 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.637 [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 16:42:28.731 [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 = ?)") 16:42:28.732 [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() 16:42:28.738 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.738 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.738 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.740 [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 16:42:28.821 [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 = ?)") 16:42:28.822 [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() 16:42:28.828 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.828 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.828 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.830 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE 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 16:42:28.919 [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 = ?)") 16:42:28.920 [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() 16:42:28.925 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:28.925 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:28.925 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:28.927 [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 16:42:29.008 [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 = ?)") 16:42:29.009 [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() 16:42:29.014 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:42:29.014 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:42:29.014 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:42:29.015 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE 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 16:42:59.095 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:43:29.096 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:44:04.098 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:44:39.099 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 16:44:39.101 [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() 16:44:39.106 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:44:39.106 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:44:39.107 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:45:09.108 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 16:46:39.111 [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 16:47:09.177 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:47:39.178 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:48:14.180 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:48:49.181 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 16:48:49.183 [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() 16:48:49.188 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:48:49.188 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:48:49.188 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:49:19.190 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 16:50:49.192 [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 16:51:19.260 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:51:49.262 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:52:24.263 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:52:59.264 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 16:52:59.266 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) 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() 16:52:59.271 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:52:59.271 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:52:59.271 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:53:29.273 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 16:54:59.287 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30005ms. 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 30005ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.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 30005ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_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 30005ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.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 16:55:29.353 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:55:59.354 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:56:34.356 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 16:57:09.357 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 16:57:09.359 [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() 16:57:09.385 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 16:57:09.385 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 16:57:09.385 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 16:57:39.388 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 16:59:09.391 [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 16:59:39.473 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:00:09.474 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 17:00:44.475 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:01:19.477 [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 = ?)") 17:01:19.479 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) 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() 17:01:19.486 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:01:19.486 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:01:19.486 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:01:49.488 [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. 17:03:19.490 [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 17:03:49.562 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:04:19.563 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:04:54.564 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:05:29.566 [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 = ?)") 17:05:29.567 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) 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() 17:05:29.575 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:05:29.575 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:05:29.575 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:05:59.577 [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. 17:07:29.579 [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 17:07:59.649 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:08:29.651 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:09:04.652 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 17:09:39.653 [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 = ?)") 17:09:39.655 [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() 17:09:39.661 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:09:39.661 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:09:39.661 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:10:09.663 [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. 17:11:39.665 [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 17:12:09.738 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 30001ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 17:12:39.739 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:13:14.740 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:13:49.742 [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 = ?)") 17:13:49.743 [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() 17:13:49.750 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:13:49.750 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:13:49.750 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:14:19.751 [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. 17:15:49.754 [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 17:16:19.824 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:16:49.825 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:17:24.827 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:17:59.828 [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 = ?)") 17:17:59.830 [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() 17:17:59.836 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:17:59.836 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:17:59.836 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:18:29.838 [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. 17:19:59.840 [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 17:20:29.915 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:20:59.917 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:21:34.919 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:22:09.922 [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 = ?)") 17:22:09.924 [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() 17:22:09.933 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:22:09.933 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:22:09.934 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:22:39.936 [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. 17:24:09.939 [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 17:24:40.013 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:25:10.014 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:25:45.016 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:26:20.017 [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 = ?)") 17:26:20.019 [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() 17:26:20.025 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:26:20.025 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:26:20.025 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:26:50.027 [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. 17:28:20.029 [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 17:28:50.110 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:29:20.111 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:29:55.113 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:30:30.114 [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 = ?)") 17:30:30.116 [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() 17:30:30.122 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:30:30.122 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:30:30.122 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:31:00.123 [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. 17:32:30.126 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base @teardown Scenario: Stop test environment # features/jobScheduling/TriggerServiceI9n.feature:787 17:32:30.188 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 17:32:30.190 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 17:32:30.196 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.196 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.197 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.197 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.198 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.198 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.200 [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 17:32:30.200 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 17:32:30.200 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 17:32:30.200 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 17:32:30.200 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 17:32:30.202 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.202 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.203 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.203 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.203 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.204 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.205 [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 17:32:30.206 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 17:32:30.206 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 17:32:30.208 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.208 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.209 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.209 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.210 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.210 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.212 [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 17:32:30.212 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 17:32:30.214 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.214 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.214 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.214 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.215 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.215 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.217 [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 17:32:30.217 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 17:32:30.219 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.219 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.220 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.220 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.220 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.220 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.222 [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 17:32:30.222 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 17:32:30.224 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.224 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.225 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.225 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.226 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.226 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.227 [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 17:32:30.228 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 17:32:30.229 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.229 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.230 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.230 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.231 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.231 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.233 [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 17:32:30.233 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 17:32:30.235 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.235 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.236 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.236 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.236 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.236 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.238 [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 17:32:30.238 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 17:32:30.241 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.241 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.242 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.242 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.243 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.243 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.257 [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 17:32:30.258 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 17:32:30.259 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.260 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.260 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.260 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.261 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.261 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.263 [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 17:32:30.263 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 17:32:30.264 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.265 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.265 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.265 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.266 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.266 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.268 [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 17:32:30.268 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 17:32:30.268 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 17:32:30.270 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.270 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.270 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.270 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.271 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.271 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.273 [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 17:32:30.273 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 17:32:30.275 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.275 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.275 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.275 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.276 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.276 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.278 [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 17:32:30.278 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 17:32:30.280 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.280 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.280 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.280 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.281 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.281 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.283 [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 17:32:30.283 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 17:32:30.285 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.285 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.286 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.286 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.286 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.286 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.288 [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 17:32:30.288 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 17:32:30.290 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.290 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.291 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.291 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.292 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.292 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.294 [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 17:32:30.294 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 17:32:30.295 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.295 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.296 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.296 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.297 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.297 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.299 [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 17:32:30.299 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 17:32:30.301 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.301 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.302 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.302 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.302 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.302 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.304 [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 17:32:30.304 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 17:32:30.306 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.306 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.307 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.307 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.307 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.308 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.309 [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 17:32:30.310 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 17:32:30.311 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.311 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.312 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.312 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.313 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.313 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.316 [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 17:32:30.316 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 17:32:30.317 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.318 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.318 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.318 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.319 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.319 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.320 [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 17:32:30.321 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 17:32:30.322 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.322 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.323 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.323 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.323 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:30.323 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:30.325 [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 17:32:30.325 [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() 17:32:30.326 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 17:32:30.326 [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,014.427 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest [ERROR] Trigger service tests.Init Security Context for all scenarios Time elapsed: 7.004 s <<< ERROR! com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241) at ✽.Start base docker environment(classpath:features/jobScheduling/TriggerServiceI9n.feature:21) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 more [ERROR] Trigger service tests.Init Security Context for all scenarios Time elapsed: 7.004 s <<< ERROR! java.lang.RuntimeException: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:72) at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420) Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:622) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:194) at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:439) at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:321) at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:173) at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:152) at org.h2.Driver.connect(Driver.java:69) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228) at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:70) at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at java.base/java.net.Socket.connect(Socket.java:591) at org.h2.util.NetUtils.createSocket(NetUtils.java:103) at org.h2.util.NetUtils.createSocket(NetUtils.java:83) at org.h2.engine.SessionRemote.initTransfer(SessionRemote.java:119) at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:435) ... 52 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters Time elapsed: 1.281 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:28) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters Time elapsed: 1.282 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.122 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.122 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.114 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.114 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.13 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.13 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name Time elapsed: 0.141 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.141 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.111 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.111 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.113 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.113 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.11 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.11 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only Time elapsed: 0.114 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.114 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.132 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.132 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.104 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.104 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.101 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.101 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.098 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.098 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at 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.098 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.098 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at 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.105 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.105 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.099 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.099 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at 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.1 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.1 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.112 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.112 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at 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.107 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.108 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at 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.106 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.106 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at 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.096 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.096 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.093 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.093 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.087 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.087 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter Time elapsed: 0.091 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:430) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter Time elapsed: 0.091 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only Time elapsed: 0.094 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.094 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time Time elapsed: 0.094 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.094 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time 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: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.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 With Null Interval Number Time elapsed: 0.09 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.09 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at 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.096 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.096 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.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: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.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 "Cron Job" Schedule With All Valid Parameters Except Cron Format Time elapsed: 250.094 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.094 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value Time elapsed: 250.08 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.081 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.093 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.094 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30005ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.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 30005ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_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 30005ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.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.106 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.107 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.095 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.095 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.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: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.088 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.085 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.085 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.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: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.088 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.085 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.085 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.1 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.1 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.087 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.088 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.094 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature: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.095 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 17:32:31.110 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 17:32:31.110 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 17:32:31.157 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 17:32:31.163 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 17:32:31.163 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 17:32:31.563 [main] INFO org.reflections.Reflections - Reflections took 390 ms to scan 98 urls, producing 839 keys and 2499 values 17:32:31.579 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 17:32:31.579 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 17:32:31.579 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 17:32:31.579 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 17:32:31.579 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 17:32:31.579 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 17:32:31.579 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 17:32:31.579 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.client.protocol.ProtocolDescriptorModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 17:32:31.580 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 17:32:31.581 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 17:32:31.582 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 17:32:32.362 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 17:32:32.362 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 17:32:32.363 [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 17:32:32.493 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 17:32:32.505 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 17:32:32.505 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:32.505 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:32.505 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:32.505 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:32.505 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:32.506 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 17:32:32.515 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 17:32:32.515 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 17:32:32.520 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 17:32:32.520 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 17:32:32.520 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 17:32:32.520 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 17:32:32.520 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 17:32:32.520 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 17:32:32.520 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 17:32:32.521 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 17:32:32.521 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:32.521 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 17:32:32.560 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:32:32.560 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:32.560 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:32.560 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:32.560 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:32.560 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:32.561 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 17:32:32.561 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:32.561 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 17:32:32.561 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 17:32:32.561 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:32.566 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 17:32:32.566 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:32.566 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:32.566 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:32.566 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:32.567 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:32.575 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 17:32:32.575 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:32.575 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:32.575 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:32.575 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:32.575 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:32.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 17:32:32.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:32.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:32.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:32.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:32.587 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:32.588 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 17:32:32.588 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 17:32:32.588 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 17:32:32.588 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 17:32:32.588 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 17:32:32.588 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 17:32:32.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 17:32:32.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:32.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:32.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:32.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:32.595 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:32.595 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 17:32:32.840 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 17:32:32.840 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:32.840 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:32.840 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:32.840 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:32.840 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:32.841 [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. 17:32:32.842 [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. 17:32:32.842 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 17:32:32.842 [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() 17:32:32.844 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 17:32:32.844 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 17:32:32.844 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 17:32:32.849 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.849 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.849 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.849 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.850 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.850 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.852 [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 17:32:32.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 17:32:32.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 17:32:32.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 17:32:32.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 17:32:32.854 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.854 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.857 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.857 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.858 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.858 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.860 [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 17:32:32.860 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 17:32:32.860 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 17:32:32.862 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.862 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.863 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.863 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.864 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.864 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.865 [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 17:32:32.866 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 17:32:32.867 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.868 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.868 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.868 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.869 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.869 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.871 [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 17:32:32.871 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 17:32:32.873 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.873 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.873 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.873 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.874 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.874 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.875 [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 17:32:32.876 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 17:32:32.877 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.877 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.878 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.878 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.879 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.879 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.880 [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 17:32:32.881 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 17:32:32.882 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.882 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.883 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.883 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.883 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.883 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.885 [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 17:32:32.885 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 17:32:32.887 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.887 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.888 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.888 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.888 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.888 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.890 [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 17:32:32.890 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 17:32:32.892 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.892 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.893 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.893 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.894 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.894 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.895 [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 17:32:32.895 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 17:32:32.897 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.897 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.898 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.898 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.898 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.899 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.900 [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 17:32:32.900 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 17:32:32.902 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.902 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.903 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.903 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.903 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.903 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.905 [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 17:32:32.905 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 17:32:32.905 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 17:32:32.907 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.907 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.907 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.908 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.908 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.908 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.910 [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 17:32:32.910 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 17:32:32.911 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.912 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.912 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.912 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.913 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.913 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.914 [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 17:32:32.915 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 17:32:32.916 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.916 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.917 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.917 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.917 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.918 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.919 [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 17:32:32.919 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 17:32:32.921 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.921 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.922 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.922 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.922 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.922 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.924 [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 17:32:32.924 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 17:32:32.926 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.926 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.956 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.957 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.957 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.959 [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 17:32:32.959 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 17:32:32.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 17:32:32.961 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.962 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.962 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.964 [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 17:32:32.965 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 17:32:32.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 17:32:32.966 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.967 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.967 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.968 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.970 [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 17:32:32.970 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 17:32:32.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 17:32:32.972 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.972 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.973 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.975 [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 17:32:32.975 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 17:32:32.977 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.977 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.977 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.977 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.978 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.978 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.979 [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 17:32:32.980 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 17:32:32.981 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.981 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.982 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.982 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.983 [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 17:32:32.984 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 17:32:32.985 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.985 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.986 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.987 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.988 [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 17:32:32.988 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 17:32:32.988 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 17:32:32.989 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:32:32.990 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.990 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.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 17:32:32.991 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:32:32.992 [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 17:32:33.003 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 17:32:33.004 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.004 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.004 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.004 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.004 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 17:32:33.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.011 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.012 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.012 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:33.012 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.012 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.022 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 17:32:33.022 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.022 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.022 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.022 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.022 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.022 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.022 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 17:32:33.023 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 17:32:33.030 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:32:33.031 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.031 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.031 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.031 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.031 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:32:33.059 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.059 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.059 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.059 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.059 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 17:32:33.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.063 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 17:32:33.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:32:33.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:32:33.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:32:33.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.103 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:32:33.103 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.103 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.103 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.103 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.103 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:32:33.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.112 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.118 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:32:33.118 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.118 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.119 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.119 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.119 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:32:33.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.123 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.131 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:32:33.131 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.131 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.131 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.131 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.131 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:32:33.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.159 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:32:33.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.167 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.170 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:32:33.170 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.170 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.170 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.170 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.170 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.217 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:32:33.217 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.217 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.217 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.217 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.217 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:32:33.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 17:32:33.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:32:33.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:32:33.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:32:33.227 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:32:33.227 [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 17:33:03.332 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:33:33.333 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:34:08.335 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:34:43.336 [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 = ?)") 17:34:43.337 [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() 17:34:43.346 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:34:43.346 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:34:43.346 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:35:13.347 [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. 17:36:43.350 [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 17:37:13.439 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:37:43.441 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:38:18.442 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:38:53.444 [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 = ?)") 17:38:53.445 [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() 17:38:53.454 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:38:53.454 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:38:53.454 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:39:23.456 [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. 17:40:53.458 [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 17:41:23.520 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:41:53.521 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:42:28.522 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:43:03.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 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 17:43:03.525 [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() 17:43:03.535 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:43:03.535 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:43:03.536 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:43:33.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. 17:45:03.540 [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 17:45:33.600 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:46:03.601 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:46:38.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 = ?)"). 17:47:13.604 [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 = ?)") 17:47:13.606 [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() 17:47:13.613 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:47:13.613 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:47:13.613 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:47:43.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. 17:49:13.617 [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 17:49:43.688 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:50:13.689 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:50:48.691 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:51:23.692 [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 = ?)") 17:51:23.693 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) 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() 17:51:23.701 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:51:23.701 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:51:23.702 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:51:53.704 [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. 17:53:23.707 [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 17:53:53.765 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 17:54:23.766 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:54:58.768 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 17:55:33.769 [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 = ?)") 17:55:33.771 [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() 17:55:33.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:55:33.778 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:55:33.778 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 17:56:03.780 [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. 17:57:33.782 [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 17:57:33.828 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 17:57:33.829 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 17:57:33.833 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.833 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.833 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.833 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.834 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.834 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.835 [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 17:57:33.835 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 17:57:33.835 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 17:57:33.835 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 17:57:33.835 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 17:57:33.837 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.837 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.837 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.837 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.838 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.838 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.839 [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 17:57:33.839 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 17:57:33.839 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 17:57:33.841 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.841 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.842 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.842 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.842 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.842 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.844 [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 17:57:33.844 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 17:57:33.845 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.845 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.846 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.846 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.846 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.847 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.848 [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 17:57:33.848 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 17:57:33.849 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.849 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.850 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.850 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.850 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.850 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.851 [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 17:57:33.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 17:57:33.853 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.853 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.854 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.854 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.854 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.854 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.855 [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 17:57:33.856 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 17:57:33.857 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.857 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.858 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.858 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.858 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.858 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.859 [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 17:57:33.859 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 17:57:33.861 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.861 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.861 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.862 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.862 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.862 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.863 [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 17:57:33.864 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 17:57:33.865 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.865 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.866 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.866 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.866 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.866 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.867 [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 17:57:33.868 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 17:57:33.869 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.869 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.870 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.870 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.870 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.870 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.871 [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 17:57:33.872 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 17:57:33.873 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.873 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.873 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.874 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.874 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.874 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.875 [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 17:57:33.875 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 17:57:33.875 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 17:57:33.877 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.877 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.878 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.878 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.878 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.878 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.880 [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 17:57:33.880 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 17:57:33.881 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.881 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.882 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.882 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.882 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.882 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.883 [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 17:57:33.884 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 17:57:33.885 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.885 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.886 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.886 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.886 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.886 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.887 [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 17:57:33.887 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 17:57:33.889 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.889 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.889 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.889 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.890 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.890 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.891 [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 17:57:33.891 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 17:57:33.893 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.893 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.893 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.893 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.894 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.894 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.895 [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 17:57:33.895 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 17:57:33.896 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.896 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.897 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.897 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.898 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.898 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.899 [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 17:57:33.899 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 17:57:33.901 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.901 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.901 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.901 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.902 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.902 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.903 [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 17:57:33.903 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 17:57:33.905 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.905 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.905 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.905 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.906 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.906 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.909 [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 17:57:33.909 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 17:57:33.911 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.911 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.911 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.911 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.912 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.912 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.913 [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 17:57:33.913 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 17:57:33.914 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.914 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.915 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.915 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.916 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.916 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.917 [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 17:57:33.917 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 17:57:33.918 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.918 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.919 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.919 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.919 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:33.919 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:33.920 [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 17:57:33.921 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE Given Stop full docker environment # org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment() ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘ [ERROR] Tests run: 14, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 1,503.115 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest [ERROR] JobEngineService execute job on device connect.Start full docker environment Time elapsed: 2.359 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.121 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.121 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.108 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/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.108 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.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/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.082 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.075 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.076 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.09 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.091 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.073 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature: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.073 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [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 17:57:34.196 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 17:57:34.196 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 17:57:34.198 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 17:57:34.200 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 17:57:34.200 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 17:57:34.606 [main] INFO org.reflections.Reflections - Reflections took 399 ms to scan 98 urls, producing 839 keys and 2499 values 17:57:34.618 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 17:57:34.618 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 17:57:34.618 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 17:57:34.656 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 17:57:34.656 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 17:57:34.656 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 17:57:34.656 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 17:57:34.656 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 17:57:34.656 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.client.protocol.ProtocolDescriptorModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 17:57:34.657 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.DataStorableModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 17:57:34.658 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 17:57:34.659 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 17:57:34.659 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 17:57:34.659 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 17:57:34.659 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 17:57:35.352 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 17:57:35.352 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 17:57:35.352 [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 17:57:35.475 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 17:57:35.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 17:57:35.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.483 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.484 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 17:57:35.492 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 17:57:35.492 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@4698ccad 17:57:35.492 [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() 17:57:35.492 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 17:57:35.492 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 17:57:35.492 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 17:57:35.495 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.495 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.496 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.496 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.496 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.496 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.498 [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 17:57:35.498 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 17:57:35.498 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 17:57:35.498 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 17:57:35.498 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 17:57:35.499 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.499 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.500 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.500 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.500 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.500 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.501 [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 17:57:35.501 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 17:57:35.501 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 17:57:35.503 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.503 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.503 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.503 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.504 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.504 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.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.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 17:57:35.505 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 17:57:35.507 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.507 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.507 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.507 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.508 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.508 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.509 [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 17:57:35.509 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 17:57:35.510 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.510 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.511 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.511 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.511 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.511 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.512 [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 17:57:35.513 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 17:57:35.514 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.514 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.515 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.515 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.515 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.515 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.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: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 17:57:35.517 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 17:57:35.518 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.518 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.519 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.519 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.520 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.520 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.521 [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 17:57:35.521 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 17:57:35.522 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.522 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.523 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.523 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.523 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.523 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.524 [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 17:57:35.525 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 17:57:35.526 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.526 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.527 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.527 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.527 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.527 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.528 [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 17:57:35.528 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 17:57:35.530 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.530 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.530 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.530 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.531 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.531 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.532 [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 17:57:35.532 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 17:57:35.533 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.533 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.534 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.534 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.534 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.534 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.535 [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 17:57:35.535 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 17:57:35.535 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 17:57:35.537 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.537 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.556 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.557 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.557 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.557 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.558 [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 17:57:35.558 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 17:57:35.560 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.560 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.560 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.560 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.561 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.561 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.562 [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 17:57:35.562 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 17:57:35.563 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.563 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.564 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.564 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.564 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.564 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.565 [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 17:57:35.565 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 17:57:35.567 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.567 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.568 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.568 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.568 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.568 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.569 [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 17:57:35.569 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 17:57:35.571 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.571 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.571 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.571 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.572 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.572 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.573 [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 17:57:35.573 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 17:57:35.574 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.574 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.575 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.575 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.575 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.575 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.576 [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 17:57:35.577 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 17:57:35.578 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.578 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.578 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.578 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.579 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.579 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.580 [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 17:57:35.580 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 17:57:35.581 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.581 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.582 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.582 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.582 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.582 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.584 [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 17:57:35.584 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 17:57:35.585 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.585 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.586 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.586 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.586 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.586 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.587 [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 17:57:35.587 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 17:57:35.589 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.589 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.589 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.589 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.590 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.590 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.591 [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 17:57:35.591 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 17:57:35.593 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.593 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.593 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.593 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.594 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.594 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.595 [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 17:57:35.595 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 17:57:35.595 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 17:57:35.597 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.597 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.597 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.597 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.598 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory 17:57:35.598 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 17:57:35.599 [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 17:57:35.604 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 17:57:35.604 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 17:57:35.604 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 17:57:35.604 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 17:57:35.604 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 17:57:35.604 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 17:57:35.605 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 17:57:35.605 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.605 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.605 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 17:57:35.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:57:35.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.618 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.618 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 17:57:35.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.622 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.622 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.622 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.623 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 17:57:35.632 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 17:57:35.632 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.632 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.632 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.632 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.632 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.632 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.632 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.632 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 17:57:35.632 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.632 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.633 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.633 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.633 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.662 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:57:35.662 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.662 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.662 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.662 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.662 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 17:57:35.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.674 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 17:57:35.674 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 17:57:35.674 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 17:57:35.674 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 17:57:35.674 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 17:57:35.674 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 17:57:35.683 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 17:57:35.683 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.683 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.683 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.683 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.683 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.688 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 17:57:35.688 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.688 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.688 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.688 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.688 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.690 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.690 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.699 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:57:35.699 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.699 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.699 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.699 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.699 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.699 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.699 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.705 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:57:35.705 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.705 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.705 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.705 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.705 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.709 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:57:35.709 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.709 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.709 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.709 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.709 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.710 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.710 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 17:57:35.710 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.710 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 17:57:35.721 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 17:57:35.722 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.722 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.722 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.722 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.722 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.728 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:57:35.728 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.728 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.728 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.729 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.729 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.733 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 17:57:35.733 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.733 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.733 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.733 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.733 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.760 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 17:57:35.760 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.760 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.760 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.760 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.760 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 17:57:35.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.765 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.768 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:57:35.768 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.768 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.768 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.768 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.769 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:57:35.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.774 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.783 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:57:35.783 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.783 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.783 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.783 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.783 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.789 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:57:35.789 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.789 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.789 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.789 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.789 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.828 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:57:35.829 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.829 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.829 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.829 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.829 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:57:35.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:57:35.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 17:57:35.869 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 17:57:35.869 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 17:57:35.869 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 17:57:35.869 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 17:57:35.869 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 17:57:35.869 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== @deviceManagement @deviceManagementInventory @env_docker Scenario: Request Inventory Items to a Device # features/deviceManagement/DeviceManagementInventoryI9n.feature:32 17:58:05.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 = ?)"). 17:58:35.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 = ?)"). 17:59:10.913 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 17:59:45.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 = ?)") 17:59:45.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/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() 17:59:45.921 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 17:59:45.921 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 17:59:45.921 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 18:00:15.923 [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. 18:01:45.925 [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 18:02:15.975 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 18:02:45.976 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:03:20.977 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:03:55.979 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 18:03:55.980 [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() 18:03:55.986 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 18:03:55.986 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 18:03:55.986 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 18:04:25.988 [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. 18:05:55.990 [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 18:06:26.030 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:06:56.031 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:07:31.033 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 18:08:06.034 [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 = ?)") 18:08:06.035 [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() 18:08:06.041 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 18:08:06.041 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 18:08:06.041 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 18:08:36.043 [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. 18:10:06.045 [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 18:10:36.085 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:11:06.087 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:11:41.089 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 18:12:16.091 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 18:12:16.092 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) 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() 18:12:16.102 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 18:12:16.102 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 18:12:16.102 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 18:12:46.104 [main] INFO eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 18:14:16.106 [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 18:14:46.149 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:15:16.150 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:15:51.151 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:16:26.153 [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 = ?)") 18:16:26.154 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:678) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:629) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) 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() 18:16:26.161 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 18:16:26.162 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 18:16:26.162 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 18:16:56.163 [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. 18:18:26.166 [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 18:18:56.208 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:19:26.209 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:20:01.211 [main] INFO eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of 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 = ?)"). 18:20:36.212 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 18:20:36.213 [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() 18:20:36.244 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 18:20:36.244 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 18:20:36.244 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql Build timed out (after 120 minutes). Marking the build as aborted. Build was aborted [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at PROJECT level /home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report to /var/jenkins/jobs/develop-test/htmlreports/Cucumber_20reports ERROR: Specified HTML directory '/home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report' does not exist. Recording test results [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] JobEngineService execute job on device connect.Executing Job And Then Restarting Device [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After End Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After The Specified Start Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before End Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before The Specified Start Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30005ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Min Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Name Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Init Security Context for all scenarios [ERROR] Run 1: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory [ERROR] Run 2: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] [INFO] [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [INFO] [ERROR] Tests run: 162, Failures: 0, Errors: 50, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for kapua 2.1.0-SNAPSHOT: [INFO] [INFO] kapua-build-tools .................................. SUCCESS [ 2.267 s] [INFO] kapua .............................................. SUCCESS [ 31.157 s] [INFO] kapua-qa ........................................... SUCCESS [ 1.540 s] [INFO] kapua-qa-markers ................................... SUCCESS [ 2.147 s] [INFO] kapua-service ...................................... SUCCESS [ 8.963 s] [INFO] kapua-service-api .................................. SUCCESS [ 12.943 s] [INFO] kapua-account ...................................... SUCCESS [ 0.442 s] [INFO] kapua-account-api .................................. SUCCESS [ 2.312 s] [INFO] kapua-user ......................................... SUCCESS [ 0.389 s] [INFO] kapua-user-api ..................................... SUCCESS [ 2.306 s] [INFO] kapua-security ..................................... SUCCESS [ 2.202 s] [INFO] kapua-security-authorization ....................... SUCCESS [ 0.491 s] [INFO] kapua-security-authorization-api ................... SUCCESS [ 7.408 s] [INFO] kapua-security-authentication ...................... SUCCESS [ 0.251 s] [INFO] kapua-security-authentication-api .................. SUCCESS [ 6.646 s] [INFO] kapua-commons ...................................... SUCCESS [ 43.745 s] [INFO] kapua-locator ...................................... SUCCESS [ 0.275 s] [INFO] kapua-locator-guice ................................ SUCCESS [ 10.667 s] [INFO] kapua-account-internal ............................. SUCCESS [ 13.724 s] [INFO] kapua-message ...................................... SUCCESS [ 0.313 s] [INFO] kapua-message-api .................................. SUCCESS [ 3.205 s] [INFO] kapua-device ....................................... SUCCESS [ 3.285 s] [INFO] kapua-device-api ................................... SUCCESS [ 2.700 s] [INFO] kapua-device-registry .............................. SUCCESS [ 1.129 s] [INFO] kapua-device-registry-api .......................... SUCCESS [ 3.255 s] [INFO] kapua-job .......................................... SUCCESS [ 0.605 s] [INFO] kapua-job-api ...................................... SUCCESS [ 2.323 s] [INFO] kapua-job-engine ................................... SUCCESS [ 0.536 s] [INFO] kapua-job-engine-api ............................... SUCCESS [ 5.494 s] [INFO] kapua-device-management ............................ SUCCESS [ 1.017 s] [INFO] kapua-device-management-api ........................ SUCCESS [ 2.719 s] [INFO] kapua-device-management-request .................... SUCCESS [ 0.257 s] [INFO] kapua-device-management-request-api ................ SUCCESS [ 2.587 s] [INFO] kapua-commons-rest ................................. SUCCESS [ 0.400 s] [INFO] kapua-commons-rest-model ........................... SUCCESS [ 8.342 s] [INFO] kapua-job-engine-client ............................ SUCCESS [ 3.321 s] [INFO] kapua-job-engine-commons ........................... SUCCESS [ 3.504 s] [INFO] kapua-transport .................................... SUCCESS [ 0.253 s] [INFO] kapua-transport-api ................................ SUCCESS [ 7.355 s] [INFO] kapua-device-call .................................. SUCCESS [ 0.845 s] [INFO] kapua-device-call-api .............................. SUCCESS [ 7.174 s] [INFO] kapua-translator ................................... SUCCESS [ 0.750 s] [INFO] kapua-translator-api ............................... SUCCESS [ 2.713 s] [INFO] kapua-message-internal ............................. SUCCESS [ 13.234 s] [INFO] kapua-transport-mqtt ............................... SUCCESS [ 8.962 s] [INFO] kapua-device-call-kura ............................. SUCCESS [ 6.639 s] [INFO] kapua-device-management-registry ................... SUCCESS [ 0.186 s] [INFO] kapua-device-management-registry-api ............... SUCCESS [ 2.701 s] [INFO] kapua-device-commons ............................... SUCCESS [ 7.346 s] [INFO] kapua-service-commons .............................. SUCCESS [ 0.587 s] [INFO] kapua-service-storable ............................. SUCCESS [ 0.194 s] [INFO] kapua-service-storable-api ......................... SUCCESS [ 6.874 s] [INFO] kapua-service-elasticsearch ........................ SUCCESS [ 0.280 s] [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [ 7.268 s] [INFO] kapua-datastore .................................... SUCCESS [ 0.779 s] [INFO] kapua-datastore-api ................................ SUCCESS [ 2.865 s] [INFO] kapua-service-storable-internal .................... SUCCESS [ 3.049 s] [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [ 3.622 s] [INFO] kapua-datastore-internal ........................... SUCCESS [ 5.535 s] [INFO] kapua-plug-ins ..................................... SUCCESS [ 0.296 s] [INFO] kapua-sso .......................................... SUCCESS [ 0.245 s] [INFO] kapua-openid-connect ............................... SUCCESS [ 0.197 s] [INFO] kapua-openid-api ................................... SUCCESS [ 1.716 s] [INFO] kapua-openid-provider .............................. SUCCESS [ 3.286 s] [INFO] kapua-security-registration ........................ SUCCESS [ 0.117 s] [INFO] kapua-security-registration-api .................... SUCCESS [ 2.386 s] [INFO] kapua-service-commons-utils ........................ SUCCESS [ 0.131 s] [INFO] kapua-service-commons-utils-api .................... SUCCESS [ 2.166 s] [INFO] kapua-security-certificate ......................... SUCCESS [ 0.218 s] [INFO] kapua-security-certificate-api ..................... SUCCESS [ 2.873 s] [INFO] kapua-service-commons-utils-internal ............... SUCCESS [ 2.350 s] [INFO] kapua-security-certificate-internal ................ SUCCESS [ 3.255 s] [INFO] kapua-user-internal ................................ SUCCESS [ 3.780 s] [INFO] kapua-client ....................................... SUCCESS [ 1.159 s] [INFO] kapua-client-security .............................. SUCCESS [ 5.806 s] [INFO] kapua-device-authentication ........................ SUCCESS [ 2.282 s] [INFO] kapua-tag .......................................... SUCCESS [ 0.394 s] [INFO] kapua-tag-api ...................................... SUCCESS [ 1.675 s] [INFO] kapua-device-registry-internal ..................... SUCCESS [ 5.854 s] [INFO] kapua-security-registration-simple ................. SUCCESS [ 3.131 s] [INFO] kapua-tag-internal ................................. SUCCESS [ 8.631 s] [INFO] kapua-security-shiro ............................... SUCCESS [ 55.810 s] [INFO] kapua-simulator-kura ............................... SUCCESS [ 16.907 s] [INFO] kapua-stream ....................................... SUCCESS [ 0.138 s] [INFO] kapua-stream-api ................................... SUCCESS [ 2.050 s] [INFO] kapua-device-management-asset ...................... SUCCESS [ 0.234 s] [INFO] kapua-device-management-asset-api .................. SUCCESS [ 2.419 s] [INFO] kapua-device-management-asset-store ................ SUCCESS [ 0.089 s] [INFO] kapua-device-management-asset-store-api ............ SUCCESS [ 2.183 s] [INFO] kapua-device-management-asset-internal ............. SUCCESS [ 3.305 s] [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [ 2.295 s] [INFO] kapua-device-management-bundle ..................... SUCCESS [ 0.126 s] [INFO] kapua-device-management-bundle-api ................. SUCCESS [ 2.305 s] [INFO] kapua-device-management-bundle-internal ............ SUCCESS [ 2.698 s] [INFO] kapua-device-management-command .................... SUCCESS [ 0.181 s] [INFO] kapua-device-management-command-api ................ SUCCESS [ 2.244 s] [INFO] kapua-device-management-command-internal ........... SUCCESS [ 2.955 s] [INFO] kapua-device-management-configuration .............. SUCCESS [ 0.214 s] [INFO] kapua-device-management-configuration-api .......... SUCCESS [ 2.631 s] [INFO] kapua-device-management-configuration-message-api .. SUCCESS [ 1.983 s] [INFO] kapua-device-management-configuration-store ........ SUCCESS [ 0.112 s] [INFO] kapua-device-management-configuration-store-api .... SUCCESS [ 2.267 s] [INFO] kapua-device-management-configuration-internal ..... SUCCESS [ 4.251 s] [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [ 2.368 s] [INFO] kapua-device-management-inventory .................. SUCCESS [ 0.193 s] [INFO] kapua-device-management-inventory-api .............. SUCCESS [ 2.622 s] [INFO] kapua-device-management-inventory-internal ......... SUCCESS [ 3.558 s] [INFO] kapua-device-management-keystore ................... SUCCESS [ 0.204 s] [INFO] kapua-device-management-keystore-api ............... SUCCESS [ 2.537 s] [INFO] kapua-device-management-keystore-internal .......... SUCCESS [ 3.597 s] [INFO] kapua-device-management-packages ................... SUCCESS [ 0.275 s] [INFO] kapua-device-management-packages-api ............... SUCCESS [ 2.912 s] [INFO] kapua-device-management-registry-internal .......... SUCCESS [ 3.912 s] [INFO] kapua-device-management-packages-internal .......... SUCCESS [ 3.970 s] [INFO] kapua-device-management-request-internal ........... SUCCESS [ 2.948 s] [INFO] kapua-device-management-all ........................ SUCCESS [ 0.075 s] [INFO] kapua-device-management-all-internal ............... SUCCESS [ 0.223 s] [INFO] kapua-translator-kapua ............................. SUCCESS [ 0.413 s] [INFO] kapua-translator-kapua-kura ........................ SUCCESS [ 5.384 s] [INFO] kapua-translator-kura .............................. SUCCESS [ 0.155 s] [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [ 2.523 s] [INFO] kapua-transport-jms ................................ SUCCESS [ 2.591 s] [INFO] kapua-translator-kura-jms .......................... SUCCESS [ 2.821 s] [INFO] kapua-qa-common .................................... SUCCESS [ 11.260 s] [INFO] kapua-account-test-steps ........................... SUCCESS [ 4.012 s] [INFO] kapua-account-test ................................. SUCCESS [01:06 min] [INFO] kapua-user-test-steps .............................. SUCCESS [ 4.287 s] [INFO] kapua-user-test .................................... SUCCESS [01:14 min] [INFO] kapua-scheduler .................................... SUCCESS [ 0.361 s] [INFO] kapua-scheduler-api ................................ SUCCESS [ 2.193 s] [INFO] kapua-device-management-job ........................ SUCCESS [ 0.132 s] [INFO] kapua-device-management-job-api .................... SUCCESS [ 2.491 s] [INFO] kapua-service-client ............................... SUCCESS [ 9.027 s] [INFO] kapua-broker ....................................... SUCCESS [ 0.274 s] [INFO] kapua-broker-artemis ............................... SUCCESS [ 0.316 s] [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [ 9.318 s] [INFO] kapua-device-registry-test-steps ................... SUCCESS [ 6.368 s] [INFO] kapua-device-registry-test ......................... SUCCESS [02:28 min] [INFO] kapua-scheduler-quartz ............................. SUCCESS [ 4.558 s] [INFO] kapua-job-internal ................................. SUCCESS [ 5.295 s] [INFO] kapua-job-test-steps ............................... SUCCESS [ 4.259 s] [INFO] kapua-job-test ..................................... SUCCESS [02:34 min] [INFO] kapua-tag-test-steps ............................... SUCCESS [ 3.258 s] [INFO] kapua-tag-test ..................................... SUCCESS [02:02 min] [INFO] kapua-endpoint ..................................... SUCCESS [ 0.210 s] [INFO] kapua-endpoint-api ................................. SUCCESS [ 1.705 s] [INFO] kapua-rest-api ..................................... SUCCESS [ 0.836 s] [INFO] kapua-rest-api-core ................................ SUCCESS [ 11.812 s] [INFO] kapua-device-management-all-api .................... SUCCESS [ 0.114 s] [INFO] kapua-system ....................................... SUCCESS [ 0.094 s] [INFO] kapua-system-api ................................... SUCCESS [ 1.407 s] [INFO] kapua-commons-rest-errors .......................... SUCCESS [ 3.181 s] [INFO] kapua-rest-api-resources ........................... SUCCESS [ 6.529 s] [INFO] kapua-endpoint-internal ............................ SUCCESS [ 3.387 s] [INFO] kapua-commons-rest-filters ......................... SUCCESS [ 3.085 s] [INFO] kapua-stream-internal .............................. SUCCESS [ 2.714 s] [INFO] kapua-system-internal .............................. SUCCESS [ 2.444 s] [INFO] kapua-extras ....................................... SUCCESS [ 0.311 s] [INFO] kapua-foreignkeys .................................. SUCCESS [ 0.262 s] [INFO] kapua-rest-api-web ................................. SUCCESS [ 25.465 s] [INFO] kapua-qa-integration-steps ......................... SUCCESS [ 5.958 s] [INFO] kapua-security-test-steps .......................... SUCCESS [ 4.678 s] [INFO] kapua-device-management-job-internal ............... SUCCESS [ 3.498 s] [INFO] kapua-endpoint-test-steps .......................... SUCCESS [ 3.844 s] [INFO] kapua-device-management-bundle-job ................. SUCCESS [ 2.523 s] [INFO] kapua-device-management-asset-job .................. SUCCESS [ 2.343 s] [INFO] kapua-device-management-packages-job ............... SUCCESS [ 2.686 s] [INFO] kapua-device-management-command-job ................ SUCCESS [ 2.728 s] [INFO] kapua-device-management-configuration-job .......... SUCCESS [ 2.628 s] [INFO] kapua-device-management-keystore-job ............... SUCCESS [ 2.928 s] [INFO] kapua-scheduler-test-steps ......................... SUCCESS [ 3.576 s] [INFO] kapua-datastore-test-steps ......................... SUCCESS [ 4.944 s] [INFO] kapua-service-camel ................................ SUCCESS [ 3.375 s] [INFO] kapua-consumer ..................................... SUCCESS [ 0.256 s] [INFO] kapua-consumer-lifecycle ........................... SUCCESS [ 3.261 s] [INFO] kapua-consumer-telemetry ........................... SUCCESS [ 3.515 s] [INFO] kapua-service-authentication ....................... SUCCESS [ 4.052 s] [INFO] kapua-qa-integration ............................... FAILURE [ 01:39 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-06-25T18:20:57Z [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-20240625164158290_487.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-06-25T16-21-48_521-jvmRun1' 'surefire-20240625164158290_485tmp' 'surefire_27-20240625164158290_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-20240625164158290_487.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-06-25T16-21-48_521-jvmRun1' 'surefire-20240625164158290_485tmp' 'surefire_27-20240625164158290_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