Skip to content
Failed

Console Output

Skipping 28 KB.. Full Log
                <label id="defaultvalue">Default-Value</label>
            </field>
            <field name="description" type="longtext" readonly="true" binding="property.description">
                <label id="description">Description</label>
            </field>
        </meta-data>
    </config>
    <data>
        <result>
            <field name="type" type="text">
                <value>INT</value>
            </field>
            <field name="value" type="int">
                <value>5</value>
            </field>
            <field name="defaultString" type="text">
                <value>5</value>
            </field>
            <field name="description" type="longtext">
                <value></value>
            </field>
        </result>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

	at org.appng.application.manager.business.ApplicationPropertiesTest.testShowOne(ApplicationPropertiesTest.java:71)

[ERROR] testUpdate(org.appng.application.manager.business.ApplicationPropertiesTest)  Time elapsed: 0.53 s  <<< FAILURE!
junit.framework.AssertionFailedError: 
XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="property">
    <config>
        <title id="property">property</title>
        <params>
            <param name="id">platform.application.manager.testproperty</param>
        </params>
        <meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
            <field name="type" type="text" hidden="true" binding="property.type"/>
            <field name="value" type="int" format="#" binding="property.value">
                <label id="value">testproperty</label>
            </field>
            <field name="defaultString" type="text" readonly="true" binding="property.defaultString">
                <label id="defaultvalue">Default-Value</label>
            </field>
            <field name="description" type="longtext" readonly="true" binding="property.description">
                <label id="description">Description</label>
            </field>
        </meta-data>
    </config>
    <data>
        <result>
            <field name="type" type="text">
                <value>INT</value>
            </field>
            <field name="value" type="int">
                <value>7</value>
            </field>
            <field name="defaultString" type="text">
                <value>5</value>
            </field>
            <field name="description" type="longtext">
                <value></value>
            </field>
        </result>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

	at org.appng.application.manager.business.ApplicationPropertiesTest.testUpdate(ApplicationPropertiesTest.java:90)

[INFO] Running org.appng.application.manager.business.RepositoriesTest
2020-02-13 09:15:40,003 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]
2020-02-13 09:15:40,003 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@708c26e0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3dc03beb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5d1e33e5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@504eab5f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@41e43c90, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7d474824]
2020-02-13 09:15:40,018 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:15:40,055 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:15:40,063 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:15:40,104 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:15:40,117 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@745b8053: startup date [Thu Feb 13 09:15:40 CET 2020]; root of context hierarchy
2020-02-13 09:15:40,160 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:15:40,291 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:40,292 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:15:40,440 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:15:40,451 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:15:40,969 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:15:40,969 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:41,278 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@745b8053: startup date [Thu Feb 13 09:15:40 CET 2020]; root of context hierarchy
2020-02-13 09:15:41,551 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:15:41,709 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
2020-02-13 09:15:41,709 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
2020-02-13 09:15:41,709 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
2020-02-13 09:15:41,710 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
2020-02-13 09:15:41,830 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Local
2020-02-13 09:15:42,246 ERROR [main] org.appng.application.manager.business.Repositories: Failed to create the repository.
org.appng.api.BusinessException: repository named Local already exists!
	at org.appng.application.manager.service.ManagerService.checkUniqueRepositoryName(ManagerService.java:955)
	at org.appng.application.manager.service.ManagerService.validateRepository(ManagerService.java:940)
	at org.appng.application.manager.service.ManagerService.createRepository(ManagerService.java:868)
	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:736)
	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:671)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$589ff033.createRepository(<generated>)
	at org.appng.application.manager.business.Repositories.perform(Repositories.java:64)
	at org.appng.application.manager.business.Repositories.perform(Repositories.java:44)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:427)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:325)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:299)
	at org.appng.application.manager.business.RepositoriesTest.testCreateRepositoryNameExists(RepositoriesTest.java:62)
	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)
