Skip to content
Failed

Console Output

Started by an SCM change
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Manager
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (git clone)
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/appNG_Manager/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:appNG/appng-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/appng-manager-1.20.x^{commit} # timeout=10
Checking out Revision e4cac88c8e8cf138dd0c08894ade6801e6aa6a94 (refs/remotes/origin/appng-manager-1.20.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4cac88c8e8cf138dd0c08894ade6801e6aa6a94 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.20.x # timeout=10
 > git checkout -b appng-manager-1.20.x e4cac88c8e8cf138dd0c08894ade6801e6aa6a94 # timeout=10
Commit message: "MGR-138"
 > git rev-list --no-walk 0eb3656e42e5f77746d0f0c345c73df6f306d71a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven Build)
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3
Java version: 1.8.0_332, vendor: Temurin, runtime: /var/lib/jenkins/tools/hudson.model.JDK/OpenJDK8/jdk8u332-b09/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.0-15-amd64", arch: "amd64", family: "unix"
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< org.appng:appng-manager >-----------------------
[INFO] Building appNG Manager 1.20.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-manager ---
[INFO] Deleting /var/lib/jenkins/workspace/appNG_Manager/target
[INFO] 
[INFO] --- appng-maven-plugin:1.25.0-SNAPSHOT:generateApplicationConstants (applicationConstants) @ appng-manager ---
[INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Manager/application-home/application.xml, org.appng.application.manager.ManagerSettings, /var/lib/jenkins/workspace/appNG_Manager/target/generated-sources/constants]
[INFO] 
[INFO] --- appng-maven-plugin:1.25.0-SNAPSHOT:generateMessageConstants (messageConstants) @ appng-manager ---
[INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Manager/application-home/dictionary/manager-messages.properties, org.appng.application.manager.MessageConstants, /var/lib/jenkins/workspace/appNG_Manager/target/generated-sources/constants]
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-manager ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Manager/target/generated-sources/constants added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-manager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ appng-manager ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 57 source files to /var/lib/jenkins/workspace/appNG_Manager/target/classes
[INFO] /var/lib/jenkins/workspace/appNG_Manager/src/main/java/org/appng/application/manager/business/Sites.java: /var/lib/jenkins/workspace/appNG_Manager/src/main/java/org/appng/application/manager/business/Sites.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG_Manager/src/main/java/org/appng/application/manager/business/Sites.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-manager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 105 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-manager ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /var/lib/jenkins/workspace/appNG_Manager/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-manager ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.application.manager.business.SitePropertiesTest
2022-08-19 14:31:20,445 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]
2022-08-19 14:31:20,459 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@159f197, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@78aab498, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5dd6264, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1ffe63b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@51e5fc98, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7c469c48]
2022-08-19 14:31:21,114 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:31:21,375 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:31:21,405 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:31:21,508 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:31:21,530 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@c267ef4: startup date [Fri Aug 19 14:31:21 CEST 2022]; root of context hierarchy
2022-08-19 14:31:21,953 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:31:21,954 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:31:21,954 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:31:21,962 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:31:22,202 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:31:22,220 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:31:22,248 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:31:22,248 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:31:22,260 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Aug 19, 2022 2:31:22 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2022-08-19 14:31:23,937 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:27,014 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:28,286 INFO  [main] org.springframework.aop.framework.CglibAopProxy: Method [org.appng.core.service.MigrationService$MigrationStatus org.appng.core.service.DatabaseService.dropDataBaseAndUser(org.appng.core.domain.DatabaseConnection)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2022-08-19 14:31:28,286 INFO  [main] org.springframework.aop.framework.CglibAopProxy: Method [org.appng.core.service.MigrationService$MigrationStatus org.appng.core.service.DatabaseService.migrateApplication(java.io.File,org.appng.core.domain.SiteApplication,java.lang.String)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2022-08-19 14:31:28,379 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@c267ef4: startup date [Fri Aug 19 14:31:21 CEST 2022]; root of context hierarchy
2022-08-19 14:31:29,243 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:31:29,395 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost
2022-08-19 14:31:29,699 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
2022-08-19 14:31:29,702 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
2022-08-19 14:31:29,703 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
2022-08-19 14:31:29,703 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
2022-08-19 14:31:29,705 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
2022-08-19 14:31:29,705 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
2022-08-19 14:31:29,706 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
2022-08-19 14:31:29,708 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
2022-08-19 14:31:29,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
2022-08-19 14:31:29,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
2022-08-19 14:31:29,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
2022-08-19 14:31:29,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
2022-08-19 14:31:29,906 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.testproperty
2022-08-19 14:31:31,127 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.anotherproperty
2022-08-19 14:31:31,457 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.multiline
2022-08-19 14:31:32,997 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.site.localhost.testproperty
2022-08-19 14:31:33,248 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@c267ef4: startup date [Fri Aug 19 14:31:21 CEST 2022]; root of context hierarchy
2022-08-19 14:31:33,253 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.58 s - in org.appng.application.manager.business.SitePropertiesTest
[INFO] Running org.appng.application.manager.business.SitesTest
2022-08-19 14:31:33,710 INFO  [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.application.manager.business.SitesTest]: no resource found for suffixes {-context.xml}.
2022-08-19 14:31:33,711 INFO  [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.application.manager.business.SitesTest]: SitesTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-08-19 14:31:33,721 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]
2022-08-19 14:31:33,722 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@21bd386c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@33581a91, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@525aeba9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e15c93e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1623e4c8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@65dcf80f]
2022-08-19 14:31:33,736 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:31:33,790 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:31:33,803 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:31:33,846 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:31:33,858 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@10f229b2: startup date [Fri Aug 19 14:31:33 CEST 2022]; root of context hierarchy
2022-08-19 14:31:33,905 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:31:33,906 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:31:33,906 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:31:33,908 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:31:33,908 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:31:33,908 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:31:33,908 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:31:33,908 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:31:33,911 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:31:34,040 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:34,814 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:35,221 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@10f229b2: startup date [Fri Aug 19 14:31:33 CEST 2022]; root of context hierarchy
2022-08-19 14:31:35,675 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:31:35,784 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.messagingEnabled
2022-08-19 14:31:36,022 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
2022-08-19 14:31:36,022 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
2022-08-19 14:31:36,022 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
2022-08-19 14:31:36,023 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
2022-08-19 14:31:36,023 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
2022-08-19 14:31:36,023 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
2022-08-19 14:31:36,024 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
2022-08-19 14:31:36,024 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
2022-08-19 14:31:36,024 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
2022-08-19 14:31:36,024 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
2022-08-19 14:31:36,025 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
2022-08-19 14:31:36,025 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
2022-08-19 14:31:36,143 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:1566)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.createProperty(<generated>)
	at org.appng.application.manager.business.Properties.perform(Properties.java:130)
	at org.appng.application.manager.business.Properties.perform(Properties.java:50)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	at org.appng.application.manager.business.SitesTest.testCreateSite01(SitesTest.java:57)
	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)
