Skip to content
Failed

Console Output

Skipping 1,050 KB.. Full Log
2019-09-26 13:54:52,969 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5329822] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:52,989 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:52,989 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:52,991 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@b1c7b36, started on Thu Sep 26 13:54:52 CEST 2019
2019-09-26 13:54:53,193 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@59af8635 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@3e96089a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7643c76 testClass = SiteRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6603902b]; rollback [true]
2019-09-26 13:54:53,195 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name
2019-09-26 13:54:53,197 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
2019-09-26 13:54:53,207 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name
2019-09-26 13:54:53,208 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@59af8635 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@3e96089a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7643c76 testClass = SiteRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:53,209 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:53,209 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s - in org.appng.core.repository.SiteRepositoryTest
[INFO] Running org.appng.core.repository.config.ApplicationPostProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.repository.config.ApplicationPostProcessorTest
[INFO] Running org.appng.core.repository.RoleRepositoryTest
2019-09-26 13:54:53,222 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RoleRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 13:54:53,222 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RoleRepositoryTest]: RoleRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 13:54:53,223 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:53,223 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1f344be, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@504b0a70, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7cb97db0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@73c4cb8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1c712e55, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1461af21]
2019-09-26 13:54:53,346 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:53,377 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 31ms. Found 15 repository interfaces.
2019-09-26 13:54:53,379 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:53,408 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 29ms. Found 15 repository interfaces.
2019-09-26 13:54:53,432 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:53,460 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:53,460 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:53,460 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:53,460 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:53,460 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:53,461 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:53,465 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:53,698 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7ace0b5d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:53,701 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3633642f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:53,721 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:53,721 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:53,723 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@230214e0, started on Thu Sep 26 13:54:53 CEST 2019
2019-09-26 13:54:53,922 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@46273c1f testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@23c55d52, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4adc0631 testClass = RoleRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@67cd9871]; rollback [true]
2019-09-26 13:54:53,923 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name
2019-09-26 13:54:53,925 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
2019-09-26 13:54:53,927 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name
2019-09-26 13:54:53,936 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@46273c1f testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@23c55d52, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4adc0631 testClass = RoleRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:53,943 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:53,943 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s - in org.appng.core.repository.RoleRepositoryTest
[INFO] Running org.appng.core.repository.PermissionRepositoryTest
2019-09-26 13:54:53,947 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PermissionRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 13:54:53,947 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PermissionRepositoryTest]: PermissionRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 13:54:53,947 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:53,947 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3c8287bd, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@472bb137, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@51c1b1b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1fd31566, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3744c64e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2d7c6b98]
2019-09-26 13:54:54,092 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:54,127 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 35ms. Found 15 repository interfaces.
2019-09-26 13:54:54,130 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:54,163 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 33ms. Found 15 repository interfaces.
2019-09-26 13:54:54,185 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:54,214 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:54,214 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:54,214 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:54,214 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:54,214 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:54,215 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:54,221 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:54,416 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@50b51a5b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:54,419 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f27cfbf] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:54,437 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:54,438 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:54,440 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@485d79ef, started on Thu Sep 26 13:54:53 CEST 2019
2019-09-26 13:54:54,618 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6d2316ec testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@1590a9d9, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@36f95ecb testClass = PermissionRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@293a787a]; rollback [true]
2019-09-26 13:54:54,619 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
2019-09-26 13:54:54,621 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name
2019-09-26 13:54:54,630 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@6d2316ec testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@1590a9d9, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@36f95ecb testClass = PermissionRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:54,631 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:54,631 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 s - in org.appng.core.repository.PermissionRepositoryTest
[INFO] Running org.appng.core.repository.RepositoryCacheTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.appng.core.repository.RepositoryCacheTest
[INFO] Running org.appng.core.repository.PropertyRepositoryTest
2019-09-26 13:54:54,661 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PropertyRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 13:54:54,661 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PropertyRepositoryTest]: PropertyRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 13:54:54,661 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:54,661 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@154d8e3d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@58935b4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@cbf7f90, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6e89eb06, org.springframework.test.context.transaction.TransactionalTestExecutionListener@174cac8c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5ba41f44]
2019-09-26 13:54:54,788 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:54,821 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 33ms. Found 15 repository interfaces.
2019-09-26 13:54:54,823 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:54,852 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 29ms. Found 15 repository interfaces.
2019-09-26 13:54:54,873 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:54,901 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:54,901 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:54,901 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:54,901 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:54,902 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:54,902 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:54,907 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:55,136 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@30094d11] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:55,139 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7b38b91f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:55,158 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:55,158 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:55,161 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2c10b85f, started on Thu Sep 26 13:54:54 CEST 2019
2019-09-26 13:54:55,356 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@392aaeae testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@57e3c86e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f1eed2b testClass = PropertyRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@300e9a59]; rollback [true]
2019-09-26 13:54:55,357 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar
2019-09-26 13:54:55,362 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@392aaeae testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@57e3c86e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f1eed2b testClass = PropertyRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:55,364 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:55,364 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in org.appng.core.repository.PropertyRepositoryTest
[INFO] Running org.appng.core.repository.ResourceRepositoryTest
2019-09-26 13:54:55,368 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.ResourceRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 13:54:55,368 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.ResourceRepositoryTest]: ResourceRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 13:54:55,368 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:55,368 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7a7a385b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@33f09cbf, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@50df6614, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4966235c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@627562cb, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@55571f5e]
2019-09-26 13:54:55,483 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:55,513 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 30ms. Found 15 repository interfaces.
2019-09-26 13:54:55,514 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:55,544 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 30ms. Found 15 repository interfaces.
2019-09-26 13:54:55,566 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:55,593 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:55,593 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:55,593 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:55,593 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:55,593 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:55,593 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:55,598 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:55,790 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11a309d4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:55,793 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1d628ff1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:55,813 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:55,814 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:55,816 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7e933c26, started on Thu Sep 26 13:54:55 CEST 2019
2019-09-26 13:54:55,986 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7635c841 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@63610d49, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@b9ab6c3 testClass = ResourceRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@489e1fb9]; rollback [true]
2019-09-26 13:54:55,987 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
2019-09-26 13:54:55,989 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name
2019-09-26 13:54:55,991 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@7635c841 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@63610d49, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@b9ab6c3 testClass = ResourceRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:55,992 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:55,992 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s - in org.appng.core.repository.ResourceRepositoryTest
[INFO] Running org.appng.core.repository.RepositoryTest
2019-09-26 13:54:55,994 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 13:54:55,994 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RepositoryTest]: RepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 13:54:55,994 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:55,994 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7e8abafc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53ce8ba, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1b233ae2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3f6507b7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@149317fd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@760854ed]
2019-09-26 13:54:56,105 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:56,135 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 30ms. Found 15 repository interfaces.
2019-09-26 13:54:56,136 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:56,163 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 27ms. Found 15 repository interfaces.
2019-09-26 13:54:56,182 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:56,209 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:56,209 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:56,209 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:56,209 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:56,209 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:56,210 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:56,214 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:56,391 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2070f2cd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:56,394 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@44ff8cd9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:56,413 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:56,413 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:56,414 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@747e94e4, started on Thu Sep 26 13:54:55 CEST 2019
2019-09-26 13:54:56,582 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@93d2c14 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@326aa73a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@52339c08 testClass = RepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@212344f0]; rollback [true]
2019-09-26 13:54:56,583 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
2019-09-26 13:54:56,587 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@93d2c14 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@326aa73a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@52339c08 testClass = RepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:56,588 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:56,588 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s - in org.appng.core.repository.RepositoryTest
[INFO] Running org.appng.core.repository.GroupRepositoryTest
2019-09-26 13:54:56,591 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.GroupRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 13:54:56,591 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.GroupRepositoryTest]: GroupRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 13:54:56,591 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:56,592 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1f8302de, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4d673131, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@55e91013, org.springframework.test.context.support.DirtiesContextTestExecutionListener@9134258, org.springframework.test.context.transaction.TransactionalTestExecutionListener@e013456, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7a1b621e]
2019-09-26 13:54:56,707 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:56,737 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 29ms. Found 15 repository interfaces.
2019-09-26 13:54:56,739 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:56,766 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 27ms. Found 15 repository interfaces.
2019-09-26 13:54:56,786 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:56,814 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:56,814 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:56,814 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:56,814 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:56,814 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:56,815 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:56,819 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:56,989 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@574ce76c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:56,992 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@12fc7fed] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:57,010 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:57,010 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:57,012 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@676f9cc6, started on Thu Sep 26 13:54:56 CEST 2019
2019-09-26 13:54:57,164 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@295731e testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@6749edb1, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@187d8ae9 testClass = GroupRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@17283bcb]; rollback [true]
2019-09-26 13:54:57,165 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
2019-09-26 13:54:57,166 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name
2019-09-26 13:54:57,167 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name
2019-09-26 13:54:57,173 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@295731e testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@6749edb1, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@187d8ae9 testClass = GroupRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:57,174 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:57,174 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 s - in org.appng.core.repository.GroupRepositoryTest
[INFO] Running org.appng.core.repository.JobExecutionRecordRepositoryTest
2019-09-26 13:54:57,176 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.JobExecutionRecordRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 13:54:57,176 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.JobExecutionRecordRepositoryTest]: JobExecutionRecordRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 13:54:57,176 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:57,176 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2d9c1f8f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@45cee004, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4af43c42, org.springframework.test.context.support.DirtiesContextTestExecutionListener@30dc3d90, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7df12c63, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4f0d3d19]
2019-09-26 13:54:57,326 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:57,356 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 30ms. Found 15 repository interfaces.
2019-09-26 13:54:57,357 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:57,383 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 26ms. Found 15 repository interfaces.
2019-09-26 13:54:57,404 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:57,431 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:57,431 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:57,431 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:57,431 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:57,431 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:57,432 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:57,436 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:57,602 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@17b53add] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:57,605 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@228536b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:57,623 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:57,623 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:57,625 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@24f01e96, started on Thu Sep 26 13:54:57 CEST 2019
2019-09-26 13:54:57,780 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@289abc61 testClass = JobExecutionRecordRepositoryTest, testInstance = org.appng.core.repository.JobExecutionRecordRepositoryTest@52308e01, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6395fb38 testClass = JobExecutionRecordRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.JobExecutionRecordRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2f553734]; rollback [true]
2019-09-26 13:54:57,784 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@289abc61 testClass = JobExecutionRecordRepositoryTest, testInstance = org.appng.core.repository.JobExecutionRecordRepositoryTest@52308e01, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6395fb38 testClass = JobExecutionRecordRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.JobExecutionRecordRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:57,785 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:57,785 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.appng.core.repository.JobExecutionRecordRepositoryTest
[INFO] Running org.appng.core.repository.SubjectRepositoryTest
2019-09-26 13:54:57,789 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SubjectRepositoryTest]: no resource found for suffixes {-context.xml}.
2019-09-26 13:54:57,789 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SubjectRepositoryTest]: SubjectRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2019-09-26 13:54:57,789 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:57,789 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@28f52242, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e326748, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@189ac8b5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2c12c2be, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2df4024c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@20f1389d]
2019-09-26 13:54:57,898 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:57,927 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 29ms. Found 15 repository interfaces.
2019-09-26 13:54:57,929 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:57,955 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 26ms. Found 15 repository interfaces.
2019-09-26 13:54:57,972 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:57,997 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:57,998 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:57,998 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:57,998 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:57,998 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:57,999 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:58,003 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:58,171 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28e415d9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:58,174 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@606b3174] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:58,194 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:58,194 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:58,196 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6e609356, started on Thu Sep 26 13:54:57 CEST 2019
2019-09-26 13:54:58,373 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@41e02a8 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@7d72b382, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5c517d42 testClass = SubjectRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4d846521]; rollback [true]
2019-09-26 13:54:58,374 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name
2019-09-26 13:54:58,376 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name
2019-09-26 13:54:58,377 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name
2019-09-26 13:54:58,379 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name
2019-09-26 13:54:58,380 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name
2019-09-26 13:54:58,387 INFO  [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@41e02a8 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@7d72b382, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5c517d42 testClass = SubjectRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]
2019-09-26 13:54:58,389 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:58,389 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 s - in org.appng.core.repository.SubjectRepositoryTest
[INFO] Running org.appng.core.model.PlatformTransformerTest
2019-09-26 13:54:58,391 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:58,391 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6efe008e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@52203edd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@30c72eec, org.springframework.test.context.support.DirtiesContextTestExecutionListener@53ebfba2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4d8f7b21, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1e0a629b]
2019-09-26 13:54:58,543 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:58,580 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 37ms. Found 15 repository interfaces.
2019-09-26 13:54:58,582 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:54:58,612 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 30ms. Found 15 repository interfaces.
2019-09-26 13:54:58,635 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb]
2019-09-26 13:54:58,665 WARN  [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2019-09-26 13:54:58,665 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb]
2019-09-26 13:54:58,666 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****}
2019-09-26 13:54:58,666 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false
2019-09-26 13:54:58,666 INFO  [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1)
2019-09-26 13:54:58,666 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:54:58,671 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:54:58,866 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@26f83c54] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:58,870 INFO  [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@74d7e77c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2019-09-26 13:54:58,890 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:54:58,890 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:58,892 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@17338ff8, started on Thu Sep 26 13:54:58 CEST 2019
2019-09-26 13:54:59,866 ERROR [main] org.appng.core.model.PlatformTransformer: An empty sequence is not allowed as the value of variable $foo
; SystemID: ; Line#: 6; Column#: 10
net.sf.saxon.trans.XPathException: An empty sequence is not allowed as the value of variable $foo
	at net.sf.saxon.expr.Expression.typeError(Expression.java:1464)
	at net.sf.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:280)
	at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:354)
	at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:28)
	at net.sf.saxon.expr.Expression.evaluateAsString(Expression.java:911)
	at net.sf.saxon.expr.instruct.SimpleNodeConstructor.processLeavingTail(SimpleNodeConstructor.java:218)
	at net.sf.saxon.expr.instruct.ValueOf.processLeavingTail(ValueOf.java:290)
	at net.sf.saxon.expr.instruct.TemplateRule.applyLeavingTail(TemplateRule.java:352)
	at net.sf.saxon.trans.Mode.applyTemplates(Mode.java:532)
	at net.sf.saxon.trans.XsltController.applyTemplates(XsltController.java:747)
	at net.sf.saxon.s9api.AbstractXsltTransformer.applyTemplatesToSource(AbstractXsltTransformer.java:347)
	at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:349)
	at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:71)
	at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:320)
	at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:197)
	at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153)
	at org.appng.core.model.PlatformTransformerTest.testRuntimeError(PlatformTransformerTest.java:132)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74)
	at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
