Skip to content
Failed

Console Output

Skipping 96 KB.. Full Log
2021-12-13 15:15:03,879 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3cd47ea4: startup date [Mon Dec 13 15:15:03 CET 2021]; root of context hierarchy
2021-12-13 15:15:03,924 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:03,927 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:04,051 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:04,052 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:04,237 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:04,248 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:04,850 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:04,851 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:05,208 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3cd47ea4: startup date [Mon Dec 13 15:15:03 CET 2021]; root of context hierarchy
2021-12-13 15:15:05,527 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:05,636 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group admins
2021-12-13 15:15:05,748 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2021-12-13 15:15:06,060 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,060 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,061 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,061 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,061 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,061 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,062 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,062 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,062 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,062 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:06,063 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:07,152 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Subject admin
2021-12-13 15:15:07,175 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject admin
2021-12-13 15:15:08,451 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Subject user
2021-12-13 15:15:08,465 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject user
2021-12-13 15:15:09,361 ERROR [main] org.appng.application.manager.business.Subjects: Failed to create the user.
org.appng.api.BusinessException: subject 'admin' already exists
	at org.appng.application.manager.service.ManagerService.createSubject(ManagerService.java:1286)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$331eecb8.createSubject(<generated>)
	at org.appng.application.manager.business.Subjects.perform(Subjects.java:64)
	at org.appng.application.manager.business.Subjects.perform(Subjects.java:48)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:439)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:337)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:309)
	at org.appng.application.manager.business.SubjectsTest.testCreateNameExists(SubjectsTest.java:128)
	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:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.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:366)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	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$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
	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)