2022-08-19 14:31:36,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
2022-08-19 14:31:36,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
2022-08-19 14:31:36,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
2022-08-19 14:31:36,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
2022-08-19 14:31:36,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
2022-08-19 14:31:36,422 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
2022-08-19 14:31:36,551 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.allowSkipRender
2022-08-19 14:31:36,552 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.authLogoutRef
2022-08-19 14:31:36,553 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.encoding
2022-08-19 14:31:36,554 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.mailDisabled
2022-08-19 14:31:36,554 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.tagPrefix
2022-08-19 14:31:36,555 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapUser
2022-08-19 14:31:36,556 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.host
2022-08-19 14:31:36,557 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.enforcePrimaryDomain
2022-08-19 14:31:36,557 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapStartTls
2022-08-19 14:31:36,558 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.supportedLanguages
2022-08-19 14:31:36,560 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.cacheStatistics
2022-08-19 14:31:36,561 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.service-path
2022-08-19 14:31:36,561 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.wwwDir
2022-08-19 14:31:36,562 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.supportReloadFile
2022-08-19 14:31:36,563 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.DatasourceConfigurer
2022-08-19 14:31:36,564 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.defaultPage
2022-08-19 14:31:36,564 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.jdbcConnectionTimeout
2022-08-19 14:31:36,565 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapDomain
2022-08-19 14:31:36,566 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapDisabled
2022-08-19 14:31:36,566 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapPassword
2022-08-19 14:31:36,567 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.authLoginPage
2022-08-19 14:31:36,567 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.authLogoutActionValue
2022-08-19 14:31:36,568 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.errorPages
2022-08-19 14:31:36,569 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.cacheExceptions
2022-08-19 14:31:36,569 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.jdbcMaxLifetime
2022-08-19 14:31:36,570 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.csrfProtectionEnabled
2022-08-19 14:31:36,571 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.sessionTrackingEnabled
2022-08-19 14:31:36,571 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.serviceOutputType
2022-08-19 14:31:36,572 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.cacheClearOnShutdown
2022-08-19 14:31:36,572 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.indexDir
2022-08-19 14:31:36,573 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapUserBaseDn
2022-08-19 14:31:36,574 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.appendTabId
2022-08-19 14:31:36,574 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.cacheTimeouts
2022-08-19 14:31:36,575 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.csrfProtectedMethods
2022-08-19 14:31:36,576 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.defaultApplication
2022-08-19 14:31:36,576 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.errorPage
2022-08-19 14:31:36,577 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.indexQueueSize
2022-08-19 14:31:36,578 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.manager-path
2022-08-19 14:31:36,578 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.mailHost
2022-08-19 14:31:36,579 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.indexFileTypes
2022-08-19 14:31:36,580 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.siteRootDir
2022-08-19 14:31:36,580 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.searchChunkSize
2022-08-19 14:31:36,581 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.searchMaxHits
2022-08-19 14:31:36,581 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.assetsDir
2022-08-19 14:31:36,582 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.indexTimeout
2022-08-19 14:31:36,583 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapHost
2022-08-19 14:31:36,583 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.authApplication
2022-08-19 14:31:36,584 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.defaultPageSize
2022-08-19 14:31:36,584 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapGroupBaseDn
2022-08-19 14:31:36,585 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.jdbcLogPerformance
2022-08-19 14:31:36,586 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapPrincipalScheme
2022-08-19 14:31:36,586 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.cacheTimeoutsAntStyle
2022-08-19 14:31:36,587 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.mailPort
2022-08-19 14:31:36,588 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.documentDir
2022-08-19 14:31:36,588 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.serviceOutputFormat
2022-08-19 14:31:36,589 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.authLogoutActionName
2022-08-19 14:31:36,590 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.csrfProtectedPaths
2022-08-19 14:31:36,590 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.template
2022-08-19 14:31:36,591 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.indexConfig
2022-08-19 14:31:36,592 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.cacheTimeToLive
2022-08-19 14:31:36,592 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.timeZone
2022-08-19 14:31:36,593 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.locale
2022-08-19 14:31:36,594 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.jdbcValidationTimeout
2022-08-19 14:31:36,594 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.rewriteConfig
2022-08-19 14:31:36,595 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.name
2022-08-19 14:31:36,596 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.authLogoutPage
2022-08-19 14:31:36,596 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.ldapIdAttribute
2022-08-19 14:31:36,597 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.xssExceptions
2022-08-19 14:31:36,598 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.authLoginRef
2022-08-19 14:31:36,599 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.cacheEnabled
2022-08-19 14:31:36,599 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.site1.indexFileSystemQueueSize
2022-08-19 14:31:36,600 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site site1
2022-08-19 14:31:37,490 ERROR [main] org.appng.application.manager.business.Sites: error during action 'create': Failed to create the site.
org.appng.api.BusinessException: invalid name, host or domain
	at org.appng.application.manager.service.ManagerService.checkSite(ManagerService.java:1122)
	at org.appng.application.manager.service.ManagerService.createSite(ManagerService.java:1049)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.createSite(<generated>)
	at org.appng.application.manager.business.Sites.perform(Sites.java:67)
	at org.appng.application.manager.business.Sites.perform(Sites.java:48)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	at org.appng.application.manager.business.SitesTest.testCreateSite03NameDuplicateFail(SitesTest.java:85)
	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)
2022-08-19 14:31:37,925 ERROR [main] org.appng.application.manager.business.Sites: error during action 'create': Failed to create the site.
org.appng.api.BusinessException: invalid name, host or domain
	at org.appng.application.manager.service.ManagerService.checkSite(ManagerService.java:1122)
	at org.appng.application.manager.service.ManagerService.createSite(ManagerService.java:1049)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.createSite(<generated>)
	at org.appng.application.manager.business.Sites.perform(Sites.java:67)
	at org.appng.application.manager.business.Sites.perform(Sites.java:48)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	at org.appng.application.manager.business.SitesTest.testCreateSite04HostDuplicateFail(SitesTest.java:94)
	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)
2022-08-19 14:31:38,361 ERROR [main] org.appng.application.manager.business.Sites: error during action 'create': Failed to create the site.
org.appng.api.BusinessException: invalid name, host or domain
	at org.appng.application.manager.service.ManagerService.checkSite(ManagerService.java:1122)
	at org.appng.application.manager.service.ManagerService.createSite(ManagerService.java:1049)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.createSite(<generated>)
	at org.appng.application.manager.business.Sites.perform(Sites.java:67)
	at org.appng.application.manager.business.Sites.perform(Sites.java:48)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	at org.appng.application.manager.business.SitesTest.testCreateSite05AliasDuplicateFail(SitesTest.java:104)
	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)