2020-02-13 09:15:42,517 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Delete me
2020-02-13 09:15:42,647 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Repository Delete me
2020-02-13 09:15:42,791 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Delete me
2020-02-13 09:15:43,540 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@745b8053: startup date [Thu Feb 13 09:15:40 CET 2020]; root of context hierarchy
2020-02-13 09:15:43,542 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:43,542 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:15:43,789 INFO  [HSQLDB Connection @7aa3f27d] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.982 s - in org.appng.application.manager.business.RepositoriesTest
[INFO] Running org.appng.application.manager.business.SitesTest
2020-02-13 09:15:44,009 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]
2020-02-13 09:15:44,009 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@d021ec9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@534da853, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2ed04a2b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4f806663, org.springframework.test.context.transaction.TransactionalTestExecutionListener@52e9dd0c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6cd8e832]
2020-02-13 09:15:44,020 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:15:44,055 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:15:44,064 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:15:44,106 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:15:44,120 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@c8aa393: startup date [Thu Feb 13 09:15:44 CET 2020]; root of context hierarchy
2020-02-13 09:15:44,158 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:15:44,292 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:44,292 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:15:44,455 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:15:44,467 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:15:44,991 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:15:44,991 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:45,298 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@c8aa393: startup date [Thu Feb 13 09:15:44 CET 2020]; root of context hierarchy
2020-02-13 09:15:45,515 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:15:45,621 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.messagingEnabled
2020-02-13 09:15:45,779 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
2020-02-13 09:15:45,779 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
2020-02-13 09:15:45,780 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
2020-02-13 09:15:45,780 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
2020-02-13 09:15:45,780 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
2020-02-13 09:15:45,780 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
2020-02-13 09:15:45,780 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
2020-02-13 09:15:45,781 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
2020-02-13 09:15:45,781 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
2020-02-13 09:15:45,781 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
2020-02-13 09:15:45,781 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
2020-02-13 09:15:45,781 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
2020-02-13 09:15:45,892 ERROR [main] org.appng.application.manager.business.Properties: Failed to create the property.
org.appng.api.BusinessException: property already exists!
	at org.appng.application.manager.service.ManagerService.createProperty(ManagerService.java:1507)
	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:736)
	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:671)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$589ff033.createProperty(<generated>)
	at org.appng.application.manager.business.Properties.perform(Properties.java:128)
	at org.appng.application.manager.business.Properties.perform(Properties.java:50)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:427)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:325)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:299)
	at org.appng.application.manager.business.SitesTest.testCreateSite(SitesTest.java:54)
	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)
2020-02-13 09:15:46,142 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
2020-02-13 09:15:46,142 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
2020-02-13 09:15:46,143 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
2020-02-13 09:15:46,143 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
2020-02-13 09:15:46,143 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
2020-02-13 09:15:46,144 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
2020-02-13 09:15:46,275 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.template
2020-02-13 09:15:46,276 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.DatasourceConfigurer
2020-02-13 09:15:46,277 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.wwwDir
2020-02-13 09:15:46,281 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.tagPrefix
2020-02-13 09:15:46,282 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapIdAttribute
2020-02-13 09:15:46,282 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLoginPage
2020-02-13 09:15:46,283 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheEnabled
2020-02-13 09:15:46,284 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapUser
2020-02-13 09:15:46,285 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.serviceOutputType
2020-02-13 09:15:46,286 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.encoding
2020-02-13 09:15:46,286 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexDir
2020-02-13 09:15:46,286 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.defaultApplication
2020-02-13 09:15:46,287 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.mailHost
2020-02-13 09:15:46,288 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLoginRef
2020-02-13 09:15:46,288 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.serviceOutputFormat
2020-02-13 09:15:46,289 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexFileTypes
2020-02-13 09:15:46,289 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authApplication
2020-02-13 09:15:46,290 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.defaultPage
2020-02-13 09:15:46,290 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapGroupBaseDn
2020-02-13 09:15:46,291 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapStartTls
2020-02-13 09:15:46,291 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheClearOnShutdown
2020-02-13 09:15:46,292 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.appendTabId
2020-02-13 09:15:46,292 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheTimeToLive
2020-02-13 09:15:46,293 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.csrfProtectedMethods
2020-02-13 09:15:46,293 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapDomain
2020-02-13 09:15:46,294 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.searchChunkSize
2020-02-13 09:15:46,294 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.rewriteConfig
2020-02-13 09:15:46,295 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexTimeout
2020-02-13 09:15:46,295 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.xssExceptions
2020-02-13 09:15:46,296 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.service-path
2020-02-13 09:15:46,296 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.supportReloadFile
2020-02-13 09:15:46,296 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLogoutActionValue
2020-02-13 09:15:46,297 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheTimeoutsAntStyle
2020-02-13 09:15:46,297 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLogoutActionName
2020-02-13 09:15:46,298 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLogoutPage
2020-02-13 09:15:46,298 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.siteRootDir
2020-02-13 09:15:46,298 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexFileSystemQueueSize
2020-02-13 09:15:46,299 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.name
2020-02-13 09:15:46,299 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.jdbcConnectionTimeout
2020-02-13 09:15:46,300 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.allowSkipRender
2020-02-13 09:15:46,300 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheStatistics
2020-02-13 09:15:46,300 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.errorPage
2020-02-13 09:15:46,301 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.csrfProtectionEnabled
2020-02-13 09:15:46,301 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.supportedLanguages
2020-02-13 09:15:46,301 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.assetsDir
2020-02-13 09:15:46,302 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.errorPages
2020-02-13 09:15:46,302 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLogoutRef
2020-02-13 09:15:46,302 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.locale
2020-02-13 09:15:46,303 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.mailDisabled
2020-02-13 09:15:46,303 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.timeZone
2020-02-13 09:15:46,303 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.csrfProtectedPaths
2020-02-13 09:15:46,304 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapUserBaseDn
2020-02-13 09:15:46,304 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheExceptions
2020-02-13 09:15:46,304 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.enforcePrimaryDomain
2020-02-13 09:15:46,305 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapPassword
2020-02-13 09:15:46,305 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexConfig
2020-02-13 09:15:46,306 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheTimeouts
2020-02-13 09:15:46,306 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.defaultPageSize
2020-02-13 09:15:46,306 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.documentDir
2020-02-13 09:15:46,307 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapPrincipalScheme
2020-02-13 09:15:46,307 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.jdbcLogPerformance
2020-02-13 09:15:46,307 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.searchMaxHits
2020-02-13 09:15:46,308 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.jdbcValidationTimeout
2020-02-13 09:15:46,308 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexQueueSize
2020-02-13 09:15:46,308 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.mailPort
2020-02-13 09:15:46,309 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.host
2020-02-13 09:15:46,309 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapHost
2020-02-13 09:15:46,309 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.manager-path
2020-02-13 09:15:46,310 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost
2020-02-13 09:15:46,994 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site site2
2020-02-13 09:15:47,111 INFO  [main] org.appng.core.service.CoreService: starting deletion of site site2
2020-02-13 09:15:47,138 INFO  [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections
2020-02-13 09:15:47,139 INFO  [main] org.appng.core.service.CoreService: done deleting site site2
2020-02-13 09:15:47,141 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Site site2
2020-02-13 09:15:47,361 INFO  [main] org.appng.core.service.InitializerService: prepare reload of site Mock for Site, hashCode: 1015585997, shutting down first
2020-02-13 09:15:47,386 ERROR [main] org.appng.application.manager.business.Sites: error during action 'reload': Failed to reload the site.
org.appng.api.BusinessException: java.lang.ClassCastException: org.appng.api.model.Site$$EnhancerByMockitoWithCGLIB$$3e724f44 cannot be cast to org.appng.core.domain.SiteImpl
	at org.appng.api.support.RequestSupportImpl.handleException(RequestSupportImpl.java:202)
	at org.appng.api.support.ApplicationRequest.handleException(ApplicationRequest.java:134)
	at org.appng.application.manager.service.ManagerService.reloadSite(ManagerService.java:1570)
	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:736)
	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:671)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$589ff033.reloadSite(<generated>)
	at org.appng.application.manager.business.Sites.perform(Sites.java:77)
	at org.appng.application.manager.business.Sites.perform(Sites.java:45)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:427)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:325)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:299)
	at org.appng.application.manager.business.SitesTest.testReloadSite(SitesTest.java:87)
	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)