2021-12-13 15:15:10,208 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Subject user
2021-12-13 15:15:12,190 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject admin
2021-12-13 15:15:13,356 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3cd47ea4: startup date [Mon Dec 13 15:15:03 CET 2021]; root of context hierarchy
2021-12-13 15:15:13,357 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:13,357 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:13,623 INFO  [HSQLDB Connection @7620f5fb] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.107 s - in org.appng.application.manager.business.SubjectsTest
[INFO] Running org.appng.application.manager.business.LdapUsersTest
2021-12-13 15:15:13,833 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]
2021-12-13 15:15:13,834 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1b783e45, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7582175c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5edaa6ce, org.springframework.test.context.support.DirtiesContextTestExecutionListener@48c92975, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1219ac3f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@77c471d7]
2021-12-13 15:15:13,848 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:13,900 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:13,911 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:13,946 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:13,955 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7d204947: startup date [Mon Dec 13 15:15:13 CET 2021]; root of context hierarchy
2021-12-13 15:15:13,998 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:14,000 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:14,123 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:14,124 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:14,295 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:14,313 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:14,856 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:14,857 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:15,243 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7d204947: startup date [Mon Dec 13 15:15:13 CET 2021]; root of context hierarchy
2021-12-13 15:15:15,546 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:15,632 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7d204947: startup date [Mon Dec 13 15:15:13 CET 2021]; root of context hierarchy
2021-12-13 15:15:15,634 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:15,634 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:15,966 INFO  [HSQLDB Connection @4dacc1ac] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.345 s - in org.appng.application.manager.business.LdapUsersTest
[INFO] Running org.appng.application.manager.business.SessionsTest
2021-12-13 15:15:16,179 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]
2021-12-13 15:15:16,180 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6795af3d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@47254d8c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4028616b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2433da88, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6e956574, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3b11c07]
2021-12-13 15:15:16,194 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:16,238 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:16,251 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:16,289 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:16,298 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2021-12-13 15:15:16,307 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'sessions' with a different definition: replacing [Generic bean: class [org.appng.application.manager.business.Sessions]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/var/lib/jenkins/workspace/appNG_Manager/target/classes/org/appng/application/manager/business/Sessions.class]] with [Generic bean: class [org.appng.application.manager.business.SessionsTestBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test.xml]]
2021-12-13 15:15:16,308 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3a4c7b23: startup date [Mon Dec 13 15:15:16 CET 2021]; root of context hierarchy
2021-12-13 15:15:16,344 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:16,347 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:16,474 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:16,474 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:16,664 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:16,676 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:17,124 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:17,124 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:17,424 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3a4c7b23: startup date [Mon Dec 13 15:15:16 CET 2021]; root of context hierarchy
2021-12-13 15:15:17,711 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql]
2021-12-13 15:15:17,715 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 4 ms.
2021-12-13 15:15:17,809 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:18,252 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3a4c7b23: startup date [Mon Dec 13 15:15:16 CET 2021]; root of context hierarchy
2021-12-13 15:15:18,355 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:18,356 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:18,603 INFO  [HSQLDB Connection @593de6c2] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.629 s - in org.appng.application.manager.business.SessionsTest
[INFO] Running org.appng.application.manager.business.SqlExecutorTest
2021-12-13 15:15:18,818 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]
2021-12-13 15:15:18,818 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@72011738, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7c83fcbe, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7c6e853d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1c6f62d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7b8499fa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1801ec38]
2021-12-13 15:15:18,831 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:18,904 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:18,922 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:18,970 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:18,984 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2021-12-13 15:15:18,999 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'sessions' with a different definition: replacing [Generic bean: class [org.appng.application.manager.business.Sessions]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/var/lib/jenkins/workspace/appNG_Manager/target/classes/org/appng/application/manager/business/Sessions.class]] with [Generic bean: class [org.appng.application.manager.business.SessionsTestBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test.xml]]
2021-12-13 15:15:19,000 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@268f3ec2: startup date [Mon Dec 13 15:15:19 CET 2021]; root of context hierarchy
2021-12-13 15:15:19,070 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:19,074 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:19,216 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:19,220 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:19,428 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:19,438 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:20,189 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:20,189 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:20,495 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@268f3ec2: startup date [Mon Dec 13 15:15:19 CET 2021]; root of context hierarchy
2021-12-13 15:15:20,768 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql]
2021-12-13 15:15:20,771 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 2 ms.
2021-12-13 15:15:20,865 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:21,028 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb ()
2021-12-13 15:15:21,135 INFO  [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.15.0 by Redgate
2021-12-13 15:15:21,136 INFO  [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2021-12-13 15:15:21,283 INFO  [main] org.springframework.jdbc.datasource.SingleConnectionDataSource: Established shared JDBC Connection: org.hsqldb.jdbc.JDBCConnection@646f0337
2021-12-13 15:15:21,342 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@268f3ec2: startup date [Mon Dec 13 15:15:19 CET 2021]; root of context hierarchy
2021-12-13 15:15:21,453 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:21,453 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:21,899 INFO  [HSQLDB Connection @331c18bc] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.292 s - in org.appng.application.manager.business.SqlExecutorTest
[INFO] Running org.appng.application.manager.business.PlatformPropertiesTest
2021-12-13 15:15:22,108 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]
2021-12-13 15:15:22,108 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@64511d8a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@430d72da, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3a1ec128, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1b59fcce, org.springframework.test.context.transaction.TransactionalTestExecutionListener@77880f62, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5fbb38eb]
2021-12-13 15:15:22,154 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:22,199 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:22,208 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:22,242 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:22,250 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@470b849b: startup date [Mon Dec 13 15:15:22 CET 2021]; root of context hierarchy
2021-12-13 15:15:22,285 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:22,288 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:22,413 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:22,413 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:22,583 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:22,610 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:23,061 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:23,061 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:23,401 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@470b849b: startup date [Mon Dec 13 15:15:22 CET 2021]; root of context hierarchy
2021-12-13 15:15:23,702 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:23,856 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,857 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,857 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,857 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,857 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,858 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,858 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,858 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,858 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,858 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,859 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,859 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:23,972 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.testproperty
2021-12-13 15:15:24,301 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.anotherproperty
2021-12-13 15:15:25,077 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.booleanProp
2021-12-13 15:15:25,577 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.multilineProp
2021-12-13 15:15:26,750 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.testproperty
2021-12-13 15:15:27,460 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@470b849b: startup date [Mon Dec 13 15:15:22 CET 2021]; root of context hierarchy
2021-12-13 15:15:27,461 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:27,462 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:27,933 INFO  [HSQLDB Connection @262a7dd1] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.027 s - in org.appng.application.manager.business.PlatformPropertiesTest
[INFO] Running org.appng.application.manager.business.GroupsTest
2021-12-13 15:15:28,145 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]
2021-12-13 15:15:28,145 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@70d57290, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@28241ac7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6e8708d7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@713f8bf2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2a2526b7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@22dfe316]
2021-12-13 15:15:28,158 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:28,207 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:28,219 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:28,255 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:28,262 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@79a5f35a: startup date [Mon Dec 13 15:15:28 CET 2021]; root of context hierarchy
2021-12-13 15:15:28,293 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:28,294 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:28,426 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:28,427 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:28,605 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:28,613 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:29,074 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:29,075 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:29,387 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@79a5f35a: startup date [Mon Dec 13 15:15:28 CET 2021]; root of context hierarchy
2021-12-13 15:15:29,718 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:29,824 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2021-12-13 15:15:29,936 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2021-12-13 15:15:30,042 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role2
2021-12-13 15:15:30,149 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost
2021-12-13 15:15:30,468 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:30,468 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:30,468 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:30,469 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:30,469 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:30,581 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group admin
2021-12-13 15:15:31,302 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2021-12-13 15:15:31,425 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Group users
2021-12-13 15:15:32,131 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2021-12-13 15:15:32,239 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group Administrators
2021-12-13 15:15:32,889 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Group Administrators
2021-12-13 15:15:33,508 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@79a5f35a: startup date [Mon Dec 13 15:15:28 CET 2021]; root of context hierarchy
2021-12-13 15:15:33,508 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:33,509 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:33,900 INFO  [HSQLDB Connection @660c3254] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.963 s - in org.appng.application.manager.business.GroupsTest
[INFO] Running org.appng.application.manager.business.SitePropertiesTest
2021-12-13 15:15:34,114 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]
2021-12-13 15:15:34,114 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@45ff1d52, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3d0dd657, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@169d0563, org.springframework.test.context.support.DirtiesContextTestExecutionListener@46242223, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7b8ca238, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@28607c70]
2021-12-13 15:15:34,178 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:34,231 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:34,240 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:34,273 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:34,281 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@317ad7ce: startup date [Mon Dec 13 15:15:34 CET 2021]; root of context hierarchy
2021-12-13 15:15:34,313 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:34,315 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:34,444 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:34,444 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:34,608 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:34,616 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:35,249 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:35,250 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:35,560 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@317ad7ce: startup date [Mon Dec 13 15:15:34 CET 2021]; root of context hierarchy
2021-12-13 15:15:35,825 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:35,933 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost
2021-12-13 15:15:36,091 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,092 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,092 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,092 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,092 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,093 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,093 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,093 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,093 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,093 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,094 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,094 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:36,207 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.testproperty
2021-12-13 15:15:36,534 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.anotherproperty
2021-12-13 15:15:36,871 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.multiline
2021-12-13 15:15:38,187 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.site.localhost.testproperty
2021-12-13 15:15:38,429 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@317ad7ce: startup date [Mon Dec 13 15:15:34 CET 2021]; root of context hierarchy
2021-12-13 15:15:38,430 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:38,430 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:38,676 INFO  [HSQLDB Connection @391270a0] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.788 s - in org.appng.application.manager.business.SitePropertiesTest
[INFO] Running org.appng.application.manager.business.CacheTest
2021-12-13 15:15:38,905 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]
2021-12-13 15:15:38,906 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@342a336, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@602c6f60, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@ddd7be0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38deb917, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2e93f629, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2d47cbf4]
Dec 13, 2021 3:15:39 PM com.hazelcast.config.ClasspathXmlConfig
INFO: Configuring Hazelcast from 'hazelcast-test.xml'.
2021-12-13 15:15:39,985 INFO  [main] com.hazelcast.system.logo     : [10.102.4.100]:5702 [appNG] [5.0] 
	+       +  o    o     o     o---o o----o o      o---o     o     o----o o--o--o
	+ +   + +  |    |    / \       /  |      |     /         / \    |         |   
	+ + + + +  o----o   o   o     o   o----o |    o         o   o   o----o    |   
	+ +   + +  |    |  /     \   /    |      |     \       /     \       |    |   
	+       +  o    o o       o o---o o----o o----o o---o o       o o----o    o   