2022-08-19 14:31:38,788 ERROR [main] org.appng.application.manager.business.Sites: error during action 'create': Failed to create the site.
org.appng.api.BusinessException: invalid name, host or domain
	at org.appng.application.manager.service.ManagerService.checkSite(ManagerService.java:1122)
	at org.appng.application.manager.service.ManagerService.createSite(ManagerService.java:1049)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.createSite(<generated>)
	at org.appng.application.manager.business.Sites.perform(Sites.java:67)
	at org.appng.application.manager.business.Sites.perform(Sites.java:48)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	at org.appng.application.manager.business.SitesTest.testCreateSite06AliasDuplicateFail(SitesTest.java:114)
	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)
2022-08-19 14:31:39,082 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site site2
2022-08-19 14:31:39,193 INFO  [main] org.appng.core.service.CoreService: starting deletion of site site2
2022-08-19 14:31:39,207 INFO  [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections
2022-08-19 14:31:39,212 INFO  [main] org.appng.core.service.CoreService: done deleting site site2
2022-08-19 14:31:39,220 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Site site2
2022-08-19 14:31:39,458 ERROR [main] org.appng.application.manager.business.Sites: error during action 'reload': Failed to reload the site.
org.appng.api.BusinessException: org.appng.core.service.SiteLoadingException: Error while loading site site1
	at org.appng.api.support.RequestSupportImpl.handleException(RequestSupportImpl.java:192)
	at org.appng.api.support.ApplicationRequest.handleException(ApplicationRequest.java:134)
	at org.appng.application.manager.service.ManagerService.reloadSite(ManagerService.java:1630)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.reloadSite(<generated>)
	at org.appng.application.manager.business.Sites.perform(Sites.java:82)
	at org.appng.application.manager.business.Sites.perform(Sites.java:48)
	at org.appng.api.support.CallableAction.execute(CallableAction.java:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	at org.appng.application.manager.business.SitesTest.testReloadSite(SitesTest.java:131)
	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: org.appng.core.service.SiteLoadingException: Error while loading site site1
	at org.appng.core.service.InitializerService.lambda$getSiteLoader$1(InitializerService.java:882)
	at org.appng.core.service.InitializerService.loadSite(InitializerService.java:512)
	at org.appng.core.service.InitializerService.loadSite(InitializerService.java:491)
	at org.appng.core.service.InitializerService.loadSite(InitializerService.java:474)
	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:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.core.service.InitializerService$$EnhancerBySpringCGLIB$$9eec219b.loadSite(<generated>)
	at org.appng.application.manager.service.ManagerService.reloadSite(ManagerService.java:1620)
	... 49 more
Caused by: java.lang.NullPointerException
	at org.appng.api.messaging.Messaging.isEnabled(Messaging.java:177)
	at org.appng.core.service.InitializerService.lambda$getSiteLoader$1(InitializerService.java:552)
	... 63 more
2022-08-19 14:31:39,833 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site site2
2022-08-19 14:31:40,171 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@10f229b2: startup date [Fri Aug 19 14:31:33 CEST 2022]; root of context hierarchy
2022-08-19 14:31:40,173 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.917 s - in org.appng.application.manager.business.SitesTest
[INFO] Running org.appng.application.manager.business.RepositoriesTest
2022-08-19 14:31:40,671 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]
2022-08-19 14:31:40,671 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@78d024f2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6d538c82, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@47afae46, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4881600d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@310f2a5b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@40c98764]
2022-08-19 14:31:40,685 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:31:40,732 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:31:40,744 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:31:40,783 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:31:40,793 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@39ec4ae5: startup date [Fri Aug 19 14:31:40 CEST 2022]; root of context hierarchy
2022-08-19 14:31:40,829 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:31:40,829 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:31:40,829 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:31:40,830 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:31:40,830 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:31:40,830 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:31:40,830 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:31:40,830 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:31:40,832 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:31:40,967 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:41,664 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:42,030 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@39ec4ae5: startup date [Fri Aug 19 14:31:40 CEST 2022]; root of context hierarchy
2022-08-19 14:31:42,417 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:31:42,565 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
2022-08-19 14:31:42,565 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
2022-08-19 14:31:42,565 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
2022-08-19 14:31:42,565 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
2022-08-19 14:31:42,682 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Local
2022-08-19 14:31:43,092 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:959)
	at org.appng.application.manager.service.ManagerService.validateRepository(ManagerService.java:944)
	at org.appng.application.manager.service.ManagerService.createRepository(ManagerService.java:872)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.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:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	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)