Caused by: java.lang.ClassCastException: org.appng.api.model.Site$$EnhancerByMockitoWithCGLIB$$3e724f44 cannot be cast to org.appng.core.domain.SiteImpl
	at org.appng.core.service.CoreService.shutdownSite(CoreService.java:1798)
	at org.appng.core.service.CoreService$$FastClassBySpringCGLIB$$4bccbf8c.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:736)
	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:671)
	at org.appng.core.service.CoreService$$EnhancerBySpringCGLIB$$11f8423d.shutdownSite(<generated>)
	at org.appng.core.service.InitializerService.shutDownSite(InitializerService.java:886)
	at org.appng.core.service.InitializerService.loadSite(InitializerService.java:496)
	at org.appng.core.service.InitializerService.loadSite(InitializerService.java:453)
	at org.appng.core.service.InitializerService.loadSite(InitializerService.java:437)
	at org.appng.core.service.InitializerService$$FastClassBySpringCGLIB$$f960133d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:736)
	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:671)
	at org.appng.core.service.InitializerService$$EnhancerBySpringCGLIB$$aa6793f0.loadSite(<generated>)
	at org.appng.application.manager.service.ManagerService.reloadSite(ManagerService.java:1560)
	... 49 more
2020-02-13 09:15:47,700 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site site2
2020-02-13 09:15:48,006 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@c8aa393: startup date [Thu Feb 13 09:15:44 CET 2020]; root of context hierarchy
2020-02-13 09:15:48,008 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:48,009 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:15:48,260 INFO  [HSQLDB Connection @66f01bf] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.46 s - in org.appng.application.manager.business.SitesTest
[INFO] Running org.appng.application.manager.business.PlatformEventsTest
2020-02-13 09:15:48,472 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]
2020-02-13 09:15:48,473 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@40ccda8b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@64c23aaa, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@622540bf, org.springframework.test.context.support.DirtiesContextTestExecutionListener@45675de1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@63d9df44, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@16bbaeff]
2020-02-13 09:15:48,483 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:15:48,520 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:15:48,528 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:15:48,567 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:15:48,576 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@21a4e241: startup date [Thu Feb 13 09:15:48 CET 2020]; root of context hierarchy
2020-02-13 09:15:48,652 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:15:48,781 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:48,781 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:15:48,929 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:15:48,950 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:15:49,450 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:15:49,450 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:49,795 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@21a4e241: startup date [Thu Feb 13 09:15:48 CET 2020]; root of context hierarchy
2020-02-13 09:15:50,008 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:15:50,584 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@21a4e241: startup date [Thu Feb 13 09:15:48 CET 2020]; root of context hierarchy
2020-02-13 09:15:50,585 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:50,585 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:15:50,831 INFO  [HSQLDB Connection @79921c8c] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 s - in org.appng.application.manager.business.PlatformEventsTest
[INFO] Running org.appng.application.manager.business.DataBaseConnectionsTest
2020-02-13 09:15:51,047 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]
2020-02-13 09:15:51,048 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7fb4e35b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6a8c9430, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@25c14c94, org.springframework.test.context.support.DirtiesContextTestExecutionListener@67940a6b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3fe293f9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3141bd21]
2020-02-13 09:15:51,057 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:15:51,088 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:15:51,100 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:15:51,132 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:15:51,140 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2020-02-13 09:15:51,152 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]]
2020-02-13 09:15:51,153 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@59cb6491: startup date [Thu Feb 13 09:15:51 CET 2020]; root of context hierarchy
2020-02-13 09:15:51,182 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:15:51,309 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:51,310 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:15:51,454 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:15:51,465 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:15:51,930 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:15:51,930 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:52,255 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@59cb6491: startup date [Thu Feb 13 09:15:51 CET 2020]; root of context hierarchy
2020-02-13 09:15:52,619 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql]
2020-02-13 09:15:52,622 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 3 ms.
2020-02-13 09:15:52,682 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:15:53,027 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb ()
2020-02-13 09:15:53,054 INFO  [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 5.2.4 by Boxfuse
2020-02-13 09:15:53,174 INFO  [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2020-02-13 09:15:53,179 WARN  [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested.
2020-02-13 09:15:53,459 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb ()
2020-02-13 09:15:53,562 INFO  [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2020-02-13 09:15:53,563 WARN  [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested.
2020-02-13 09:15:53,604 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@59cb6491: startup date [Thu Feb 13 09:15:51 CET 2020]; root of context hierarchy
2020-02-13 09:15:53,709 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:53,709 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:15:53,948 INFO  [HSQLDB Connection @3815ea4e] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.113 s - in org.appng.application.manager.business.DataBaseConnectionsTest
[INFO] Running org.appng.application.manager.business.webservice.LogViewerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.appng.application.manager.business.webservice.LogViewerTest
[INFO] Running org.appng.application.manager.business.SubjectsTest
2020-02-13 09:15:54,197 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]
2020-02-13 09:15:54,198 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@b6ee9f0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5d12ecf0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@35f0e203, org.springframework.test.context.support.DirtiesContextTestExecutionListener@15fed74a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@69a38d6c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@231c89c4]
2020-02-13 09:15:54,209 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:15:54,240 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:15:54,247 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:15:54,288 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:15:54,299 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@726946ba: startup date [Thu Feb 13 09:15:54 CET 2020]; root of context hierarchy
2020-02-13 09:15:54,340 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:15:54,466 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:54,467 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:15:54,607 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:15:54,618 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:15:55,144 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:15:55,145 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:15:55,455 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@726946ba: startup date [Thu Feb 13 09:15:54 CET 2020]; root of context hierarchy
2020-02-13 09:15:55,669 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:15:55,775 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group admins
2020-02-13 09:15:55,881 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2020-02-13 09:15:56,081 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
2020-02-13 09:15:56,082 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
2020-02-13 09:15:56,082 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
2020-02-13 09:15:56,082 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
2020-02-13 09:15:56,082 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
2020-02-13 09:15:56,083 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
2020-02-13 09:15:56,083 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
2020-02-13 09:15:56,083 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
2020-02-13 09:15:56,083 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
2020-02-13 09:15:56,083 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
2020-02-13 09:15:56,083 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
2020-02-13 09:15:57,126 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Subject admin
2020-02-13 09:15:57,150 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject admin
2020-02-13 09:15:58,393 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Subject user
2020-02-13 09:15:58,405 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject user
2020-02-13 09:15:58,779 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:1282)
	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:736)
	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:671)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$589ff033.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:427)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:325)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:299)
	at org.appng.application.manager.business.SubjectsTest.testCreateNameExists(SubjectsTest.java:120)
	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)
