Skip to content

Failed

Scenario: Job execution factory sanity checks.Scenario: Job execution factory sanity checks (from org.eclipse.kapua.service.job.RunTest)

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

Error Message

liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-authentication-1.0.0.xml::changelog-access_info-domain-1.0.0::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService': Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]

Stacktrace

java.lang.RuntimeException: 
liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-authentication-1.0.0.xml::changelog-access_info-domain-1.0.0::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService': Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
Caused by: liquibase.exception.MigrationFailedException: 
Migration failed for change set KapuaDB/changelog-authentication-1.0.0.xml::changelog-access_info-domain-1.0.0::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService': Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
Caused by: liquibase.exception.DatabaseException: 
Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService': Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
Caused by: org.h2.jdbc.JdbcSQLException: 
Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]

Standard Output

Failure in before hook:JobServiceTestSteps.beforeScenario(Scenario)
Message: java.lang.RuntimeException: java.io.IOException: Unable to delete directory /tmp/genie.kapua/kapua-liquibase.
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:72)
	at org.eclipse.kapua.service.job.internal.JobServiceTestSteps.beforeScenario(JobServiceTestSteps.java:125)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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)
Caused by: java.io.IOException: Unable to delete directory /tmp/genie.kapua/kapua-liquibase.
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1541)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:84)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
	... 39 more

      java.lang.RuntimeException: java.io.IOException: Unable to delete directory /tmp/genie.kapua/kapua-liquibase.
      	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:72)
      	at org.eclipse.kapua.service.job.internal.JobServiceTestSteps.beforeScenario(JobServiceTestSteps.java:125)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	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)
      Caused by: java.io.IOException: Unable to delete directory /tmp/genie.kapua/kapua-liquibase.
      	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1541)
      	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:84)
      	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
      	... 39 more

06:35:52.857 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 6 urls, producing 748 keys and 753 values 
06:35:52.908 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing pre master files...
06:35:52.908 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 3
06:35:52.908 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 		Excuting liquibase script: /tmp/genie.kapua/kapua-liquibase/changelog-event-store-master.pre.xml
06:35:52.943 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 		Excuting liquibase script: /tmp/genie.kapua/kapua-liquibase/changelog-job-master.pre.xml
06:35:52.986 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 		Excuting liquibase script: /tmp/genie.kapua/kapua-liquibase/changelog-system-configurations-master.pre.xml
06:35:53.037 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:35:53.038 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing master files...
06:35:53.038 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 13
06:35:53.038 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 		Excuting liquibase script: /tmp/genie.kapua/kapua-liquibase/changelog-account-master.xml
06:35:53.154 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 		Excuting liquibase script: /tmp/genie.kapua/kapua-liquibase/changelog-authentication-master.xml
06:35:53.298 [main] ERROR liquibase - Change Set KapuaDB/changelog-authentication-1.0.0.xml::changelog-access_info-domain-1.0.0::eurotech failed.  Error: Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService': Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
liquibase.exception.DatabaseException: Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService': Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:56)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:98)
	at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1491)
	at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1474)
	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:343)
	at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:40)
	at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:63)
	at liquibase.Liquibase.update(Liquibase.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:112)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
	at org.eclipse.kapua.service.job.step.definition.JobStepDefinitionServiceTestSteps.beforeScenario(JobStepDefinitionServiceTestSteps.java:107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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)
Caused by: org.h2.jdbc.JdbcSQLException: Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.get(DbException.java:179)
	at org.h2.message.DbException.get(DbException.java:155)
	at org.h2.schema.Schema.getTableOrView(Schema.java:436)
	at org.h2.command.Parser.readTableOrView(Parser.java:5371)
	at org.h2.command.Parser.readTableOrView(Parser.java:5365)
	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:787)
	at org.h2.command.Parser.parseUpdate(Parser.java:730)
	at org.h2.command.Parser.parsePrepared(Parser.java:467)
	at org.h2.command.Parser.parse(Parser.java:317)
	at org.h2.command.Parser.parse(Parser.java:289)
	at org.h2.command.Parser.prepareCommand(Parser.java:254)
	at org.h2.engine.Session.prepareLocal(Session.java:560)
	at org.h2.engine.Session.prepareCommand(Session.java:501)
	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1202)
	at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:170)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:86)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:49)
	... 49 common frames omitted
06:35:53.300 [main] ERROR o.e.k.s.l.KapuaLiquibaseClient - Error while running Liquibase scripts!
liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-authentication-1.0.0.xml::changelog-access_info-domain-1.0.0::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService': Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:376)
	at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:40)
	at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:63)
	at liquibase.Liquibase.update(Liquibase.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:112)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
	at org.eclipse.kapua.service.job.step.definition.JobStepDefinitionServiceTestSteps.beforeScenario(JobStepDefinitionServiceTestSteps.java:107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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)
Caused by: liquibase.exception.DatabaseException: Error executing SQL UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService': Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:56)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:98)
	at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1491)
	at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1474)
	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:343)
	... 45 common frames omitted
Caused by: org.h2.jdbc.JdbcSQLException: Table "ATHZ_DOMAIN" not found; SQL statement:
UPDATE PUBLIC.athz_domain SET serviceName = 'org.eclipse.kapua.service.authentication.token.AccessTokenService' WHERE serviceName = 'accessTokenService' [42102-192]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.get(DbException.java:179)
	at org.h2.message.DbException.get(DbException.java:155)
	at org.h2.schema.Schema.getTableOrView(Schema.java:436)
	at org.h2.command.Parser.readTableOrView(Parser.java:5371)
	at org.h2.command.Parser.readTableOrView(Parser.java:5365)
	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:787)
	at org.h2.command.Parser.parseUpdate(Parser.java:730)
	at org.h2.command.Parser.parsePrepared(Parser.java:467)
	at org.h2.command.Parser.parse(Parser.java:317)
	at org.h2.command.Parser.parse(Parser.java:289)
	at org.h2.command.Parser.prepareCommand(Parser.java:254)
	at org.h2.engine.Session.prepareLocal(Session.java:560)
	at org.h2.engine.Session.prepareCommand(Session.java:501)
	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1202)
	at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:170)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:86)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:49)
	... 49 common frames omitted