2019-09-26 13:54:59,868 INFO  [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 
2019-09-26 13:54:59,868 INFO  [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/template.xsl
2019-09-26 13:54:59,869 INFO  [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/platform.xml
2019-09-26 13:54:59,869 INFO  [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/stacktrace.txt
2019-09-26 13:54:59,913 ERROR [main] org.appng.core.model.PlatformTransformer: Unknown XSLT element: <tmplate>
; SystemID: ; Line#: 5; Column#: 25
net.sf.saxon.trans.XPathException: Unknown XSLT element: <tmplate>
	at net.sf.saxon.style.StyleNodeFactory.makeElementNode(StyleNodeFactory.java:255)
	at net.sf.saxon.tree.linked.LinkedTreeBuilder.startContent(LinkedTreeBuilder.java:254)
	at net.sf.saxon.style.UseWhenFilter.startContent(UseWhenFilter.java:533)
	at net.sf.saxon.event.StartTagBuffer.startContent(StartTagBuffer.java:258)
	at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177)
	at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177)
	at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177)
	at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:446)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
	at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:434)
	at net.sf.saxon.event.Sender.send(Sender.java:167)
	at net.sf.saxon.style.StylesheetModule.loadStylesheet(StylesheetModule.java:232)
	at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:107)
	at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:785)
	at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:149)
	at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:181)
	at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153)
	at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:127)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74)
	at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