2020-02-13 09:15:59,390 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Subject user
2020-02-13 09:16:01,315 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject admin
2020-02-13 09:16:01,527 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@726946ba: startup date [Thu Feb 13 09:15:54 CET 2020]; root of context hierarchy
2020-02-13 09:16:01,529 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:01,529 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:01,783 INFO  [HSQLDB Connection @2375611b] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.795 s - in org.appng.application.manager.business.SubjectsTest
[INFO] Running org.appng.application.manager.business.SessionsTest
2020-02-13 09:16:01,997 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]
2020-02-13 09:16:01,997 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@624aba15, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5c6dcc8a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@21e4fdb3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5620d8dc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@610d4a1f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@53b6d328]
2020-02-13 09:16:02,006 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:16:02,036 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:16:02,044 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:16:02,075 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:16:02,083 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2020-02-13 09:16:02,091 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]]
2020-02-13 09:16:02,092 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@58f61db: startup date [Thu Feb 13 09:16:02 CET 2020]; root of context hierarchy
2020-02-13 09:16:02,124 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:16:02,253 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:02,253 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:16:02,411 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:16:02,424 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:16:02,912 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:16:02,913 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:03,242 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@58f61db: startup date [Thu Feb 13 09:16:02 CET 2020]; root of context hierarchy
2020-02-13 09:16:03,542 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql]
2020-02-13 09:16:03,545 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 3 ms.
2020-02-13 09:16:03,600 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:16:03,737 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@58f61db: startup date [Thu Feb 13 09:16:02 CET 2020]; root of context hierarchy
2020-02-13 09:16:03,842 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:03,843 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:04,082 INFO  [HSQLDB Connection @5069e5cd] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.288 s - in org.appng.application.manager.business.SessionsTest
[INFO] Running org.appng.application.manager.business.SqlExecutorTest
2020-02-13 09:16:04,294 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]
2020-02-13 09:16:04,295 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@429bcfd2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e69d532, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@34cbf6c8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@41c00446, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5db9b6f3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@d292833]
2020-02-13 09:16:04,303 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:16:04,332 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:16:04,338 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:16:04,367 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:16:04,374 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2020-02-13 09:16:04,380 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]]
2020-02-13 09:16:04,381 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@279c385d: startup date [Thu Feb 13 09:16:04 CET 2020]; root of context hierarchy
2020-02-13 09:16:04,409 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:16:04,533 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:04,533 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:16:04,674 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:16:04,684 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:16:05,138 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:16:05,138 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:05,434 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@279c385d: startup date [Thu Feb 13 09:16:04 CET 2020]; root of context hierarchy
2020-02-13 09:16:05,731 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql]
2020-02-13 09:16:05,735 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 3 ms.
2020-02-13 09:16:05,793 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:16:05,949 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb ()
2020-02-13 09:16:06,052 INFO  [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2020-02-13 09:16:06,054 WARN  [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested.
2020-02-13 09:16:06,178 INFO  [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2020-02-13 09:16:06,179 WARN  [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested.
2020-02-13 09:16:06,286 INFO  [main] org.springframework.jdbc.datasource.SingleConnectionDataSource: Established shared JDBC Connection: org.hsqldb.jdbc.JDBCConnection@5b6aaf8a
2020-02-13 09:16:06,330 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@279c385d: startup date [Thu Feb 13 09:16:04 CET 2020]; root of context hierarchy
2020-02-13 09:16:06,433 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:06,434 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:06,689 INFO  [HSQLDB Connection @74c0213] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.498 s - in org.appng.application.manager.business.SqlExecutorTest
[INFO] Running org.appng.application.manager.business.PlatformPropertiesTest
2020-02-13 09:16:06,806 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]
2020-02-13 09:16:06,807 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@78293adb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4befc1d0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@fe2f618, org.springframework.test.context.support.DirtiesContextTestExecutionListener@80dc919, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3943c521, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c176298]
2020-02-13 09:16:06,818 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:16:06,849 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:16:06,855 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:16:06,880 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:16:06,886 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@727e51b7: startup date [Thu Feb 13 09:16:06 CET 2020]; root of context hierarchy
2020-02-13 09:16:06,912 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:16:07,034 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:07,034 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:16:07,174 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:16:07,183 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:16:07,595 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:16:07,595 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:08,256 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@727e51b7: startup date [Thu Feb 13 09:16:06 CET 2020]; root of context hierarchy
2020-02-13 09:16:08,459 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:16:08,611 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
2020-02-13 09:16:08,612 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
2020-02-13 09:16:08,612 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
2020-02-13 09:16:08,612 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
2020-02-13 09:16:08,612 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
2020-02-13 09:16:08,612 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
2020-02-13 09:16:08,612 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
2020-02-13 09:16:08,613 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
2020-02-13 09:16:08,613 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
2020-02-13 09:16:08,613 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
2020-02-13 09:16:08,613 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
2020-02-13 09:16:08,613 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
2020-02-13 09:16:08,728 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.testproperty
2020-02-13 09:16:09,061 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.anotherproperty
2020-02-13 09:16:09,408 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.booleanProp
2020-02-13 09:16:09,916 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.multilineProp
2020-02-13 09:16:10,918 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.testproperty
2020-02-13 09:16:11,493 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@727e51b7: startup date [Thu Feb 13 09:16:06 CET 2020]; root of context hierarchy
2020-02-13 09:16:11,495 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:11,496 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:11,741 INFO  [HSQLDB Connection @1fd679bd] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.137 s - in org.appng.application.manager.business.PlatformPropertiesTest
[INFO] Running org.appng.application.manager.business.GroupsTest
2020-02-13 09:16:11,956 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]
2020-02-13 09:16:11,956 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4b681c55, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@78d4b999, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@c42e9aa, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1d5fb3e0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@16de8eaa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b9be599]
2020-02-13 09:16:11,964 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:16:12,008 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:16:12,013 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:16:12,040 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:16:12,046 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@30af23bb: startup date [Thu Feb 13 09:16:12 CET 2020]; root of context hierarchy
2020-02-13 09:16:12,075 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:16:12,199 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:12,199 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:16:12,340 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:16:12,350 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:16:12,801 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:16:12,801 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:13,091 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@30af23bb: startup date [Thu Feb 13 09:16:12 CET 2020]; root of context hierarchy
2020-02-13 09:16:13,297 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:16:13,405 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2020-02-13 09:16:13,514 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2020-02-13 09:16:13,620 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role2
2020-02-13 09:16:13,725 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost
2020-02-13 09:16:14,001 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
2020-02-13 09:16:14,001 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
2020-02-13 09:16:14,001 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
2020-02-13 09:16:14,002 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
2020-02-13 09:16:14,002 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
2020-02-13 09:16:14,113 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group admin
2020-02-13 09:16:14,743 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2020-02-13 09:16:14,865 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Group users
2020-02-13 09:16:15,151 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2020-02-13 09:16:15,257 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group Administrators
2020-02-13 09:16:15,786 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Group Administrators
2020-02-13 09:16:16,320 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@30af23bb: startup date [Thu Feb 13 09:16:12 CET 2020]; root of context hierarchy
2020-02-13 09:16:16,321 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:16,321 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:16,569 INFO  [HSQLDB Connection @3a554ed2] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.821 s - in org.appng.application.manager.business.GroupsTest
[INFO] Running org.appng.application.manager.business.SitePropertiesTest
2020-02-13 09:16:16,781 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]
2020-02-13 09:16:16,782 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@10ff65eb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@46f21c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5591c256, org.springframework.test.context.support.DirtiesContextTestExecutionListener@72b2ae23, org.springframework.test.context.transaction.TransactionalTestExecutionListener@19095da3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2ee88a8c]
2020-02-13 09:16:16,796 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:16:16,834 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:16:16,840 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:16:16,868 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:16:16,875 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@12940546: startup date [Thu Feb 13 09:16:16 CET 2020]; root of context hierarchy
2020-02-13 09:16:16,903 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:16:17,029 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:17,029 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:16:17,169 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:16:17,183 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:16:17,671 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:16:17,671 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:17,948 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@12940546: startup date [Thu Feb 13 09:16:16 CET 2020]; root of context hierarchy
2020-02-13 09:16:18,159 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:16:18,266 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost
2020-02-13 09:16:18,418 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
2020-02-13 09:16:18,419 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
2020-02-13 09:16:18,419 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
2020-02-13 09:16:18,419 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
2020-02-13 09:16:18,419 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
2020-02-13 09:16:18,419 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
2020-02-13 09:16:18,419 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
2020-02-13 09:16:18,420 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
2020-02-13 09:16:18,420 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
2020-02-13 09:16:18,420 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
2020-02-13 09:16:18,420 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
2020-02-13 09:16:18,420 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
2020-02-13 09:16:18,533 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.testproperty
2020-02-13 09:16:18,861 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.anotherproperty
2020-02-13 09:16:19,180 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.multiline
2020-02-13 09:16:20,386 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.site.localhost.testproperty
2020-02-13 09:16:20,617 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@12940546: startup date [Thu Feb 13 09:16:16 CET 2020]; root of context hierarchy
2020-02-13 09:16:20,618 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:20,618 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:20,858 INFO  [HSQLDB Connection @433b2eb6] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[ERROR] Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.285 s <<< FAILURE! - in org.appng.application.manager.business.SitePropertiesTest
[ERROR] testShowOne(org.appng.application.manager.business.SitePropertiesTest)  Time elapsed: 0.141 s  <<< FAILURE!
junit.framework.AssertionFailedError: 
XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="property">
    <config>
        <title id="property">property</title>
        <params>
            <param name="id">platform.site.localhost.testproperty</param>
        </params>
        <meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
            <field name="type" type="text" hidden="true" binding="property.type"/>
            <field name="value" type="int" format="#" binding="property.value">
                <label id="value">testproperty</label>
            </field>
            <field name="defaultString" type="text" readonly="true" binding="property.defaultString">
                <label id="defaultvalue">Default-Value</label>
            </field>
            <field name="description" type="longtext" readonly="true" binding="property.description">
                <label id="description">Description</label>
            </field>
        </meta-data>
    </config>
    <data>
        <result>
            <field name="type" type="text">
                <value>INT</value>
            </field>
            <field name="value" type="int">
                <value>5</value>
            </field>
            <field name="defaultString" type="text">
                <value>5</value>
            </field>
            <field name="description" type="longtext">
                <value></value>
            </field>
        </result>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

	at org.appng.application.manager.business.SitePropertiesTest.testShowOne(SitePropertiesTest.java:97)