2021-12-13 15:15:39,985 INFO  [main] com.hazelcast.system          : [10.102.4.100]:5702 [appNG] [5.0] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2021-12-13 15:15:39,985 INFO  [main] com.hazelcast.system          : [10.102.4.100]:5702 [appNG] [5.0] Hazelcast Platform 5.0 (20210922 - dbaeffe) starting at [10.102.4.100]:5702
2021-12-13 15:15:39,986 INFO  [main] com.hazelcast.system          : [10.102.4.100]:5702 [appNG] [5.0] Cluster name: appNG
2021-12-13 15:15:39,986 INFO  [main] com.hazelcast.system          : [10.102.4.100]:5702 [appNG] [5.0] The Jet engine is disabled.
To enable the Jet engine on the members, please do one of the following:
  - Change member config using Java API: config.getJetConfig().setEnabled(true);
  - Change XML/YAML configuration property: Set hazelcast.jet.enabled to true
  - Add system property: -Dhz.jet.enabled=true
  - Add environment variable: HZ_JET_ENABLED=true
2021-12-13 15:15:41,815 INFO  [main] com.hazelcast.system.security : [10.102.4.100]:5702 [appNG] [5.0] Enable DEBUG/FINE log level for log category com.hazelcast.system.security  or use -Dhazelcast.security.recommendations system property to see 🔒 security recommendations and the status of current config.
2021-12-13 15:15:41,986 WARN  [main] com.hazelcast.cp.CPSubsystem  : [10.102.4.100]:5702 [appNG] [5.0] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
2021-12-13 15:15:42,685 INFO  [main] com.hazelcast.internal.diagnostics.Diagnostics: [10.102.4.100]:5702 [appNG] [5.0] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
2021-12-13 15:15:42,697 INFO  [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [5.0] [10.102.4.100]:5702 is STARTING
2021-12-13 15:15:42,866 WARN  [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [5.0] No join method is enabled! Starting standalone.
2021-12-13 15:15:42,867 WARN  [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [5.0] Config seed port is 5701 and cluster size is 1. Some of the ports seem occupied!
2021-12-13 15:15:42,905 INFO  [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [5.0] [10.102.4.100]:5702 is STARTED
2021-12-13 15:15:42,961 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:43,010 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:43,023 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:43,057 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:43,067 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3d149d65: startup date [Mon Dec 13 15:15:43 CET 2021]; root of context hierarchy
2021-12-13 15:15:43,102 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:43,104 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:43,229 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:43,230 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:43,398 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:43,405 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:43,852 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:43,852 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:44,334 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3d149d65: startup date [Mon Dec 13 15:15:43 CET 2021]; root of context hierarchy
2021-12-13 15:15:44,731 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:44,748 INFO  [main] com.hazelcast.internal.partition.impl.PartitionStateManager: [10.102.4.100]:5702 [appNG] [5.0] Initializing cluster partition table arrangement...
2021-12-13 15:15:44,809 INFO  [main] com.hazelcast.cache.impl.CacheService: [10.102.4.100]:5702 [appNG] [5.0] Added cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}}
2021-12-13 15:15:44,852 INFO  [main] org.appng.core.service.CacheService: Created cache 'pageCache-localhost' with TTL of 36000 seconds (statistics: true).
2021-12-13 15:15:45,490 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3d149d65: startup date [Mon Dec 13 15:15:43 CET 2021]; root of context hierarchy
2021-12-13 15:15:45,491 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:45,492 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:45,953 INFO  [HSQLDB Connection @7708db49] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.255 s <<< FAILURE! - in org.appng.application.manager.business.CacheTest
[ERROR] testCache(org.appng.application.manager.business.CacheTest)  Time elapsed: 0.72 s  <<< FAILURE!
junit.framework.AssertionFailedError: 
XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected attribute value '4' but was '0' - comparing <resultset chunk="4"...> at /datasource[1]/data[1]/resultset[1]/@chunk to <resultset chunk="0"...> at /datasource[1]/data[1]/resultset[1]/@chunk

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="cacheElements">
    <config>
        <title id="cache.elements">Cache elements</title>
        <permissions>
            <permission ref="cache.elements.list" mode="set"></permission>
        </permissions>
        <params>
            <param name="siteid">1</param>
            <param name="deleteLink"/>
            <param name="clearLink"/>
        </params>
        <meta-data bindClass="org.appng.application.manager.business.Cache$CacheEntry">
            <field name="id" type="text" displayLength="75" binding="id">
                <sort/>
                <label id="id">ID</label>
            </field>
            <field name="type" type="text" binding="type">
                <label id="type">Type</label>
            </field>
            <field name="size" type="decimal" format="#,##0 KB" binding="size">
                <label id="size">Size</label>
            </field>
            <field name="hits" type="text" binding="hits">
                <label id="hitCount">Hits</label>
            </field>
            <field name="created" type="date" format="HH:mm:ss" binding="created">
                <label id="created">Created</label>
            </field>
            <field name="expires" type="date" format="HH:mm:ss" binding="expires">
                <label id="expires">Expires</label>
            </field>
            <field name="actions" type="linkpanel" binding="actions">
                <label id="actions">Actions</label>
            </field>
        </meta-data>
        <linkpanel id="actions" location="inline">
            <link id="actions[1]" mode="intern" target="${current.id}">
                <permissions>
                    <permission ref="cache.element.expire" mode="set"></permission>
                </permissions>
                <label id="cache.element.expire">Remove element from cache</label>
                <icon>delete</icon>
            </link>
            <link id="actions[2]" mode="extern" target="${current.path}">
                <label id="show">show</label>
                <icon>preview</icon>
            </link>
        </linkpanel>
        <linkpanel id="other" location="bottom">
            <link id="other[1]" mode="intern" target="">
                <permissions>
                    <permission ref="cache.clear" mode="set"></permission>
                </permissions>
                <label id="cache.clear">Clear cache</label>
                <icon>delete</icon>
            </link>
        </linkpanel>
    </config>
    <data>
        <resultset chunk="0" chunkname="cacheElements" chunksize="10" nextchunk="0" previouschunk="0" firstchunk="0" lastchunk="0" hits="10">
            <result>
                <field name="id" type="text">
                    <value>/element/1</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/341">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/341">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/2</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/277">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/277">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/3</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/327">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/327">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/4</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/232">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/232">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/5</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:44</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:44</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/12">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/12">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/6</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:44</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:44</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/36">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/36">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/7</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/394">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/394">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/8</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/268">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/268">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/9</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/474">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/474">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/10</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/116">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/116">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
        </resultset>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected attribute value '4' but was '0' - comparing <resultset chunk="4"...> at /datasource[1]/data[1]/resultset[1]/@chunk to <resultset chunk="0"...> at /datasource[1]/data[1]/resultset[1]/@chunk

	at org.appng.application.manager.business.CacheTest.testCache(CacheTest.java:70)

[INFO] Running org.appng.application.manager.business.AbstractTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.appng.application.manager.business.AbstractTest
[INFO] Running org.appng.application.manager.business.ClusterStateTest
2021-12-13 15:15:46,169 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]
2021-12-13 15:15:46,172 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5869f7c6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6eb14c5f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1c08610d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@177724c6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@b72629, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@640051d4]
2021-12-13 15:15:46,198 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:46,406 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:46,426 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:46,456 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:46,463 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@152016e9: startup date [Mon Dec 13 15:15:46 CET 2021]; root of context hierarchy
2021-12-13 15:15:46,496 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:46,498 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:46,627 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:46,627 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:46,799 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:46,807 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:47,215 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:47,216 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:47,529 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@152016e9: startup date [Mon Dec 13 15:15:46 CET 2021]; root of context hierarchy
2021-12-13 15:15:47,783 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:47,829 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@152016e9: startup date [Mon Dec 13 15:15:46 CET 2021]; root of context hierarchy
2021-12-13 15:15:47,830 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:47,831 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:48,234 INFO  [HSQLDB Connection @2c49a099] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.275 s - in org.appng.application.manager.business.ClusterStateTest
[INFO] Running org.appng.application.manager.business.PermissionsTest
2021-12-13 15:15:48,470 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]
2021-12-13 15:15:48,471 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@688ec3ac, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3f2d81e0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1332ce65, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58f9c09d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@46f4eb8d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@15854032]
2021-12-13 15:15:48,482 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:48,519 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:48,527 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:48,557 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:48,564 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6aa22bc: startup date [Mon Dec 13 15:15:48 CET 2021]; root of context hierarchy
2021-12-13 15:15:48,594 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:48,596 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:48,720 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:48,721 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:48,886 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:48,899 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:49,317 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:49,318 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:49,617 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6aa22bc: startup date [Mon Dec 13 15:15:48 CET 2021]; root of context hierarchy
2021-12-13 15:15:49,890 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:49,996 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2021-12-13 15:15:50,104 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2021-12-13 15:15:50,218 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.this
2021-12-13 15:15:50,326 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.that
2021-12-13 15:15:50,495 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:50,495 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:50,496 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:50,496 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:50,496 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:50,612 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.something
2021-12-13 15:15:51,331 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Permission do.something
2021-12-13 15:15:52,040 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Permission do.somethingelse
2021-12-13 15:15:52,178 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6aa22bc: startup date [Mon Dec 13 15:15:48 CET 2021]; root of context hierarchy
2021-12-13 15:15:52,179 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:52,179 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:52,425 INFO  [HSQLDB Connection @7ebdd7ab] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.156 s - in org.appng.application.manager.business.PermissionsTest
[INFO] Running org.appng.application.manager.business.NodePropertiesTest
2021-12-13 15:15:52,637 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]
2021-12-13 15:15:52,637 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3d0a0d6c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e66c9a0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3cff1af7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38662b7f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@55ea3072, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7de9d8a6]
2021-12-13 15:15:52,657 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:52,712 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:52,721 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:52,764 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:52,775 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3031b4d2: startup date [Mon Dec 13 15:15:52 CET 2021]; root of context hierarchy
2021-12-13 15:15:52,810 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:52,811 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:52,934 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:52,935 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:53,098 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:53,110 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:53,767 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:53,768 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:54,058 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3031b4d2: startup date [Mon Dec 13 15:15:52 CET 2021]; root of context hierarchy
2021-12-13 15:15:54,298 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:54,444 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,444 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,444 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,444 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,445 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,445 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,445 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,446 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,446 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,446 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,446 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,446 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:54,553 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.node.foobar.foo
2021-12-13 15:15:55,422 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.node.foobar.foo
2021-12-13 15:15:55,709 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Property platform.node.foobar.foo
2021-12-13 15:15:55,718 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3031b4d2: startup date [Mon Dec 13 15:15:52 CET 2021]; root of context hierarchy
2021-12-13 15:15:55,719 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:55,720 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:15:55,967 INFO  [HSQLDB Connection @4e5d7a0a] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.537 s - in org.appng.application.manager.business.NodePropertiesTest
[INFO] Running org.appng.application.manager.business.RoleTest
2021-12-13 15:15:56,178 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]
2021-12-13 15:15:56,178 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@51592248, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53f6cf9d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@64be560e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4f28aed9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@57fb8e16, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@32943953]
2021-12-13 15:15:56,193 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:15:56,233 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:15:56,243 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:15:56,279 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:15:56,289 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2ed82b07: startup date [Mon Dec 13 15:15:56 CET 2021]; root of context hierarchy
2021-12-13 15:15:56,338 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:15:56,341 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:15:56,472 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:56,472 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:15:56,656 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:15:56,664 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:15:57,126 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:15:57,127 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:15:57,424 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2ed82b07: startup date [Mon Dec 13 15:15:56 CET 2021]; root of context hierarchy
2021-12-13 15:15:57,680 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:15:57,942 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2021-12-13 15:15:58,049 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.this
2021-12-13 15:15:58,154 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.that
2021-12-13 15:15:58,261 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2021-12-13 15:15:58,423 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:58,423 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:58,424 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:58,424 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:58,424 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:15:58,539 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role2
2021-12-13 15:15:58,978 ERROR [main] org.appng.application.manager.business.Roles: error while performing action
org.appng.api.BusinessException: a role role2 already exists for application application
	at org.appng.application.manager.service.ManagerService.checkUniqueRoleName(ManagerService.java:815)
	at org.appng.application.manager.service.ManagerService.createRole(ManagerService.java:789)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$331eecb8.createRole(<generated>)
	at org.appng.application.manager.business.Roles.perform(Roles.java:57)
	at org.appng.application.manager.business.Roles.perform(Roles.java:42)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:439)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:337)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:309)
	at org.appng.application.manager.business.RoleTest.testCreateNameExists(RoleTest.java:86)
	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:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.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:366)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	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$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
	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)