2022-08-19 14:31:43,373 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Delete me
2022-08-19 14:31:43,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Repository Delete me
2022-08-19 14:31:43,870 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Delete me
2022-08-19 14:31:44,607 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@39ec4ae5: startup date [Fri Aug 19 14:31:40 CEST 2022]; root of context hierarchy
2022-08-19 14:31:44,608 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.477 s - in org.appng.application.manager.business.RepositoriesTest
[INFO] Running org.appng.application.manager.business.SqlExecutorTest
2022-08-19 14:31:45,156 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]
2022-08-19 14:31:45,157 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@389f5e98, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@12688fe5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@46e54a80, org.springframework.test.context.support.DirtiesContextTestExecutionListener@196c294b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5bc5cf60, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@d84745a]
2022-08-19 14:31:45,169 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:31:45,209 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:31:45,220 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:31:45,260 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:31:45,269 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2022-08-19 14:31:45,282 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]]
2022-08-19 14:31:45,282 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1907c521: startup date [Fri Aug 19 14:31:45 CEST 2022]; root of context hierarchy
2022-08-19 14:31:45,318 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:31:45,318 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:31:45,319 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:31:45,319 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:31:45,320 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:31:45,320 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:31:45,320 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:31:45,321 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:31:45,323 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:31:45,446 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:46,137 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:46,439 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@1907c521: startup date [Fri Aug 19 14:31:45 CEST 2022]; root of context hierarchy
2022-08-19 14:31:46,760 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql]
2022-08-19 14:31:46,763 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 2 ms.
2022-08-19 14:31:46,850 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:31:47,024 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb ()
2022-08-19 14:31:47,211 INFO  [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 8.4.3 by Redgate
2022-08-19 14:31:47,213 INFO  [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2022-08-19 14:31:47,416 INFO  [main] org.springframework.jdbc.datasource.SingleConnectionDataSource: Established shared JDBC Connection: org.hsqldb.jdbc.JDBCConnection@4e47d82d
2022-08-19 14:31:47,513 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1907c521: startup date [Fri Aug 19 14:31:45 CEST 2022]; root of context hierarchy
2022-08-19 14:31:47,617 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.371 s - in org.appng.application.manager.business.SqlExecutorTest
[INFO] Running org.appng.application.manager.business.EnvironmentTest
2022-08-19 14:31:48,537 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]
2022-08-19 14:31:48,538 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@c54c33, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6789f753, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5bcee825, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5b5b768c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@71d51d00, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@59ce5f06]
2022-08-19 14:31:48,550 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:31:48,601 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:31:48,695 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:31:48,749 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:31:48,759 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7582eced: startup date [Fri Aug 19 14:31:48 CEST 2022]; root of context hierarchy
2022-08-19 14:31:48,794 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:31:48,794 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:31:48,795 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:31:48,796 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:31:48,796 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:31:48,796 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:31:48,796 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:31:48,796 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:31:48,798 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:31:48,922 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:49,587 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:49,893 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7582eced: startup date [Fri Aug 19 14:31:48 CEST 2022]; root of context hierarchy
2022-08-19 14:31:50,159 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:31:50,444 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7582eced: startup date [Fri Aug 19 14:31:48 CEST 2022]; root of context hierarchy
2022-08-19 14:31:50,446 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.354 s - in org.appng.application.manager.business.EnvironmentTest
[INFO] Running org.appng.application.manager.business.LdapUsersTest
2022-08-19 14:31:50,889 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]
2022-08-19 14:31:50,889 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@29f255dc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@847f216, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@64f34c8e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@49314119, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7256a156, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@45363a48]
2022-08-19 14:31:50,898 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:31:50,930 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:31:50,939 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:31:50,977 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:31:50,985 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@78a53ea7: startup date [Fri Aug 19 14:31:50 CEST 2022]; root of context hierarchy
2022-08-19 14:31:51,014 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:31:51,015 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:31:51,015 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:31:51,016 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:31:51,016 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:31:51,016 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:31:51,016 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:31:51,016 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:31:51,017 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:31:51,138 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:51,780 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:52,119 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@78a53ea7: startup date [Fri Aug 19 14:31:50 CEST 2022]; root of context hierarchy
2022-08-19 14:31:52,486 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:31:52,578 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@78a53ea7: startup date [Fri Aug 19 14:31:50 CEST 2022]; root of context hierarchy
2022-08-19 14:31:52,580 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.126 s <<< FAILURE! - in org.appng.application.manager.business.LdapUsersTest
[ERROR] testUsers(org.appng.application.manager.business.LdapUsersTest)  Time elapsed: 0.071 s  <<< FAILURE!
junit.framework.AssertionFailedError: 
XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of child nodes '2' but was '3' - comparing <datasource...> at /datasource[1] to <datasource...> at /datasource[1]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="ldapUsers">
    <config>
        <title id="ldap.users">LDAP Users</title>
        <params/>
        <meta-data bindClass="org.appng.application.manager.business.LdapUsers$LdapUser">
            <field name="name" type="text" binding="name">
                <label id="name">Name</label>
            </field>
            <field name="realname" type="text" binding="realname">
                <label id="realname">Real name</label>
            </field>
            <field name="type" type="text" binding="type">
                <label id="type">Type</label>
            </field>
            <field name="dn" type="text" displayLength="80" binding="dn">
                <label id="distinguishedName">Distinguished Name</label>
            </field>
        </meta-data>
    </config>
    <messages ref="ldapUsers">
        <message ref="ldapUsers" class="INVALID">LDAP Authentication is disabled. Set site property 'ldapDisabled' to 'false' to enable.</message>
    </messages>
    <data>
        <resultset chunk="0" chunkname="ldapUsers" chunksize="10" nextchunk="0" previouschunk="0" firstchunk="0" lastchunk="-1" hits="0"/>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of child nodes '2' but was '3' - comparing <datasource...> at /datasource[1] to <datasource...> at /datasource[1]

	at org.appng.application.manager.business.LdapUsersTest.testUsers(LdapUsersTest.java:40)

[INFO] Running org.appng.application.manager.business.GroupsTest
2022-08-19 14:31:53,025 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]
2022-08-19 14:31:53,026 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@40fd003d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@362193d4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4c2caa68, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12edc884, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3a39ce0c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3c55ac]
2022-08-19 14:31:53,036 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:31:53,073 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:31:53,081 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:31:53,112 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:31:53,121 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@55bf9478: startup date [Fri Aug 19 14:31:53 CEST 2022]; root of context hierarchy
2022-08-19 14:31:53,154 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:31:53,154 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:31:53,155 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:31:53,155 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:31:53,155 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:31:53,155 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:31:53,156 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:31:53,156 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:31:53,157 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:31:53,279 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:53,920 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:54,179 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@55bf9478: startup date [Fri Aug 19 14:31:53 CEST 2022]; root of context hierarchy
2022-08-19 14:31:54,436 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:31:54,544 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2022-08-19 14:31:54,651 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2022-08-19 14:31:54,868 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role2
2022-08-19 14:31:55,063 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost
2022-08-19 14:31:55,359 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
2022-08-19 14:31:55,359 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
2022-08-19 14:31:55,360 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
2022-08-19 14:31:55,360 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
2022-08-19 14:31:55,360 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
2022-08-19 14:31:55,471 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group admin
2022-08-19 14:31:56,155 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2022-08-19 14:31:56,273 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Group users
2022-08-19 14:31:56,628 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2022-08-19 14:31:56,734 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group Administrators
2022-08-19 14:31:57,305 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Group Administrators
2022-08-19 14:31:57,867 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@55bf9478: startup date [Fri Aug 19 14:31:53 CEST 2022]; root of context hierarchy
2022-08-19 14:31:57,869 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.367 s - in org.appng.application.manager.business.GroupsTest
[INFO] Running org.appng.application.manager.business.PlatformPropertiesTest
2022-08-19 14:31:58,400 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]
2022-08-19 14:31:58,401 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2bffd5ab, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2be19dc1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@11caf11e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4eb9ee50, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1b3e38a1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3c16b192]
2022-08-19 14:31:58,415 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:31:58,468 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:31:58,478 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:31:58,513 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:31:58,524 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7bd84f63: startup date [Fri Aug 19 14:31:58 CEST 2022]; root of context hierarchy
2022-08-19 14:31:58,558 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:31:58,558 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:31:58,558 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:31:58,559 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:31:58,559 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:31:58,559 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:31:58,559 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:31:58,560 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:31:58,561 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:31:58,683 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:59,320 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:31:59,746 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7bd84f63: startup date [Fri Aug 19 14:31:58 CEST 2022]; root of context hierarchy
2022-08-19 14:32:00,029 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:00,183 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
2022-08-19 14:32:00,184 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
2022-08-19 14:32:00,184 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
2022-08-19 14:32:00,184 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
2022-08-19 14:32:00,185 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
2022-08-19 14:32:00,185 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
2022-08-19 14:32:00,185 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
2022-08-19 14:32:00,186 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
2022-08-19 14:32:00,186 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
2022-08-19 14:32:00,186 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
2022-08-19 14:32:00,186 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
2022-08-19 14:32:00,186 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
2022-08-19 14:32:00,300 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.testproperty
2022-08-19 14:32:00,631 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.anotherproperty
2022-08-19 14:32:01,010 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.booleanProp
2022-08-19 14:32:01,618 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.multilineProp
2022-08-19 14:32:02,833 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.testproperty
2022-08-19 14:32:03,448 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7bd84f63: startup date [Fri Aug 19 14:31:58 CEST 2022]; root of context hierarchy
2022-08-19 14:32:03,449 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.7 s - in org.appng.application.manager.business.PlatformPropertiesTest
[INFO] Running org.appng.application.manager.business.RoleTest
2022-08-19 14:32:04,101 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]
2022-08-19 14:32:04,101 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@26a4c024, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@39c54da2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@73afbdd2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@784e7773, org.springframework.test.context.transaction.TransactionalTestExecutionListener@786b3dbe, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b50d74c]
2022-08-19 14:32:04,110 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:04,145 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:04,153 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:04,184 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:04,191 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6e61b0f6: startup date [Fri Aug 19 14:32:04 CEST 2022]; root of context hierarchy
2022-08-19 14:32:04,223 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:04,223 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:04,223 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:04,224 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:04,224 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:04,224 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:04,224 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:04,224 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:04,226 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:04,347 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:05,334 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:05,591 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6e61b0f6: startup date [Fri Aug 19 14:32:04 CEST 2022]; root of context hierarchy
2022-08-19 14:32:05,813 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:05,918 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2022-08-19 14:32:06,030 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.this
2022-08-19 14:32:06,227 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.that
2022-08-19 14:32:06,333 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2022-08-19 14:32:06,717 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
2022-08-19 14:32:06,717 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
2022-08-19 14:32:06,717 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
2022-08-19 14:32:06,717 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
2022-08-19 14:32:06,718 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
2022-08-19 14:32:06,836 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role2
2022-08-19 14:32:07,239 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:817)
	at org.appng.application.manager.service.ManagerService.createRole(ManagerService.java:791)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.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:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	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)