[ERROR] testUpdate(org.appng.application.manager.business.SitePropertiesTest)  Time elapsed: 0.468 s  <<< FAILURE!
junit.framework.AssertionFailedError: 
XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="property">
    <config>
        <title id="property">property</title>
        <params>
            <param name="id">platform.site.localhost.testproperty</param>
        </params>
        <meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
            <field name="type" type="text" hidden="true" binding="property.type"/>
            <field name="value" type="int" format="#" binding="property.value">
                <label id="value">testproperty</label>
            </field>
            <field name="defaultString" type="text" readonly="true" binding="property.defaultString">
                <label id="defaultvalue">Default-Value</label>
            </field>
            <field name="description" type="longtext" readonly="true" binding="property.description">
                <label id="description">Description</label>
            </field>
        </meta-data>
    </config>
    <data>
        <result>
            <field name="type" type="text">
                <value>INT</value>
            </field>
            <field name="value" type="int">
                <value>7</value>
            </field>
            <field name="defaultString" type="text">
                <value>5</value>
            </field>
            <field name="description" type="longtext">
                <value></value>
            </field>
        </result>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

	at org.appng.application.manager.business.SitePropertiesTest.testUpdate(SitePropertiesTest.java:114)

[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
2020-02-13 09:16:21,070 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]
2020-02-13 09:16:21,071 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@739f37d7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@347fdc6b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6a0b34c5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f05b530, org.springframework.test.context.transaction.TransactionalTestExecutionListener@752e1488, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3ff802c2]
2020-02-13 09:16:21,081 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:16:21,108 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:16:21,113 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:16:21,142 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:16:21,149 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5e982c6d: startup date [Thu Feb 13 09:16:21 CET 2020]; root of context hierarchy
2020-02-13 09:16:21,174 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:16:21,298 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:21,298 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:16:21,442 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:16:21,451 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:16:21,888 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:16:21,889 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:22,185 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5e982c6d: startup date [Thu Feb 13 09:16:21 CET 2020]; root of context hierarchy
2020-02-13 09:16:22,388 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:16:22,416 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5e982c6d: startup date [Thu Feb 13 09:16:21 CET 2020]; root of context hierarchy
2020-02-13 09:16:22,417 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:22,417 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:22,658 INFO  [HSQLDB Connection @1ddc610] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.789 s - in org.appng.application.manager.business.ClusterStateTest
[INFO] Running org.appng.application.manager.business.PermissionsTest
2020-02-13 09:16:22,871 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]
2020-02-13 09:16:22,871 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3f2cc0aa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6139332c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@fb479de, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12803992, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4bf082f8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@63f878f9]
2020-02-13 09:16:22,880 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:16:22,905 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:16:22,911 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:16:22,942 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:16:22,948 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5cf16b1f: startup date [Thu Feb 13 09:16:22 CET 2020]; root of context hierarchy
2020-02-13 09:16:22,976 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:16:23,096 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:23,096 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:16:23,233 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:16:23,239 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:16:23,680 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:16:23,681 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:23,976 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5cf16b1f: startup date [Thu Feb 13 09:16:22 CET 2020]; root of context hierarchy
2020-02-13 09:16:24,232 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:16:24,338 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2020-02-13 09:16:24,446 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2020-02-13 09:16:24,554 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.this
2020-02-13 09:16:24,660 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.that
2020-02-13 09:16:24,810 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
2020-02-13 09:16:24,811 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
2020-02-13 09:16:24,811 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
2020-02-13 09:16:24,811 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
2020-02-13 09:16:24,811 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
2020-02-13 09:16:24,922 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.something
2020-02-13 09:16:25,528 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Permission do.something
2020-02-13 09:16:26,064 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Permission do.somethingelse
2020-02-13 09:16:26,188 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5cf16b1f: startup date [Thu Feb 13 09:16:22 CET 2020]; root of context hierarchy
2020-02-13 09:16:26,189 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:26,189 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:26,430 INFO  [HSQLDB Connection @59e4a952] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.764 s - in org.appng.application.manager.business.PermissionsTest
[INFO] Running org.appng.application.manager.business.RoleTest
2020-02-13 09:16:26,640 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]
2020-02-13 09:16:26,640 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@42b7ddf6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@373a3d2d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1a22a4ca, org.springframework.test.context.support.DirtiesContextTestExecutionListener@67da3865, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1bfe0105, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7d4b8402]
2020-02-13 09:16:26,649 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2020-02-13 09:16:26,673 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2020-02-13 09:16:26,678 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2020-02-13 09:16:26,705 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2020-02-13 09:16:26,712 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@446f6cb8: startup date [Thu Feb 13 09:16:26 CET 2020]; root of context hierarchy
2020-02-13 09:16:26,740 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-02-13 09:16:26,863 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:26,863 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-13 09:16:27,004 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2020-02-13 09:16:27,011 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2020-02-13 09:16:27,435 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-13 09:16:27,436 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:27,701 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@446f6cb8: startup date [Thu Feb 13 09:16:26 CET 2020]; root of context hierarchy
2020-02-13 09:16:27,892 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2020-02-13 09:16:27,997 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2020-02-13 09:16:28,104 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.this
2020-02-13 09:16:28,209 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.that
2020-02-13 09:16:28,316 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2020-02-13 09:16:28,497 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
2020-02-13 09:16:28,497 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
2020-02-13 09:16:28,497 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
2020-02-13 09:16:28,497 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
2020-02-13 09:16:28,498 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
2020-02-13 09:16:28,611 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role2
2020-02-13 09:16:28,995 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:813)
	at org.appng.application.manager.service.ManagerService.createRole(ManagerService.java:787)
	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:736)
	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:671)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$589ff033.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:427)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:325)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:299)
	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)
