Skip to content

Failed

org.eclipse.kapua.service.datastore.internal.MessageStoreServiceTest.testStore

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

Error Message

Error: Cannot load configuration parameters

Stacktrace

org.eclipse.kapua.service.datastore.internal.mediator.ConfigurationException: Error: Cannot load configuration parameters
	at org.eclipse.kapua.service.datastore.internal.MessageStoreServiceTest.testStore(MessageStoreServiceTest.java:2745)
Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
	at org.eclipse.kapua.service.datastore.internal.MessageStoreServiceTest.testStore(MessageStoreServiceTest.java:2745)
Caused by: javax.persistence.PersistenceException: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.3.v20160428-59c81c5): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.h2.jdbc.JdbcSQLException: Table "SYS_CONFIGURATION" not found; SQL statement:
SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC [42102-192]
Error Code: 42102
Call: SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC
	bind => [1, org.eclipse.kapua.service.datastore.MessageStoreService, 1]
Query: ReadAllQuery(referenceClass=ServiceConfigImpl sql="SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC")
	at org.eclipse.kapua.service.datastore.internal.MessageStoreServiceTest.testStore(MessageStoreServiceTest.java:2745)
Caused by: org.eclipse.persistence.exceptions.DatabaseException: 

Internal Exception: org.h2.jdbc.JdbcSQLException: Table "SYS_CONFIGURATION" not found; SQL statement:
SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC [42102-192]
Error Code: 42102
Call: SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC
	bind => [1, org.eclipse.kapua.service.datastore.MessageStoreService, 1]
Query: ReadAllQuery(referenceClass=ServiceConfigImpl sql="SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC")
	at org.eclipse.kapua.service.datastore.internal.MessageStoreServiceTest.testStore(MessageStoreServiceTest.java:2745)
Caused by: org.h2.jdbc.JdbcSQLException: 
Table "SYS_CONFIGURATION" not found; SQL statement:
SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC [42102-192]
	at org.eclipse.kapua.service.datastore.internal.MessageStoreServiceTest.testStore(MessageStoreServiceTest.java:2745)

Standard Output

06:33:14.514 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 8 urls, producing 822 keys and 832 values 
06:33:14.707 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing pre master files...
06:33:14.708 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:14.708 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:14.708 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing master files...
06:33:14.708 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:14.708 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:14.708 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing post master files...
06:33:14.708 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:14.708 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:15.063 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.6.3.v20160428-59c81c5
06:33:15.146 [main] INFO  eclipselink.logging.connection - /file:/jobs/genie.kapua/release-1.0.x-build/workspace/service/datastore/internal/target/classes/_kapua-datastore login successful
06:33:15.338 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.3.v20160428-59c81c5): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.h2.jdbc.JdbcSQLException: Table "SYS_CONFIGURATION" not found; SQL statement:
SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC [42102-192]
Error Code: 42102
Call: SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC
	bind => [1, org.eclipse.kapua.service.datastore.MessageStoreService, 1]
Query: ReadAllQuery(referenceClass=ServiceConfigImpl sql="SELECT DISTINCT attributes, configurations, created_on, modified_on, optlock, pid, properties, created_by, id, modified_by, scope_id FROM sys_configuration WHERE ((scope_id = ?) AND ((pid = ?) AND (scope_id = ?))) ORDER BY created_on ASC")
06:33:15.345 [main] WARN  org.eclipse.kapua.KapuaException - Could not load Exception Messages Bundle for Locale en_US
06:33:15.345 [main] WARN  org.eclipse.kapua.KapuaException - Could not load Exception Messages Bundle for Locale en_US
06:33:15.345 [main] WARN  org.eclipse.kapua.KapuaException - Could not load Exception Messages Bundle for Locale en_US
06:33:15.346 [main] WARN  org.eclipse.kapua.KapuaException - Could not load Exception Messages Bundle for Locale en_US