2022-08-19 14:32:07,519 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Role role2
2022-08-19 14:32:08,180 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Role role.updated
2022-08-19 14:32:08,309 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6e61b0f6: startup date [Fri Aug 19 14:32:04 CEST 2022]; root of context hierarchy
2022-08-19 14:32:08,310 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.798 s - in org.appng.application.manager.business.RoleTest
[INFO] Running org.appng.application.manager.business.PermissionsTest
2022-08-19 14:32:08,904 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]
2022-08-19 14:32:08,905 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6c8f42ee, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@9f680b5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@48e214e4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@23e9ac79, org.springframework.test.context.transaction.TransactionalTestExecutionListener@356702d8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@829dfe9]
2022-08-19 14:32:08,913 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:08,946 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:08,953 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:08,982 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:08,989 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3e505b37: startup date [Fri Aug 19 14:32:08 CEST 2022]; root of context hierarchy
2022-08-19 14:32:09,019 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:09,020 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:09,020 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:09,020 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:09,021 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:09,021 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:09,021 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:09,021 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:09,023 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:09,145 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:09,842 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:10,096 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3e505b37: startup date [Fri Aug 19 14:32:08 CEST 2022]; root of context hierarchy
2022-08-19 14:32:10,340 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:10,445 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application
2022-08-19 14:32:10,552 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1
2022-08-19 14:32:10,658 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.this
2022-08-19 14:32:10,763 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.that
2022-08-19 14:32:10,907 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
2022-08-19 14:32:10,907 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
2022-08-19 14:32:10,908 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
2022-08-19 14:32:10,908 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
2022-08-19 14:32:10,908 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
2022-08-19 14:32:11,018 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.something
2022-08-19 14:32:11,687 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Permission do.something
2022-08-19 14:32:12,307 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Permission do.somethingelse
2022-08-19 14:32:12,426 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3e505b37: startup date [Fri Aug 19 14:32:08 CEST 2022]; root of context hierarchy
2022-08-19 14:32:12,427 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.018 s - in org.appng.application.manager.business.PermissionsTest
[INFO] Running org.appng.application.manager.business.webservice.LogViewerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.appng.application.manager.business.webservice.LogViewerTest
[INFO] Running org.appng.application.manager.business.ClusterStateTest
2022-08-19 14:32:12,959 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]
2022-08-19 14:32:12,959 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5c315271, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1beef7b7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2a51ee3a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2e373c9c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@784341f1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@14fc4201]
2022-08-19 14:32:12,968 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:12,999 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:13,007 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:13,036 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:13,043 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@26bd57e5: startup date [Fri Aug 19 14:32:13 CEST 2022]; root of context hierarchy
2022-08-19 14:32:13,076 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:13,076 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:13,077 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:13,077 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:13,077 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:13,077 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:13,077 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:13,077 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:13,079 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:13,201 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:13,917 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:14,180 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@26bd57e5: startup date [Fri Aug 19 14:32:13 CEST 2022]; root of context hierarchy
2022-08-19 14:32:14,433 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:14,469 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@26bd57e5: startup date [Fri Aug 19 14:32:13 CEST 2022]; root of context hierarchy
2022-08-19 14:32:14,470 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.071 s - in org.appng.application.manager.business.ClusterStateTest
[INFO] Running org.appng.application.manager.business.NodePropertiesTest
2022-08-19 14:32:15,034 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]
2022-08-19 14:32:15,035 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7c254648, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@8f70a34, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4272c583, org.springframework.test.context.support.DirtiesContextTestExecutionListener@8ede4a4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5eace4f7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6e3af3bc]
2022-08-19 14:32:15,043 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:15,077 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:15,085 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:15,115 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:15,123 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5d9f6613: startup date [Fri Aug 19 14:32:15 CEST 2022]; root of context hierarchy
2022-08-19 14:32:15,153 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:15,153 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:15,153 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:15,154 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:15,154 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:15,154 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:15,154 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:15,154 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:15,156 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:15,276 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:15,840 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:16,110 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5d9f6613: startup date [Fri Aug 19 14:32:15 CEST 2022]; root of context hierarchy
2022-08-19 14:32:16,331 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:16,479 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
2022-08-19 14:32:16,479 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
2022-08-19 14:32:16,480 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
2022-08-19 14:32:16,480 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
2022-08-19 14:32:16,480 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
2022-08-19 14:32:16,480 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
2022-08-19 14:32:16,480 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
2022-08-19 14:32:16,480 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
2022-08-19 14:32:16,481 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
2022-08-19 14:32:16,481 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
2022-08-19 14:32:16,481 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
2022-08-19 14:32:16,481 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
2022-08-19 14:32:16,588 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.node.foobar.foo
2022-08-19 14:32:17,301 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.node.foobar.foo
2022-08-19 14:32:17,576 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Property platform.node.foobar.foo
2022-08-19 14:32:17,584 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5d9f6613: startup date [Fri Aug 19 14:32:15 CEST 2022]; root of context hierarchy
2022-08-19 14:32:17,585 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.373 s - in org.appng.application.manager.business.NodePropertiesTest
[INFO] Running org.appng.application.manager.business.PlatformEventsTest
2022-08-19 14:32:18,412 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]
2022-08-19 14:32:18,412 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@500503ac, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4f0ad127, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@45a13faf, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4e0e4ae, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7c808ffd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@651afaa3]
2022-08-19 14:32:18,421 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:18,453 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:18,461 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:18,493 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:18,499 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2acca9e3: startup date [Fri Aug 19 14:32:18 CEST 2022]; root of context hierarchy
2022-08-19 14:32:18,530 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:18,531 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:18,531 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:18,532 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:18,532 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:18,532 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:18,532 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:18,532 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:18,533 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:18,656 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:19,228 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:19,498 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2acca9e3: startup date [Fri Aug 19 14:32:18 CEST 2022]; root of context hierarchy
2022-08-19 14:32:19,800 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:20,354 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2acca9e3: startup date [Fri Aug 19 14:32:18 CEST 2022]; root of context hierarchy
2022-08-19 14:32:20,355 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.382 s - in org.appng.application.manager.business.PlatformEventsTest
[INFO] Running org.appng.application.manager.business.DataBaseConnectionsTest
2022-08-19 14:32:20,797 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]
2022-08-19 14:32:20,797 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7407fa5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7d0094ee, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@589698dc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6cad82db, org.springframework.test.context.transaction.TransactionalTestExecutionListener@681465bc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@11ca2bb4]
2022-08-19 14:32:20,809 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:20,856 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:20,864 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:20,896 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:20,902 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2022-08-19 14:32:20,908 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]]
2022-08-19 14:32:20,908 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7d4def16: startup date [Fri Aug 19 14:32:20 CEST 2022]; root of context hierarchy
2022-08-19 14:32:20,938 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:20,939 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:20,939 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:20,946 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:20,946 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:20,946 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:20,947 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:20,947 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:20,948 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:21,068 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:21,664 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:21,905 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7d4def16: startup date [Fri Aug 19 14:32:20 CEST 2022]; root of context hierarchy
2022-08-19 14:32:22,155 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql]
2022-08-19 14:32:22,157 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 2 ms.
2022-08-19 14:32:22,239 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:22,388 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb ()
2022-08-19 14:32:22,493 INFO  [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 8.4.3 by Redgate
2022-08-19 14:32:22,494 INFO  [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2022-08-19 14:32:22,698 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb ()
2022-08-19 14:32:22,805 INFO  [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 8.4.3 by Redgate
2022-08-19 14:32:22,805 INFO  [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2022-08-19 14:32:22,992 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb ()
2022-08-19 14:32:23,098 INFO  [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 8.4.3 by Redgate
2022-08-19 14:32:23,099 INFO  [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5)
2022-08-19 14:32:23,231 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
2022-08-19 14:32:23,233 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
2022-08-19 14:32:23,234 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
2022-08-19 14:32:23,234 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
2022-08-19 14:32:23,250 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7d4def16: startup date [Fri Aug 19 14:32:20 CEST 2022]; root of context hierarchy
2022-08-19 14:32:23,353 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.222 s - in org.appng.application.manager.business.DataBaseConnectionsTest
[INFO] Running org.appng.application.manager.business.MailTest
2022-08-19 14:32:24,023 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]
2022-08-19 14:32:24,023 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5159f32, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6861a8cd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3d58103c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@48ab46c6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@616ebcee, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4ac47ce]
2022-08-19 14:32:24,031 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:24,060 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:24,068 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:24,094 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:24,101 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6b078a06: startup date [Fri Aug 19 14:32:24 CEST 2022]; root of context hierarchy
2022-08-19 14:32:24,129 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:24,129 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:24,130 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:24,130 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:24,130 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:24,130 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:24,131 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:24,131 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:24,132 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:24,253 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:24,829 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:25,076 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6b078a06: startup date [Fri Aug 19 14:32:24 CEST 2022]; root of context hierarchy
2022-08-19 14:32:25,310 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:25,336 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
2022-08-19 14:32:25,336 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
2022-08-19 14:32:25,336 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
2022-08-19 14:32:25,337 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
2022-08-19 14:32:25,352 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6b078a06: startup date [Fri Aug 19 14:32:24 CEST 2022]; root of context hierarchy
2022-08-19 14:32:25,353 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.764 s - in org.appng.application.manager.business.MailTest
[INFO] Running org.appng.application.manager.business.CacheTest
2022-08-19 14:32:25,793 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]
2022-08-19 14:32:25,794 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@15cb73c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@9a877e1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@12816062, org.springframework.test.context.support.DirtiesContextTestExecutionListener@50d5195d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3454a12c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7e89cf38]
Aug 19, 2022 2:32:25 PM com.hazelcast.config.ClasspathXmlConfig
INFO: Configuring Hazelcast from 'hazelcast-test.xml'.
2022-08-19 14:32:26,177 INFO  [main] com.hazelcast.system.logo     : [10.102.4.103]:5702 [appNG] [5.0.2] 
	+       +  o    o     o     o---o o----o o      o---o     o     o----o o--o--o
	+ +   + +  |    |    / \       /  |      |     /         / \    |         |   
	+ + + + +  o----o   o   o     o   o----o |    o         o   o   o----o    |   
	+ +   + +  |    |  /     \   /    |      |     \       /     \       |    |   
	+       +  o    o o       o o---o o----o o----o o---o o       o o----o    o   
2022-08-19 14:32:26,177 INFO  [main] com.hazelcast.system          : [10.102.4.103]:5702 [appNG] [5.0.2] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
2022-08-19 14:32:26,177 INFO  [main] com.hazelcast.system          : [10.102.4.103]:5702 [appNG] [5.0.2] Hazelcast Platform 5.0.2 (20211221 - 18eec9f) starting at [10.102.4.103]:5702
2022-08-19 14:32:26,177 INFO  [main] com.hazelcast.system          : [10.102.4.103]:5702 [appNG] [5.0.2] Cluster name: appNG
2022-08-19 14:32:26,177 INFO  [main] com.hazelcast.system          : [10.102.4.103]:5702 [appNG] [5.0.2] The Jet engine is disabled.
To enable the Jet engine on the members, please do one of the following:
  - Change member config using Java API: config.getJetConfig().setEnabled(true);
  - Change XML/YAML configuration property: Set hazelcast.jet.enabled to true
  - Add system property: -Dhz.jet.enabled=true
  - Add environment variable: HZ_JET_ENABLED=true
2022-08-19 14:32:26,946 INFO  [main] com.hazelcast.system.security : [10.102.4.103]:5702 [appNG] [5.0.2] Enable DEBUG/FINE log level for log category com.hazelcast.system.security  or use -Dhazelcast.security.recommendations system property to see 🔒 security recommendations and the status of current config.
2022-08-19 14:32:27,064 WARN  [main] com.hazelcast.cp.CPSubsystem  : [10.102.4.103]:5702 [appNG] [5.0.2] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
2022-08-19 14:32:27,653 INFO  [main] com.hazelcast.internal.diagnostics.Diagnostics: [10.102.4.103]:5702 [appNG] [5.0.2] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
2022-08-19 14:32:27,661 INFO  [main] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0.2] [10.102.4.103]:5702 is STARTING
2022-08-19 14:32:27,696 WARN  [main] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0.2] No join method is enabled! Starting standalone.
2022-08-19 14:32:27,696 WARN  [main] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0.2] Config seed port is 5701 and cluster size is 1. Some of the ports seem occupied!
2022-08-19 14:32:27,716 INFO  [main] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0.2] [10.102.4.103]:5702 is STARTED
2022-08-19 14:32:27,743 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:27,779 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:27,790 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:27,825 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:27,833 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@50ac163c: startup date [Fri Aug 19 14:32:27 CEST 2022]; root of context hierarchy
2022-08-19 14:32:27,868 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:27,869 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:27,869 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:27,869 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:27,870 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:27,870 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:27,870 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:27,870 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:27,872 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:28,002 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:28,650 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:28,926 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@50ac163c: startup date [Fri Aug 19 14:32:27 CEST 2022]; root of context hierarchy
2022-08-19 14:32:29,166 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:29,176 INFO  [main] com.hazelcast.internal.partition.impl.PartitionStateManager: [10.102.4.103]:5702 [appNG] [5.0.2] Initializing cluster partition table arrangement...
2022-08-19 14:32:29,220 INFO  [main] com.hazelcast.cache.impl.CacheService: [10.102.4.103]:5702 [appNG] [5.0.2] Added cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}}
2022-08-19 14:32:29,245 INFO  [main] org.appng.core.service.CacheService: Created cache 'pageCache-localhost' (ttl: 36000s, maximum entries: 20000, statistics: true)
2022-08-19 14:32:29,679 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@50ac163c: startup date [Fri Aug 19 14:32:27 CEST 2022]; root of context hierarchy
2022-08-19 14:32:29,680 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.323 s - in org.appng.application.manager.business.CacheTest
[INFO] Running org.appng.application.manager.business.ApplicationPropertiesTest
2022-08-19 14:32:30,119 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]
2022-08-19 14:32:30,120 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@213ecd1c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@50860320, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@a6bd29b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@378103ae, org.springframework.test.context.transaction.TransactionalTestExecutionListener@60006e6f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7ffe4c]
2022-08-19 14:32:30,131 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:30,169 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:30,178 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:30,206 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:30,213 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6bf7ee95: startup date [Fri Aug 19 14:32:30 CEST 2022]; root of context hierarchy
2022-08-19 14:32:30,243 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:30,243 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:30,243 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:30,244 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:30,244 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:30,244 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:30,244 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:30,244 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:30,246 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:30,367 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:30,965 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:31,224 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6bf7ee95: startup date [Fri Aug 19 14:32:30 CEST 2022]; root of context hierarchy
2022-08-19 14:32:31,519 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:31,625 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application manager
2022-08-19 14:32:31,770 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
2022-08-19 14:32:31,770 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
2022-08-19 14:32:31,770 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
2022-08-19 14:32:31,770 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
2022-08-19 14:32:31,770 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
2022-08-19 14:32:31,771 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
2022-08-19 14:32:31,771 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
2022-08-19 14:32:31,771 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
2022-08-19 14:32:31,771 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
2022-08-19 14:32:31,771 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
2022-08-19 14:32:31,771 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
2022-08-19 14:32:31,771 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
2022-08-19 14:32:31,882 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.application.manager.testproperty
2022-08-19 14:32:32,205 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.application.manager.anotherproperty
2022-08-19 14:32:32,920 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.application.manager.testproperty
2022-08-19 14:32:33,149 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6bf7ee95: startup date [Fri Aug 19 14:32:30 CEST 2022]; root of context hierarchy
2022-08-19 14:32:33,150 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.614 s - in org.appng.application.manager.business.ApplicationPropertiesTest
[INFO] Running org.appng.application.manager.business.SubjectsTest
2022-08-19 14:32:33,743 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]
2022-08-19 14:32:33,743 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5676a5a8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3c751c36, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2ec1a5cf, org.springframework.test.context.support.DirtiesContextTestExecutionListener@14c614d0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@77fea805, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@63fe9e60]
2022-08-19 14:32:33,753 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:33,786 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:33,795 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:33,823 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:33,830 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@64f64c5f: startup date [Fri Aug 19 14:32:33 CEST 2022]; root of context hierarchy
2022-08-19 14:32:33,861 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:33,861 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:33,861 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:33,862 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:33,862 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:33,862 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:33,862 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:33,862 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:33,864 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:33,983 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:34,651 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:34,903 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@64f64c5f: startup date [Fri Aug 19 14:32:33 CEST 2022]; root of context hierarchy
2022-08-19 14:32:35,137 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:35,243 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group admins
2022-08-19 14:32:35,350 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users
2022-08-19 14:32:35,641 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
2022-08-19 14:32:35,642 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
2022-08-19 14:32:35,642 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
2022-08-19 14:32:35,642 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
2022-08-19 14:32:35,642 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
2022-08-19 14:32:35,643 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
2022-08-19 14:32:35,643 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
2022-08-19 14:32:35,643 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
2022-08-19 14:32:35,643 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
2022-08-19 14:32:35,643 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
2022-08-19 14:32:35,644 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
2022-08-19 14:32:36,637 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Subject admin
2022-08-19 14:32:36,649 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject admin
2022-08-19 14:32:37,869 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Subject user
2022-08-19 14:32:37,877 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject user
2022-08-19 14:32:38,284 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:1328)
	at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)
	at org.appng.application.manager.service.ManagerService$$EnhancerBySpringCGLIB$$4d247dde.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:442)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:336)
	at org.appng.api.support.CallableAction.perform(CallableAction.java:308)
	at org.appng.application.manager.business.SubjectsTest.testCreateNameExists(SubjectsTest.java:128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
2022-08-19 14:32:38,920 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Subject user
2022-08-19 14:32:40,586 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject admin
2022-08-19 14:32:41,652 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@64f64c5f: startup date [Fri Aug 19 14:32:33 CEST 2022]; root of context hierarchy
2022-08-19 14:32:41,653 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.537 s - in org.appng.application.manager.business.SubjectsTest
[INFO] Running org.appng.application.manager.business.SessionsTest
2022-08-19 14:32:42,284 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]
2022-08-19 14:32:42,284 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@79a12759, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@51b7390f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7646ef37, org.springframework.test.context.support.DirtiesContextTestExecutionListener@611ae3e5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@11719b70, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@79e6b710]
2022-08-19 14:32:42,292 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:42,321 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:42,328 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:42,356 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:42,362 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2022-08-19 14:32:42,367 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]]
2022-08-19 14:32:42,367 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@e2b1971: startup date [Fri Aug 19 14:32:42 CEST 2022]; root of context hierarchy
2022-08-19 14:32:42,396 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:42,396 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:42,397 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:42,397 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:42,397 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:42,397 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:42,397 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:42,397 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:42,399 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:42,519 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:43,089 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:43,362 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@e2b1971: startup date [Fri Aug 19 14:32:42 CEST 2022]; root of context hierarchy
2022-08-19 14:32:43,626 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql]
2022-08-19 14:32:43,628 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 2 ms.
2022-08-19 14:32:43,744 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:44,009 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@e2b1971: startup date [Fri Aug 19 14:32:42 CEST 2022]; root of context hierarchy
2022-08-19 14:32:44,112 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.375 s - in org.appng.application.manager.business.SessionsTest
[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.job.DatabaseReportJobTest
2022-08-19 14:32:44,666 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]
2022-08-19 14:32:44,666 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@525c82e0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6353af57, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1ae0de28, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4b7a4384, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7d078389, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3d0b269]
2022-08-19 14:32:44,674 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-08-19 14:32:44,704 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-08-19 14:32:44,712 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2022-08-19 14:32:44,747 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-08-19 14:32:44,754 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6223bb9: startup date [Fri Aug 19 14:32:44 CEST 2022]; root of context hierarchy
2022-08-19 14:32:44,787 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 MappingJackson2HttpMessageConverters: 
2022-08-19 14:32:44,787 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 ObjectMappers: 
2022-08-19 14:32:44,787 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 Modules: 
2022-08-19 14:32:44,788 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Found 0 @Primary Beans: 
2022-08-19 14:32:44,788 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No ObjectMapper found in context, creating default.
2022-08-19 14:32:44,788 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] No MappingJackson2HttpMessageConverter found in context, creating default.
2022-08-19 14:32:44,788 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering ObjectMapper 'defaultObjectMapper'
2022-08-19 14:32:44,788 INFO  [main] org.appng.api.config.RestConfig: [localhost:appng-manager] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2022-08-19 14:32:44,789 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2022-08-19 14:32:44,912 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:45,501 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-08-19 14:32:45,766 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6223bb9: startup date [Fri Aug 19 14:32:44 CEST 2022]; root of context hierarchy
2022-08-19 14:32:46,010 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-08-19 14:32:47,414 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6223bb9: startup date [Fri Aug 19 14:32:44 CEST 2022]; root of context hierarchy
2022-08-19 14:32:47,415 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.179 s - in org.appng.application.manager.job.DatabaseReportJobTest
2022-08-19 14:32:47,855 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0.2] Running shutdown hook... Current state: ACTIVE
2022-08-19 14:32:47,856 INFO  [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0.2] [10.102.4.103]:5702 is SHUTTING_DOWN
2022-08-19 14:32:47,863 INFO  [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0.2] [10.102.4.103]:5702 is SHUTTING_DOWN
2022-08-19 14:32:47,869 INFO  [hz.test.cached.thread-1] com.hazelcast.internal.partition.impl.MigrationManager: [10.102.4.103]:5702 [appNG] [5.0.2] Shutdown request of Member [10.102.4.103]:5702 - d9dcd055-a446-4c77-9ffd-22cb0f0a0a46 this is handled
2022-08-19 14:32:47,879 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0.2] Shutting down connection manager...
2022-08-19 14:32:47,884 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0.2] Shutting down node engine...
2022-08-19 14:32:47,888 INFO  [hz.ShutdownThread] com.hazelcast.cache.impl.CacheService: [10.102.4.103]:5702 [appNG] [5.0.2] Removed cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}}
2022-08-19 14:32:47,902 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.NodeExtension: [10.102.4.103]:5702 [appNG] [5.0.2] Destroying node NodeExtension.
2022-08-19 14:32:47,903 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0.2] Hazelcast Shutdown is completed in 38 ms.
2022-08-19 14:32:47,903 INFO  [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0.2] [10.102.4.103]:5702 is SHUTDOWN
2022-08-19 14:32:47,903 INFO  [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0.2] Node is already shutting down... Waiting for shutdown process to complete...
2022-08-19 14:32:47,903 INFO  [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0.2] [10.102.4.103]:5702 is SHUTDOWN
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   LdapUsersTest.testUsers:40->TestBase.validate:526 XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of child nodes '2' but was '3' - comparing <datasource...> at /datasource[1] to <datasource...> at /datasource[1]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<datasource xmlns="http://www.appng.org/schema/platform" id="ldapUsers">
    <config>
        <title id="ldap.users">LDAP Users</title>
        <params/>
        <meta-data bindClass="org.appng.application.manager.business.LdapUsers$LdapUser">
            <field name="name" type="text" binding="name">
                <label id="name">Name</label>
            </field>
            <field name="realname" type="text" binding="realname">
                <label id="realname">Real name</label>
            </field>
            <field name="type" type="text" binding="type">
                <label id="type">Type</label>
            </field>
            <field name="dn" type="text" displayLength="80" binding="dn">
                <label id="distinguishedName">Distinguished Name</label>
            </field>
        </meta-data>
    </config>
    <messages ref="ldapUsers">
        <message ref="ldapUsers" class="INVALID">LDAP Authentication is disabled. Set site property 'ldapDisabled' to 'false' to enable.</message>
    </messages>
    <data>
        <resultset chunk="0" chunkname="ldapUsers" chunksize="10" nextchunk="0" previouschunk="0" firstchunk="0" lastchunk="-1" hits="0"/>
    </data>
</datasource>
, org.custommonkey.xmlunit.Diff
[different] Expected number of child nodes '2' but was '3' - comparing <datasource...> at /datasource[1] to <datasource...> at /datasource[1]

[INFO] 
[ERROR] Tests run: 92, Failures: 1, Errors: 0, Skipped: 1
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:36 min
[INFO] Finished at: 2022-08-19T14:32:48+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project appng-manager: There are test failures.
[ERROR] 
[ERROR] Please refer to /var/lib/jenkins/workspace/appNG_Manager/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Manager
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare doc folder)
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng-manager/docs/1.19.x
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-manager/docs/1.19.x/reference
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-manager/docs/1.19.x/javadoc
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unstash Build)
[Pipeline] dir
Running in /srv/www/appng.org/appng/builds/snapshot
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: No such saved stash ‘jenkins_artifacts’
Finished: FAILURE