2020-02-13 09:16:29,254 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Role role2
2020-02-13 09:16:29,802 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Role role.updated
2020-02-13 09:16:29,935 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@446f6cb8: startup date [Thu Feb 13 09:16:26 CET 2020]; root of context hierarchy
2020-02-13 09:16:29,936 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-13 09:16:29,936 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-13 09:16:30,185 INFO  [HSQLDB Connection @4b3a55c7] hsqldb.db.HSQLDB703D9DF4C7.ENGINE: Database closed
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.747 s - in org.appng.application.manager.business.RoleTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   ApplicationPropertiesTest.testShowOne:71->TestBase.validate:523 XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="property">
    <config>
        <title id="property">property</title>
        <params>
            <param name="id">platform.application.manager.testproperty</param>
        </params>
        <meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
            <field name="type" type="text" hidden="true" binding="property.type"/>
            <field name="value" type="int" format="#" binding="property.value">
                <label id="value">testproperty</label>
            </field>
            <field name="defaultString" type="text" readonly="true" binding="property.defaultString">
                <label id="defaultvalue">Default-Value</label>
            </field>
            <field name="description" type="longtext" readonly="true" binding="property.description">
                <label id="description">Description</label>
            </field>
        </meta-data>
    </config>
    <data>
        <result>
            <field name="type" type="text">
                <value>INT</value>
            </field>
            <field name="value" type="int">
                <value>5</value>
            </field>
            <field name="defaultString" type="text">
                <value>5</value>
            </field>
            <field name="description" type="longtext">
                <value></value>
            </field>
        </result>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