2021-12-13 15:15:59,272 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Role role2
2021-12-13 15:15:59,993 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Role role.updated
2021-12-13 15:16:00,123 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2ed82b07: startup date [Mon Dec 13 15:15:56 CET 2021]; root of context hierarchy
2021-12-13 15:16:00,123 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:16:00,124 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:16:00,365 INFO  [HSQLDB Connection @cc8b3ef] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.396 s - in org.appng.application.manager.business.RoleTest
[INFO] Running org.appng.application.manager.business.MailTest
2021-12-13 15:16:00,577 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]
2021-12-13 15:16:00,578 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@282199db, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6ccb4616, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@74e8c5a8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4e76fe0f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6abd595b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5c7059ec]
2021-12-13 15:16:00,615 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-13 15:16:00,649 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-13 15:16:00,657 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-13 15:16:00,687 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-13 15:16:00,694 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@17f81f16: startup date [Mon Dec 13 15:16:00 CET 2021]; root of context hierarchy
2021-12-13 15:16:00,723 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-13 15:16:00,725 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-13 15:16:00,845 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-13 15:16:00,846 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-13 15:16:01,012 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-13 15:16:01,017 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-13 15:16:01,432 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-13 15:16:01,432 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:16:01,763 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@17f81f16: startup date [Mon Dec 13 15:16:00 CET 2021]; root of context hierarchy
2021-12-13 15:16:02,157 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-13 15:16:02,227 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:16:02,228 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:16:02,228 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:16:02,228 WARN  [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en
2021-12-13 15:16:02,297 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@17f81f16: startup date [Mon Dec 13 15:16:00 CET 2021]; root of context hierarchy
2021-12-13 15:16:02,299 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-13 15:16:02,299 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2021-12-13 15:16:02,665 INFO  [HSQLDB Connection @52bcd7c4] hsqldb.db.HSQLDB7DB424ED52.ENGINE: Database closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.274 s - in org.appng.application.manager.business.MailTest
2021-12-13 15:16:02,884 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [5.0] Running shutdown hook... Current state: ACTIVE
2021-12-13 15:16:02,886 INFO  [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [5.0] [10.102.4.100]:5702 is SHUTTING_DOWN
2021-12-13 15:16:02,898 INFO  [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [5.0] [10.102.4.100]:5702 is SHUTTING_DOWN
2021-12-13 15:16:02,909 INFO  [hz.test.cached.thread-1] com.hazelcast.internal.partition.impl.MigrationManager: [10.102.4.100]:5702 [appNG] [5.0] Shutdown request of Member [10.102.4.100]:5702 - e0711e89-8f5c-47ac-93dc-1e0e58a8c7a4 this is handled
2021-12-13 15:16:02,934 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [5.0] Shutting down connection manager...
2021-12-13 15:16:02,947 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [5.0] Shutting down node engine...
2021-12-13 15:16:02,954 INFO  [hz.ShutdownThread] com.hazelcast.cache.impl.CacheService: [10.102.4.100]:5702 [appNG] [5.0] Removed cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}}
2021-12-13 15:16:02,985 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.NodeExtension: [10.102.4.100]:5702 [appNG] [5.0] Destroying node NodeExtension.
2021-12-13 15:16:02,985 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [5.0] Hazelcast Shutdown is completed in 83 ms.
2021-12-13 15:16:02,986 INFO  [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [5.0] [10.102.4.100]:5702 is SHUTDOWN
2021-12-13 15:16:02,986 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [5.0] Node is already shutting down... Waiting for shutdown process to complete...
2021-12-13 15:16:02,986 INFO  [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [5.0] [10.102.4.100]:5702 is SHUTDOWN
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   CacheTest.testCache:70->TestBase.validate:529 XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected attribute value '4' but was '0' - comparing <resultset chunk="4"...> at /datasource[1]/data[1]/resultset[1]/@chunk to <resultset chunk="0"...> at /datasource[1]/data[1]/resultset[1]/@chunk

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="cacheElements">
    <config>
        <title id="cache.elements">Cache elements</title>
        <permissions>
            <permission ref="cache.elements.list" mode="set"></permission>
        </permissions>
        <params>
            <param name="siteid">1</param>
            <param name="deleteLink"/>
            <param name="clearLink"/>
        </params>
        <meta-data bindClass="org.appng.application.manager.business.Cache$CacheEntry">
            <field name="id" type="text" displayLength="75" binding="id">
                <sort/>
                <label id="id">ID</label>
            </field>
            <field name="type" type="text" binding="type">
                <label id="type">Type</label>
            </field>
            <field name="size" type="decimal" format="#,##0 KB" binding="size">
                <label id="size">Size</label>
            </field>
            <field name="hits" type="text" binding="hits">
                <label id="hitCount">Hits</label>
            </field>
            <field name="created" type="date" format="HH:mm:ss" binding="created">
                <label id="created">Created</label>
            </field>
            <field name="expires" type="date" format="HH:mm:ss" binding="expires">
                <label id="expires">Expires</label>
            </field>
            <field name="actions" type="linkpanel" binding="actions">
                <label id="actions">Actions</label>
            </field>
        </meta-data>
        <linkpanel id="actions" location="inline">
            <link id="actions[1]" mode="intern" target="${current.id}">
                <permissions>
                    <permission ref="cache.element.expire" mode="set"></permission>
                </permissions>
                <label id="cache.element.expire">Remove element from cache</label>
                <icon>delete</icon>
            </link>
            <link id="actions[2]" mode="extern" target="${current.path}">
                <label id="show">show</label>
                <icon>preview</icon>
            </link>
        </linkpanel>
        <linkpanel id="other" location="bottom">
            <link id="other[1]" mode="intern" target="">
                <permissions>
                    <permission ref="cache.clear" mode="set"></permission>
                </permissions>
                <label id="cache.clear">Clear cache</label>
                <icon>delete</icon>
            </link>
        </linkpanel>
    </config>
    <data>
        <resultset chunk="0" chunkname="cacheElements" chunksize="10" nextchunk="0" previouschunk="0" firstchunk="0" lastchunk="0" hits="10">
            <result>
                <field name="id" type="text">
                    <value>/element/1</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/341">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/341">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/2</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/277">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/277">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/3</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/327">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/327">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/4</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/232">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/232">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/5</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:44</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:44</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/12">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/12">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/6</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:44</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:44</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/36">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/36">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/7</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/394">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/394">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/8</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/268">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/268">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/9</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/474">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/474">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
            <result>
                <field name="id" type="text">
                    <value>/element/10</value>
                </field>
                <field name="type" type="text">
                    <value>text/plain</value>
                </field>
                <field name="size" type="decimal">
                    <value>0 KB</value>
                </field>
                <field name="hits" type="text">
                    <value>0</value>
                </field>
                <field name="created" type="date">
                    <value>15:15:45</value>
                </field>
                <field name="expires" type="date">
                    <value>16:15:45</value>
                </field>
                <linkpanel id="actions" location="inline">
                    <link id="actions[1]" mode="intern" target="/element/116">
                        <label id="cache.element.expire">Remove element from cache</label>
                        <icon>delete</icon>
                    </link>
                    <link id="actions[2]" mode="extern" target="localhost/element/116">
                        <label id="show">show</label>
                        <icon>preview</icon>
                    </link>
                </linkpanel>
            </result>
        </resultset>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected attribute value '4' but was '0' - comparing <resultset chunk="4"...> at /datasource[1]/data[1]/resultset[1]/@chunk to <resultset chunk="0"...> at /datasource[1]/data[1]/resultset[1]/@chunk

[INFO] 
[ERROR] Tests run: 86, Failures: 1, Errors: 0, Skipped: 1
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:41 min
[INFO] Finished at: 2021-12-13T15:16:03+01:00
[INFO] Final Memory: 58M/673M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project appng-manager: There are test failures.
[ERROR] 
[ERROR] Please refer to /var/lib/jenkins/workspace/appNG_Manager/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
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Manager
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare doc folder)
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng-manager/docs/1.14.x
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-manager/docs/1.14.x/reference
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-manager/docs/1.14.x/javadoc
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unstash Build)
[Pipeline] dir
Running in /srv/www/appng.org/appng/builds/snapshot
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: No such saved stash ‘jenkins_artifacts’
Finished: FAILURE