Skip to content

Failed

Scenario: Validate a regular creator.Scenario: Validate a regular creator (from org.eclipse.kapua.service.device.registry.internal.RunTest)

Failing for the past 1 build (Since Unstable #1 )
Took 0.1 sec.

Error Message

java.io.FileNotFoundException: /tmp/genie.kapua/kapua-liquibase/0.3.0/athz_group-id_check_positive.xml (No such file or directory)

Stacktrace

java.lang.RuntimeException: java.io.FileNotFoundException: /tmp/genie.kapua/kapua-liquibase/0.3.0/athz_group-id_check_positive.xml (No such file or directory)
Caused by: java.io.FileNotFoundException: /tmp/genie.kapua/kapua-liquibase/0.3.0/athz_group-id_check_positive.xml (No such file or directory)

Standard Output

06:32:40.037 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_connection_drop.sql'
06:32:40.037 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_drop.sql'
06:32:40.037 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_event_drop.sql'
06:32:40.038 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_tag_drop.sql'
06:32:40.038 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:32:40.038 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_configuration_drop.sql'
06:32:40.038 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_service_event_drop.sql'
06:32:40.038 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:32:40.038 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_connection_drop.sql'
06:32:40.038 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_drop.sql'
06:32:40.038 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_event_drop.sql'
06:32:40.039 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_tag_drop.sql'
06:32:40.039 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:32:40.039 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_configuration_drop.sql'
06:32:40.039 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_service_event_drop.sql'
06:32:40.039 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:32:40.039 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_connection_drop.sql'
06:32:40.039 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_drop.sql'
06:32:40.039 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_event_drop.sql'
06:32:40.040 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_tag_drop.sql'
06:32:40.040 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:32:40.040 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_configuration_drop.sql'
06:32:40.040 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_service_event_drop.sql'
06:32:40.040 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!

  Scenario: Check the Device Connection Domain data seetting # features/DeviceRegistryConnection.feature:227
    Then The device connection domain data can be updated    # DeviceRegistryConnectionTestSteps.checkDeviceConnectionDomainUpdate()
###############################################################################
# Copyright (c) 2017 Eurotech and/or its affiliates and others
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Eurotech - initial API and implementation
###############################################################################
@default
Feature: Device Registry Validation Tests
    The Device Registry Validation helper is responsible for validating parameters
    and permissions before any operation is performed on the database.
06:32:40.047 [main] INFO  org.reflections.Reflections - Reflections took 3 ms to scan 7 urls, producing 818 keys and 827 values 
06:32:40.189 [main] ERROR o.e.k.s.l.KapuaLiquibaseClient - Error while running Liquibase scripts!
java.io.FileNotFoundException: /tmp/genie.kapua/kapua-liquibase/0.3.0/athz_group-id_check_positive.xml (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:99)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceTestSteps.beforeScenario(DeviceRegistryServiceTestSteps.java:131)
	at sun.reflect.GeneratedMethodAccessor320.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:37)
	at cucumber.runtime.Timeout.timeout(Timeout.java:13)
	at cucumber.runtime.Utils.invoke(Utils.java:31)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:223)
	at cucumber.runtime.Runtime.runHooks(Runtime.java:211)
	at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:201)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:40)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:91)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:93)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:37)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:98)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)