[ERROR]   ApplicationPropertiesTest.testUpdate:90->TestBase.validate:538 XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="property">
    <config>
        <title id="property">property</title>
        <params>
            <param name="id">platform.application.manager.testproperty</param>
        </params>
        <meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
            <field name="type" type="text" hidden="true" binding="property.type"/>
            <field name="value" type="int" format="#" binding="property.value">
                <label id="value">testproperty</label>
            </field>
            <field name="defaultString" type="text" readonly="true" binding="property.defaultString">
                <label id="defaultvalue">Default-Value</label>
            </field>
            <field name="description" type="longtext" readonly="true" binding="property.description">
                <label id="description">Description</label>
            </field>
        </meta-data>
    </config>
    <data>
        <result>
            <field name="type" type="text">
                <value>INT</value>
            </field>
            <field name="value" type="int">
                <value>7</value>
            </field>
            <field name="defaultString" type="text">
                <value>5</value>
            </field>
            <field name="description" type="longtext">
                <value></value>
            </field>
        </result>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

[ERROR]   SitePropertiesTest.testShowOne:97->TestBase.validate:523 XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="property">
    <config>
        <title id="property">property</title>
        <params>
            <param name="id">platform.site.localhost.testproperty</param>
        </params>
        <meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
            <field name="type" type="text" hidden="true" binding="property.type"/>
            <field name="value" type="int" format="#" binding="property.value">
                <label id="value">testproperty</label>
            </field>
            <field name="defaultString" type="text" readonly="true" binding="property.defaultString">
                <label id="defaultvalue">Default-Value</label>
            </field>
            <field name="description" type="longtext" readonly="true" binding="property.description">
                <label id="description">Description</label>
            </field>
        </meta-data>
    </config>
    <data>
        <result>
            <field name="type" type="text">
                <value>INT</value>
            </field>
            <field name="value" type="int">
                <value>5</value>
            </field>
            <field name="defaultString" type="text">
                <value>5</value>
            </field>
            <field name="description" type="longtext">
                <value></value>
            </field>
        </result>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