2019-09-26 13:54:59,915 INFO  [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 
2019-09-26 13:54:59,915 INFO  [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/template.xsl
2019-09-26 13:54:59,915 INFO  [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/platform.xml
2019-09-26 13:54:59,916 INFO  [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/stacktrace.txt
2019-09-26 13:54:59,930 INFO  [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb'
2019-09-26 13:54:59,930 INFO  [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 s - in org.appng.core.model.PlatformTransformerTest
[INFO] Running org.appng.core.model.RepositoryUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.model.RepositoryUtilsTest
[INFO] Running org.appng.core.model.CacheProviderTest
2019-09-26 13:54:59,947 INFO  [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/cache/platform/appNG
2019-09-26 13:54:59,948 INFO  [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/cache/application/appNG
2019-09-26 13:54:59,951 INFO  [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/cache/platform/appNG/foobar
2019-09-26 13:54:59,951 INFO  [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/cache/application/appNG/foobar
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.core.model.CacheProviderTest
[INFO] Running org.appng.core.model.JarInfoBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.model.JarInfoBuilderTest
[INFO] Running org.appng.core.model.ApplicationProviderTest
2019-09-26 13:54:59,967 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:54:59,967 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1f24cad6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@55ee1c88, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6ed4032f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@452025ae, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7ceb25a6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@59c46cef]
2019-09-26 13:55:00,242 INFO  [HSQLDB Server @5174d7e8] hsqldb.db.HSQLDB6D6D6CA711.ENGINE: Checkpoint start
2019-09-26 13:55:00,248 INFO  [HSQLDB Server @5174d7e8] hsqldb.db.HSQLDB6D6D6CA711.ENGINE: checkpointClose start
2019-09-26 13:55:00,254 INFO  [HSQLDB Server @5174d7e8] hsqldb.db.HSQLDB6D6D6CA711.ENGINE: checkpointClose synched
2019-09-26 13:55:00,265 INFO  [HSQLDB Server @5174d7e8] hsqldb.db.HSQLDB6D6D6CA711.ENGINE: checkpointClose script done
2019-09-26 13:55:00,281 INFO  [HSQLDB Server @5174d7e8] hsqldb.db.HSQLDB6D6D6CA711.ENGINE: checkpointClose end
2019-09-26 13:55:00,281 INFO  [HSQLDB Server @5174d7e8] hsqldb.db.HSQLDB6D6D6CA711.ENGINE: Checkpoint end - txts: 1
2019-09-26 13:55:00,349 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2019-09-26 13:55:00,505 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 13:55:00,523 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:55:00,569 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:55:00,569 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 13:55:00,792 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 13:55:00,940 INFO  [HSQLDB Connection @44e0e6b4] hsqldb.db.HSQLDB6D6D6CA711.ENGINE: Database closed
[ERROR] Tests run: 12, Failures: 0, Errors: 12, Skipped: 0, Time elapsed: 1.181 s <<< FAILURE! - in org.appng.core.model.ApplicationProviderTest
[ERROR] testUpdateInclude(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.078 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testUpdateException(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.009 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testEntities(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.008 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testUpdateExecute(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.007 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testUpdateExceptionDataSource(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.007 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testCallDataSourceEntity(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.008 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testCallAction(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.008 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testCallDataSourceNotFound(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.008 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testUpdateValidationError(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.007 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testCallDataSourceEntities(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.007 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testCreate(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.007 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[ERROR] testCallActionNotFound(org.appng.core.model.ApplicationProviderTest)  Time elapsed: 0.007 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)
Caused by: java.lang.NullPointerException
	at org.appng.core.model.ApplicationProviderTest.setup(ApplicationProviderTest.java:129)

[INFO] Running org.appng.core.model.ThymeleafProcessorTest
2019-09-26 13:55:01,314 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:01,278_main/platform.xml
2019-09-26 13:55:01,783 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:01,278_main/template/hello.html
2019-09-26 13:55:01,783 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:01,278_main/template/platform.html
2019-09-26 13:55:01,783 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:01,278_main/template/hello-custom.html
2019-09-26 13:55:02,141 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:01,278_main/index.html
2019-09-26 13:55:02,244 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,223_main/platform.xml
2019-09-26 13:55:02,257 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,223_main/template/hello.html
2019-09-26 13:55:02,257 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,223_main/template/platform.html
2019-09-26 13:55:02,258 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,223_main/template/hello-custom.html
2019-09-26 13:55:02,266 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,223_main/index.html
2019-09-26 13:55:02,288 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,280_main/platform.xml
2019-09-26 13:55:02,299 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,280_main/template/hello.html
2019-09-26 13:55:02,299 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,280_main/template/platform.html
2019-09-26 13:55:02,299 INFO  [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-09-26-13:55:02,280_main/template/hello-custom.html
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.146 s - in org.appng.core.model.ThymeleafProcessorTest
[INFO] Running org.appng.core.model.OutputFormatAndTypeTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.core.model.OutputFormatAndTypeTest
[INFO] Running org.appng.core.model.PageParameterProcessorTest
2019-09-26 13:55:02,430 INFO  [main] org.appng.core.model.PageParameterProcessor: retrieved new value for url-param 'hash' from session: 'hashFromSession'
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.appng.core.model.PageParameterProcessorTest
[INFO] Running org.appng.core.PathInfoTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.PathInfoTest
[INFO] Running org.appng.core.application.PermissionProcessorTest
2019-09-26 13:55:02,477 INFO  [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 13:55:02,477 INFO  [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 13:55:02,477 INFO  [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 13:55:02,477 INFO  [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 13:55:02,477 INFO  [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
2019-09-26 13:55:02,477 INFO  [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.core.application.PermissionProcessorTest
[INFO] Running org.appng.core.controller.rest.RestActionTest
2019-09-26 13:55:03,047 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service
java.io.IOException: BOOOM!
	at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	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.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s - in org.appng.core.controller.rest.RestActionTest
[INFO] Running org.appng.core.controller.rest.RestDataSourceTest
2019-09-26 13:55:03,213 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service
java.io.IOException: BOOOM!
	at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	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.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.appng.core.controller.rest.RestDataSourceTest
[INFO] Running org.appng.core.controller.rest.RestOperationTest
2019-09-26 13:55:03,220 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service
java.io.IOException: BOOOM!
	at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	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.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.core.controller.rest.RestOperationTest
[INFO] Running org.appng.core.controller.PlatformConfigTest
2019-09-26 13:55:03,371 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:55:03,402 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 31ms. Found 15 repository interfaces.
2019-09-26 13:55:03,405 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 13:55:03,433 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 28ms. Found 15 repository interfaces.
Sep 26, 2019 1:55:03 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /var/lib/jenkins/.java/.userPrefs/prefs.xml
Sep 26, 2019 1:55:03 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /etc/.java/.systemPrefs/prefs.xml
2019-09-26 13:55:03,462 INFO  [main] org.appng.core.repository.config.HikariCPConfigurer: connection jdbc:hsqldb:mem://appng uses datasource org.hsqldb.jdbc.JDBCDataSource
2019-09-26 13:55:03,472 INFO  [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Starting...
2019-09-26 13:55:03,509 INFO  [main] com.zaxxer.hikari.pool.PoolBase: appNG ROOT connection - Driver does not support get/set network timeout for connections. (feature not supported)
2019-09-26 13:55:03,662 INFO  [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Start completed.
2019-09-26 13:55:03,675 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG]
2019-09-26 13:55:03,705 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2019-09-26 13:55:03,712 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:55:03,869 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:55:03,869 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG'
2019-09-26 13:55:03,874 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.annotation.AnnotationConfigApplicationContext@561d7abc, started on Thu Sep 26 13:55:03 CEST 2019
2019-09-26 13:55:03,878 WARN  [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'environment' defined in org.appng.core.controller.PlatformConfig: Unsatisfied dependency expressed through method 'environment' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.servlet.ServletContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
2019-09-26 13:55:03,879 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG'
2019-09-26 13:55:03,880 INFO  [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown initiated...
2019-09-26 13:55:03,885 INFO  [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown completed.
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.66 s <<< FAILURE! - in org.appng.core.controller.PlatformConfigTest
[ERROR] testStartAndStop(org.appng.core.controller.PlatformConfigTest)  Time elapsed: 0.659 s  <<< ERROR!
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'environment' defined in org.appng.core.controller.PlatformConfig: Unsatisfied dependency expressed through method 'environment' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.servlet.ServletContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
	at org.appng.core.controller.PlatformConfigTest.testStartAndStop(PlatformConfigTest.java:43)
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.servlet.ServletContext' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
	at org.appng.core.controller.PlatformConfigTest.testStartAndStop(PlatformConfigTest.java:43)

[INFO] Running org.appng.core.controller.messaging.MessagingTest
2019-09-26 13:55:03,895 INFO  [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com
2019-09-26 13:55:03,896 INFO  [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com received from  localhost
2019-09-26 13:55:03,897 INFO  [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost
2019-09-26 13:55:03,897 INFO  [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost received from  localhost
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.core.controller.messaging.MessagingTest
[INFO] Running org.appng.core.controller.RequestUtilTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.core.controller.RequestUtilTest
[INFO] Running org.appng.core.controller.ApplicationContextTest
2019-09-26 13:55:03,908 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2019-09-26 13:55:03,909 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5279a0f0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6119d19a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@dbf8092, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6146f084, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7ea7b27c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@519d2933]
2019-09-26 13:55:04,090 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2019-09-26 13:55:04,220 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2019-09-26 13:55:04,229 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2019-09-26 13:55:04,482 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2019-09-26 13:55:04,482 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 13:55:04,522 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 13:55:04,756 INFO  [HSQLDB Connection @38fbbd4f] hsqldb.db.HSQLDB6D6D6CA711.ENGINE: Database closed
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.058 s <<< FAILURE! - in org.appng.core.controller.ApplicationContextTest
[ERROR] test(org.appng.core.controller.ApplicationContextTest)  Time elapsed: 0.009 s  <<< ERROR!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'request' defined in class path resource [org/appng/testsupport/application-testcontext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
Caused by: java.lang.NullPointerException

[INFO] Running org.appng.core.controller.RedirectTest
2019-09-26 13:55:04,963 INFO  [main] org.appng.core.Redirect       : Redirecting request to /targeturl (301)
2019-09-26 13:55:04,964 INFO  [main] org.appng.core.Redirect       : Redirecting request to targeturl (302)
2019-09-26 13:55:04,965 INFO  [main] org.appng.core.Redirect       : Redirecting request to http://www.example.com (301)
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.controller.RedirectTest
[INFO] Running org.appng.core.controller.PlatformStartupTest
2019-09-26 13:55:05,047 INFO  [main] org.appng.core.controller.Log4jConfigurer: Initialized log4j from classpath:log4j.properties
2019-09-26 13:55:05,047 INFO  [main] org.appng.core.controller.PlatformStartup: 
2019-09-26 13:55:05,048 INFO  [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ...
2019-09-26 13:55:05,048 INFO  [main] org.appng.core.controller.PlatformStartup: 
2019-09-26 13:55:05,048 INFO  [main] org.appng.core.controller.PlatformStartup:    -  - ---- ----------------------------------------- -------- -  -  
2019-09-26 13:55:05,048 INFO  [main] org.appng.core.controller.PlatformStartup:                ____      _______         _____       .---,,--,-^²²^-,.
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:       .,--^^²´´    `^^²´´       `²^-.-²´´     ``²---´ dSb. db ,dS$P² <
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:    ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. :  $§4b.$$ l$´ ss ;
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:  ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP |
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:  ! .$§SP°       $§§$ $§§$´      `4S§$.`4$´      `4S§$. .-----^²------´ 
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:  ; [$§$l        $§§$ $§§$        l$§$] l$        l$§$] !               
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:  l.`S$Sb.       $§§$ $§§$       ,dS$S´ d$       ,dS$S´ ;               
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:   \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l                
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:    \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´  $§§§§§§§$SSP´´_.^                 
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:      `----,_,.____,. $$$$  ___.___,^ $$$$  ___.,--^                    
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:   _  _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _  _ 
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:                    | $$$$ ;        l $$$$ ;                            
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.controller.PlatformStartup:                    `--,.-^´        `--,.-^´
2019-09-26 13:55:05,049 INFO  [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/database/appng on port 9050
2019-09-26 13:55:05,092 INFO  [HSQLDB Server @4813cdf2] hsqldb.db.HSQLDB6D6D6CB9F3.ENGINE: Checkpoint start
2019-09-26 13:55:05,093 INFO  [HSQLDB Server @4813cdf2] hsqldb.db.HSQLDB6D6D6CB9F3.ENGINE: checkpointClose start
2019-09-26 13:55:05,099 INFO  [HSQLDB Server @4813cdf2] hsqldb.db.HSQLDB6D6D6CB9F3.ENGINE: checkpointClose synched
2019-09-26 13:55:05,108 INFO  [HSQLDB Server @4813cdf2] hsqldb.db.HSQLDB6D6D6CB9F3.ENGINE: checkpointClose script done
2019-09-26 13:55:05,124 INFO  [HSQLDB Server @4813cdf2] hsqldb.db.HSQLDB6D6D6CB9F3.ENGINE: checkpointClose end
2019-09-26 13:55:05,124 INFO  [HSQLDB Server @4813cdf2] hsqldb.db.HSQLDB6D6D6CB9F3.ENGINE: Checkpoint end - txts: 1
2019-09-26 13:55:05,150 INFO  [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2019-09-26 13:55:05,259 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5.0)
2019-09-26 13:55:05,364 INFO  [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5)
2019-09-26 13:55:05,487 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5.0)
2019-09-26 13:55:05,589 INFO  [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5)
2019-09-26 13:55:05,600 INFO  [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.005s)
2019-09-26 13:55:05,617 INFO  [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version"
2019-09-26 13:55:05,637 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >>
2019-09-26 13:55:05,646 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup
2019-09-26 13:55:05,667 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup
2019-09-26 13:55:05,678 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template
2019-09-26 13:55:05,685 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict
2019-09-26 13:55:05,692 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest
2019-09-26 13:55:05,699 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null
2019-09-26 13:55:05,706 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template
2019-09-26 13:55:05,712 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role
2019-09-26 13:55:05,719 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs
2019-09-26 13:55:05,725 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event
2019-09-26 13:55:05,730 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record
2019-09-26 13:55:05,735 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.118s).
2019-09-26 13:55:05,736 INFO  [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng
2019-09-26 13:55:05,736 INFO  [main] org.appng.core.controller.PlatformStartup: appNG null started in 689 ms.
2019-09-26 13:55:05,736 INFO  [main] org.appng.core.controller.PlatformStartup: ====================================================================================================
2019-09-26 13:55:10,738 INFO  [main] org.appng.core.controller.PlatformStartup: appNG stopped.
2019-09-26 13:55:10,738 INFO  [main] org.appng.core.controller.PlatformStartup: ====================================================================================================
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.576 s - in org.appng.core.controller.PlatformStartupTest
[INFO] Running org.appng.core.controller.handler.GuiHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.controller.handler.GuiHandlerTest
[INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest
2019-09-26 13:55:11,037 WARN  [main] org.appng.core.controller.handler.ServiceRequestHandler: No such application 'bar?jin=fizz' for site 'localhost' returning 404 (path: /services/localhost/bar?jin=fizz)
2019-09-26 13:55:11,088 ERROR [main] org.appng.core.controller.handler.ServiceRequestHandler: no webservice 'foobar' for application 'appng-demoapplication' in site 'localhost'
2019-09-26 13:55:11,094 WARN  [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound
2019-09-26 13:55:12,096 INFO  [main] org.appng.api.RequestUtil     : site 'localhost [STARTING] (#1492988059)' is currently being started, waited 1000ms
2019-09-26 13:55:12,096 WARN  [main] org.appng.core.controller.handler.ServiceRequestHandler: Site 'localhost' is in state STARTING, returning 503 (path: /services/localhost/foobar)
2019-09-26 13:55:12,150 WARN  [main] org.appng.core.controller.handler.ServiceRequestHandler: No such site: 'foo', returning 404 (path: /services/foo/bar?jin=fizz)
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.399 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest
[INFO] Running org.appng.core.controller.RepositoryWatcherTest
2019-09-26 13:55:12,570 INFO  [Time-limited test] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed
2019-09-26 13:55:12,574 INFO  [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/conf
2019-09-26 13:55:12,575 INFO  [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/repository/manager/www/de
2019-09-26 13:55:12,576 INFO  [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching...
2019-09-26 13:55:12,582 INFO  [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4)
2019-09-26 13:55:12,583 INFO  [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3)
2019-09-26 13:55:12,583 INFO  [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2)
2019-09-26 13:55:12,583 INFO  [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/test (cache size: 1)
2019-09-26 13:55:12,593 INFO  [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.appng.core.controller.RepositoryWatcherTest
[INFO] Running org.appng.core.controller.SessionListenerTest
2019-09-26 13:55:12,694 INFO  [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-09-26 13:55:12)
2019-09-26 13:55:12,695 INFO  [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2019-09-26 13:55:12)
2019-09-26 13:55:12,696 INFO  [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2019-09-26 13:55:12, accessed: 2019-09-26 13:55:12, requests: 1, domain: http://localhost:8080, user-agent: null)
2019-09-26 13:55:12,697 INFO  [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-09-26 13:55:12)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.core.controller.SessionListenerTest
[INFO] Running org.appng.core.controller.ControllerTest
2019-09-26 13:55:12,750 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,752 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#912272179 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,776 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,777 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#752472969 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,780 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,781 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2016574367 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,782 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,783 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#519850866 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,789 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,790 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#724595938 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,792 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,793 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1151482077 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,794 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,795 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#598324741 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,797 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,798 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#394905817 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,799 INFO  [main] org.appng.core.Redirect       : Redirecting request to /de/index (301)
2019-09-26 13:55:12,799 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,800 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#147884823 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,805 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,806 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#130090201 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,808 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,809 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#912256629 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,811 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,811 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#424771661 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,813 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,814 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#964305252 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,815 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,816 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1075447932 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,818 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,819 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1352327880 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,821 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,822 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#955239133 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,824 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,825 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1196273585 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,826 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,827 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#750130961 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,828 INFO  [main] org.appng.core.Redirect       : Redirecting request /de to /de/index (301)
2019-09-26 13:55:12,828 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,829 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1217224289 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,830 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,831 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1793482326 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,835 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,836 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#607727429 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,839 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,840 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#507950605 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,841 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,842 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1339069320 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,843 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,844 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1793057894 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,845 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,846 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#127459823 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,848 INFO  [main] org.appng.core.controller.Controller: Controller created
2019-09-26 13:55:12,849 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#133402709 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.appng.core.controller.ControllerTest
[INFO] Running org.appng.core.controller.filter.JspExtensionFilterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.appng.core.controller.filter.JspExtensionFilterTest
[INFO] Running org.appng.core.controller.filter.RedirectFilterTest
2019-09-26 13:55:12,922 INFO  [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s
2019-09-26 13:55:12,924 INFO  [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter ERROR: unable to find urlrewrite conf file at /WEB-INF/urlrewrite.xml
2019-09-26 13:55:12,926 INFO  [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s
2019-09-26 13:55:12,931 INFO  [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
2019-09-26 13:55:12,937 INFO  [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.appng.core.controller.filter.RedirectFilterTest
[INFO] Running org.appng.core.controller.filter.PageCacheFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.appng.core.controller.filter.PageCacheFilterTest
[INFO] Running org.appng.core.controller.PlatformProcessorTest
2019-09-26 13:55:12,986 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#405494125 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:12,999 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1238033150 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:13,029 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1704430616 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
2019-09-26 13:55:13,035 ERROR [main] org.appng.core.model.PlatformProcessor: error while processing
java.io.FileNotFoundException: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/xsl/platform.xsl (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:128)
	at org.appng.core.model.PlatformProcessor.processWithTemplate(PlatformProcessor.java:106)
	at org.appng.core.controller.PlatformProcessorTest.testTransformError(PlatformProcessorTest.java:143)
	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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	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.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
2019-09-26 13:55:13,052 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#761981304 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.appng.core.controller.PlatformProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   ApplicationContextTest>TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   PlatformConfigTest.testStartAndStop:43 » UnsatisfiedDependency Error creating ...
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[ERROR]   ApplicationProviderTest.setup:129->TestBase.setup:437->TestBase.initRequest:449 » BeanCreation
[INFO] 
[ERROR] Tests run: 311, Failures: 0, Errors: 14, Skipped: 23
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] appNG Parent ....................................... SUCCESS [  1.492 s]
[INFO] appNG Tools ........................................ SUCCESS [ 10.313 s]
[INFO] appNG Mail ......................................... SUCCESS [  1.890 s]
[INFO] appNG Forms ........................................ SUCCESS [  2.609 s]
[INFO] appng Formtags ..................................... SUCCESS [  2.475 s]
[INFO] appNG XML-API ...................................... SUCCESS [  5.710 s]
[INFO] appNG public API ................................... SUCCESS [ 11.088 s]
[INFO] appNG testsupport .................................. SUCCESS [  4.831 s]
[INFO] appNG REST API ..................................... SUCCESS [  3.474 s]
[INFO] appNG Persistence-Tools ............................ SUCCESS [ 10.981 s]
[INFO] appNG Search ....................................... SUCCESS [ 11.956 s]
[INFO] appNG Core Library ................................. FAILURE [ 51.871 s]
[INFO] appNG Command Line Interface ....................... SKIPPED
[INFO] appNG Tag Library .................................. SKIPPED
[INFO] appNG Application .................................. SKIPPED
[INFO] appNG application BOM .............................. SKIPPED
[INFO] appNG Documentation ................................ SKIPPED
[INFO] appNG Template Assembly Descriptors ................ SKIPPED
[INFO] appNG Template Parent .............................. SKIPPED
[INFO] appng-application-assembly ......................... SKIPPED
[INFO] appNG application parent ........................... SKIPPED
[INFO] Archetype - appng-archetype-application ............ SKIPPED
[INFO] appNGizer JAXB API ................................. SKIPPED
[INFO] appNGizer .......................................... SKIPPED
[INFO] appNG appNGizer Maven Plugin ....................... SKIPPED
[INFO] appNG camunda ...................................... SKIPPED
[INFO] appNG Application, including Camunda BPM process engine libraries SKIPPED
[INFO] appNG Maven Plugin ................................. SKIPPED
[INFO] upNGizr ............................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:59 min
[INFO] Finished at: 2019-09-26T13:55:13+02:00
[INFO] Final Memory: 100M/1331M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project appng-core: There are test failures.
[ERROR] 
[ERROR] Please refer to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/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] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :appng-core
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (notifyFinish)
[Pipeline] emailext
Not sending mail to unregistered user Matthias.Mueller@aiticon.com because your SCM claimed this was associated with a user ID ‘Matthias.Mueller' which your security realm does not recognize; you may need changes in your SCM plugin
An attempt to send an e-mail to empty list of recipients, ignored.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: FAILURE