[ERROR]   SitePropertiesTest.testUpdate:114->TestBase.validate:538 XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="property">
    <config>
        <title id="property">property</title>
        <params>
            <param name="id">platform.site.localhost.testproperty</param>
        </params>
        <meta-data binding="property" bindClass="org.appng.application.manager.form.PropertyForm">
            <field name="type" type="text" hidden="true" binding="property.type"/>
            <field name="value" type="int" format="#" binding="property.value">
                <label id="value">testproperty</label>
            </field>
            <field name="defaultString" type="text" readonly="true" binding="property.defaultString">
                <label id="defaultvalue">Default-Value</label>
            </field>
            <field name="description" type="longtext" readonly="true" binding="property.description">
                <label id="description">Description</label>
            </field>
        </meta-data>
    </config>
    <data>
        <result>
            <field name="type" type="text">
                <value>INT</value>
            </field>
            <field name="value" type="int">
                <value>7</value>
            </field>
            <field name="defaultString" type="text">
                <value>5</value>
            </field>
            <field name="description" type="longtext">
                <value></value>
            </field>
        </result>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '3' but was '4' - comparing <field...> at /datasource[1]/config[1]/meta-data[1]/field[2] to <field...> at /datasource[1]/config[1]/meta-data[1]/field[2]

[INFO] 
[ERROR] Tests run: 69, Failures: 4, Errors: 0, Skipped: 1
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:13 min
[INFO] Finished at: 2020-02-13T09:16:30+01:00
[INFO] Final Memory: 59M/475M
[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] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE