Started by user Matthias Mueller Obtained build-application.jenkins from git ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Manager_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.19.2 for appng-manager from branch appng-manager-1.19.x, current snapshot is 1.19.2-SNAPSHOT, next version will be 1.19.3-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh + rm -rf appng-manager [Pipeline] sh + git clone git@github.com:appNG/appng-manager.git appng-manager Cloning into 'appng-manager'... [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager [Pipeline] { [Pipeline] sh + git checkout appng-manager-1.19.x Switched to a new branch 'appng-manager-1.19.x' Branch 'appng-manager-1.19.x' set up to track remote branch 'appng-manager-1.19.x' from 'origin'. [Pipeline] sh + sed -i s/1\.19\.2-SNAPSHOT/1\.19\.2/g pom.xml [Pipeline] sh + git status On branch appng-manager-1.19.x Your branch is up to date with 'origin/appng-manager-1.19.x'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing release 1.19.2 [appng-manager-1.19.x b1c0d4c] preparing release 1.19.2 1 file changed, 1 insertion(+), 1 deletion(-) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Release Branch) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager [Pipeline] { [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ----------------------< org.appng:appng-manager >----------------------- [INFO] Building appNG Manager 1.19.2 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-manager --- [INFO] [INFO] --- appng-maven-plugin:1.23.0:generateApplicationConstants (applicationConstants) @ appng-manager --- [INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/application-home/application.xml, org.appng.application.manager.ManagerSettings, /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/generated-sources/constants] [INFO] [INFO] --- appng-maven-plugin:1.23.0:generateMessageConstants (messageConstants) @ appng-manager --- [INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/application-home/dictionary/manager-messages.properties, org.appng.application.manager.MessageConstants, /var/lib/jenkins/workspace/appNG_Manager_Release/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_Release/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_Release/appng-manager/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Sites.java: /var/lib/jenkins/workspace/appNG_Manager_Release/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_Release/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 101 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_Release/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-07-27 11:32:42,318 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-07-27 11:32:42,334 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4445629, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@45b9a632, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@25d250c6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4df50bcc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b26e945, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@63a65a25] 2022-07-27 11:32:43,020 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:32:43,291 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:32:43,320 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:32:43,431 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:32:43,454 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5a63f509: startup date [Wed Jul 27 11:32:43 CEST 2022]; root of context hierarchy 2022-07-27 11:32:43,824 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:32:43,844 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Jul 27, 2022 11:32:43 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2022-07-27 11:32:44,527 INFO [HSQLDB Server @7561db12] hsqldb.db.HSQLDB823F005C5D.ENGINE: Checkpoint start 2022-07-27 11:32:44,527 INFO [HSQLDB Server @7561db12] hsqldb.db.HSQLDB823F005C5D.ENGINE: checkpointClose start 2022-07-27 11:32:44,733 INFO [HSQLDB Server @7561db12] hsqldb.db.HSQLDB823F005C5D.ENGINE: checkpointClose synched 2022-07-27 11:32:44,742 INFO [HSQLDB Server @7561db12] hsqldb.db.HSQLDB823F005C5D.ENGINE: checkpointClose script done 2022-07-27 11:32:44,757 INFO [HSQLDB Server @7561db12] hsqldb.db.HSQLDB823F005C5D.ENGINE: checkpointClose end 2022-07-27 11:32:44,758 INFO [HSQLDB Server @7561db12] hsqldb.db.HSQLDB823F005C5D.ENGINE: Checkpoint end - txts: 1 2022-07-27 11:32:44,981 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:32:45,006 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:32:45,118 INFO [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.32.Final 2022-07-27 11:32:45,315 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-07-27 11:32:45,907 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:32:45,981 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:32:46,559 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final 2022-07-27 11:32:48,381 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:32:48,394 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:32:49,574 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-07-27 11:32:49,574 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-07-27 11:32:49,689 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5a63f509: startup date [Wed Jul 27 11:32:43 CEST 2022]; root of context hierarchy 2022-07-27 11:32:50,768 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:32:51,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost 2022-07-27 11:32:51,617 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-07-27 11:32:51,621 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-07-27 11:32:51,622 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-07-27 11:32:51,622 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-07-27 11:32:51,622 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-07-27 11:32:51,623 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-07-27 11:32:51,623 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-07-27 11:32:51,627 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-07-27 11:32:51,627 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-07-27 11:32:51,627 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-07-27 11:32:51,627 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-07-27 11:32:51,627 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-07-27 11:32:51,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.testproperty 2022-07-27 11:32:53,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.anotherproperty 2022-07-27 11:32:53,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.multiline 2022-07-27 11:32:55,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.site.localhost.testproperty 2022-07-27 11:32:55,294 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5a63f509: startup date [Wed Jul 27 11:32:43 CEST 2022]; root of context hierarchy 2022-07-27 11:32:55,300 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:32:55,301 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:32:55,582 INFO [HSQLDB Connection @44b7fa68] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.751 s - in org.appng.application.manager.business.SitePropertiesTest [INFO] Running org.appng.application.manager.business.SitesTest 2022-07-27 11:32:55,788 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-07-27 11:32:55,789 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-07-27 11:32:55,794 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-07-27 11:32:55,795 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6da42046, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@43645c21, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7ec77f27, org.springframework.test.context.support.DirtiesContextTestExecutionListener@17698f4c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5b832bf7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3ae7e1f2] 2022-07-27 11:32:55,827 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1161177879 for site localhost with parent sun.misc.Launcher$AppClassLoader#1028566121 created 2022-07-27 11:32:55,828 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:32:55,881 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:32:55,894 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:32:55,936 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:32:55,946 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@24546c9e: startup date [Wed Jul 27 11:32:55 CEST 2022]; root of context hierarchy 2022-07-27 11:32:55,990 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:32:55,993 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:32:56,122 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:32:56,122 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:32:56,370 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:32:56,381 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:32:56,976 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:32:56,976 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:32:57,421 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@24546c9e: startup date [Wed Jul 27 11:32:55 CEST 2022]; root of context hierarchy 2022-07-27 11:32:57,714 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#478449400 for site localhost with parent sun.misc.Launcher$AppClassLoader#1028566121 created 2022-07-27 11:32:57,833 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:32:57,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.messagingEnabled 2022-07-27 11:32:58,129 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-07-27 11:32:58,129 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-07-27 11:32:58,130 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-07-27 11:32:58,130 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-07-27 11:32:58,130 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-07-27 11:32:58,131 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-07-27 11:32:58,131 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-07-27 11:32:58,132 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-07-27 11:32:58,132 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-07-27 11:32:58,132 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-07-27 11:32:58,133 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-07-27 11:32:58,133 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-07-27 11:32:58,256 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:1539) at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke() 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$$2c58cba5.createProperty() 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:439) at org.appng.api.support.CallableAction.perform(CallableAction.java:337) at org.appng.api.support.CallableAction.perform(CallableAction.java:309) at org.appng.application.manager.business.SitesTest.testCreateSite(SitesTest.java:88) 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-07-27 11:32:58,523 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-07-27 11:32:58,524 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-07-27 11:32:58,524 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-07-27 11:32:58,525 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-07-27 11:32:58,525 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-07-27 11:32:58,526 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-07-27 11:32:58,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.template 2022-07-27 11:32:58,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.DatasourceConfigurer 2022-07-27 11:32:58,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.wwwDir 2022-07-27 11:32:58,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.tagPrefix 2022-07-27 11:32:58,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapIdAttribute 2022-07-27 11:32:58,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLoginPage 2022-07-27 11:32:58,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheEnabled 2022-07-27 11:32:58,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapUser 2022-07-27 11:32:58,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapDisabled 2022-07-27 11:32:58,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.serviceOutputType 2022-07-27 11:32:58,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.encoding 2022-07-27 11:32:58,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexDir 2022-07-27 11:32:58,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.defaultApplication 2022-07-27 11:32:58,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.sessionTrackingEnabled 2022-07-27 11:32:58,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.mailHost 2022-07-27 11:32:58,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLoginRef 2022-07-27 11:32:58,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.serviceOutputFormat 2022-07-27 11:32:58,672 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexFileTypes 2022-07-27 11:32:58,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authApplication 2022-07-27 11:32:58,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.defaultPage 2022-07-27 11:32:58,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapGroupBaseDn 2022-07-27 11:32:58,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapStartTls 2022-07-27 11:32:58,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheClearOnShutdown 2022-07-27 11:32:58,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.appendTabId 2022-07-27 11:32:58,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheTimeToLive 2022-07-27 11:32:58,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.csrfProtectedMethods 2022-07-27 11:32:58,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapDomain 2022-07-27 11:32:58,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.searchChunkSize 2022-07-27 11:32:58,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.rewriteConfig 2022-07-27 11:32:58,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexTimeout 2022-07-27 11:32:58,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.xssExceptions 2022-07-27 11:32:58,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.service-path 2022-07-27 11:32:58,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.supportReloadFile 2022-07-27 11:32:58,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLogoutActionValue 2022-07-27 11:32:58,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheTimeoutsAntStyle 2022-07-27 11:32:58,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLogoutActionName 2022-07-27 11:32:58,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLogoutPage 2022-07-27 11:32:58,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.siteRootDir 2022-07-27 11:32:58,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexFileSystemQueueSize 2022-07-27 11:32:58,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.name 2022-07-27 11:32:58,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.jdbcConnectionTimeout 2022-07-27 11:32:58,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.allowSkipRender 2022-07-27 11:32:58,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheStatistics 2022-07-27 11:32:58,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.errorPage 2022-07-27 11:32:58,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.csrfProtectionEnabled 2022-07-27 11:32:58,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.supportedLanguages 2022-07-27 11:32:58,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.assetsDir 2022-07-27 11:32:58,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.errorPages 2022-07-27 11:32:58,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.authLogoutRef 2022-07-27 11:32:58,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.locale 2022-07-27 11:32:58,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.mailDisabled 2022-07-27 11:32:58,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.timeZone 2022-07-27 11:32:58,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.csrfProtectedPaths 2022-07-27 11:32:58,703 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapUserBaseDn 2022-07-27 11:32:58,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheExceptions 2022-07-27 11:32:58,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.enforcePrimaryDomain 2022-07-27 11:32:58,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapPassword 2022-07-27 11:32:58,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexConfig 2022-07-27 11:32:58,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.cacheTimeouts 2022-07-27 11:32:58,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.defaultPageSize 2022-07-27 11:32:58,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.documentDir 2022-07-27 11:32:58,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapPrincipalScheme 2022-07-27 11:32:58,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.jdbcLogPerformance 2022-07-27 11:32:58,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.searchMaxHits 2022-07-27 11:32:58,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.jdbcValidationTimeout 2022-07-27 11:32:58,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.indexQueueSize 2022-07-27 11:32:58,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.mailPort 2022-07-27 11:32:58,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.host 2022-07-27 11:32:58,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.jdbcMaxLifetime 2022-07-27 11:32:58,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.ldapHost 2022-07-27 11:32:58,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.site.localhost.manager-path 2022-07-27 11:32:58,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost 2022-07-27 11:32:58,994 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#416408784 for site localhost with parent sun.misc.Launcher$AppClassLoader#1028566121 created 2022-07-27 11:32:59,358 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1930991953 for site localhost with parent sun.misc.Launcher$AppClassLoader#1028566121 created 2022-07-27 11:32:59,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site site2 2022-07-27 11:32:59,660 INFO [main] org.appng.core.service.CoreService: starting deletion of site site2 2022-07-27 11:32:59,687 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2022-07-27 11:32:59,692 INFO [main] org.appng.core.service.CoreService: done deleting site site2 2022-07-27 11:32:59,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Site site2 2022-07-27 11:32:59,720 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1065183472 for site localhost with parent sun.misc.Launcher$AppClassLoader#1028566121 created 2022-07-27 11:32:59,992 INFO [main] org.appng.core.service.InitializerService: prepare reload of site Mock for SiteImpl, hashCode: 746570457, shutting down first 2022-07-27 11:33:00,022 INFO [main] org.appng.core.service.CoreService: destroying site Mock for SiteImpl, hashCode: 746570457 2022-07-27 11:33:00,023 INFO [main] org.appng.api.support.environment.DefaultEnvironment: Clearing site scope with identifier 'SITE.localhost' 2022-07-27 11:33:00,023 INFO [main] org.appng.core.service.CoreService: destroying site Mock for SiteImpl, hashCode: 746570457 complete 2022-07-27 11:33:00,030 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 localhost at org.appng.api.support.RequestSupportImpl.handleException(RequestSupportImpl.java:200) at org.appng.api.support.ApplicationRequest.handleException(ApplicationRequest.java:134) at org.appng.application.manager.service.ManagerService.reloadSite(ManagerService.java:1603) at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke() 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$$2c58cba5.reloadSite() 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:439) at org.appng.api.support.CallableAction.perform(CallableAction.java:337) at org.appng.api.support.CallableAction.perform(CallableAction.java:309) at org.appng.application.manager.business.SitesTest.testReloadSite(SitesTest.java:121) 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 localhost at org.appng.core.service.InitializerService.lambda$getSiteLoader$1(InitializerService.java:869) at org.appng.core.service.InitializerService.loadSite(InitializerService.java:511) at org.appng.core.service.InitializerService.loadSite(InitializerService.java:490) at org.appng.core.service.InitializerService.loadSite(InitializerService.java:473) at org.appng.core.service.InitializerService$$FastClassBySpringCGLIB$$f960133d.invoke() 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$$7e206f62.loadSite() at org.appng.application.manager.service.ManagerService.reloadSite(ManagerService.java:1593) ... 49 more Caused by: java.lang.NullPointerException at org.appng.core.service.CoreService.shutdownSite(CoreService.java:1881) at org.appng.core.service.CoreService$$FastClassBySpringCGLIB$$4bccbf8c.invoke() 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.CoreService$$EnhancerBySpringCGLIB$$e5b11daf.shutdownSite() at org.appng.core.service.InitializerService.shutDownSite(InitializerService.java:970) at org.appng.core.service.InitializerService.lambda$getSiteLoader$1(InitializerService.java:547) ... 63 more 2022-07-27 11:33:00,048 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#809278400 for site localhost with parent sun.misc.Launcher$AppClassLoader#1028566121 created 2022-07-27 11:33:00,319 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1399961858 for site localhost with parent sun.misc.Launcher$AppClassLoader#1028566121 created 2022-07-27 11:33:00,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site site2 2022-07-27 11:33:00,682 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#856901921 for site localhost with parent sun.misc.Launcher$AppClassLoader#1028566121 created 2022-07-27 11:33:00,898 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@24546c9e: startup date [Wed Jul 27 11:32:55 CEST 2022]; root of context hierarchy 2022-07-27 11:33:00,901 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:00,902 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:01,418 INFO [HSQLDB Connection @3d1ad376] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.796 s - in org.appng.application.manager.business.SitesTest [INFO] Running org.appng.application.manager.business.RepositoriesTest 2022-07-27 11:33:01,628 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-07-27 11:33:01,629 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@496bd320, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6dd7d7ac, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@14488e0b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2cdcf975, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3bb9cd1d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@68801771] 2022-07-27 11:33:01,641 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:01,703 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:01,724 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:01,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-07-27 11:33:01,795 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@73b4b585: startup date [Wed Jul 27 11:33:01 CEST 2022]; root of context hierarchy 2022-07-27 11:33:01,845 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:01,848 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:01,986 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:01,986 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:02,223 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:02,237 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:03,089 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:03,094 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:03,670 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@73b4b585: startup date [Wed Jul 27 11:33:01 CEST 2022]; root of context hierarchy 2022-07-27 11:33:04,036 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:04,188 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-07-27 11:33:04,189 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-07-27 11:33:04,189 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-07-27 11:33:04,189 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-07-27 11:33:04,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Local 2022-07-27 11:33:04,744 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:957) at org.appng.application.manager.service.ManagerService.validateRepository(ManagerService.java:942) at org.appng.application.manager.service.ManagerService.createRepository(ManagerService.java:870) at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke() 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$$2c58cba5.createRepository() 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:439) at org.appng.api.support.CallableAction.perform(CallableAction.java:337) at org.appng.api.support.CallableAction.perform(CallableAction.java:309) at org.appng.application.manager.business.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-07-27 11:33:05,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Delete me 2022-07-27 11:33:05,176 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Repository Delete me 2022-07-27 11:33:05,595 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Repository Delete me 2022-07-27 11:33:06,354 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@73b4b585: startup date [Wed Jul 27 11:33:01 CEST 2022]; root of context hierarchy 2022-07-27 11:33:06,355 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:06,356 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:07,060 INFO [HSQLDB Connection @6e9ae34a] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.636 s - in org.appng.application.manager.business.RepositoriesTest [INFO] Running org.appng.application.manager.business.SqlExecutorTest 2022-07-27 11:33:07,271 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-07-27 11:33:07,272 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@38cf5e6b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6943a276, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6c9f34ac, org.springframework.test.context.support.DirtiesContextTestExecutionListener@73cf768d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@31b15299, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@451506cb] 2022-07-27 11:33:07,281 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:07,330 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:07,342 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:07,390 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:07,403 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml] 2022-07-27 11:33:07,419 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_Release/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-07-27 11:33:07,419 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@58c90f05: startup date [Wed Jul 27 11:33:07 CEST 2022]; root of context hierarchy 2022-07-27 11:33:07,456 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:07,457 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:07,582 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:07,582 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:07,749 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:07,757 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:08,292 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:08,292 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:08,686 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@58c90f05: startup date [Wed Jul 27 11:33:07 CEST 2022]; root of context hierarchy 2022-07-27 11:33:08,976 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql] 2022-07-27 11:33:08,979 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 3 ms. 2022-07-27 11:33:09,082 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:09,264 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb () 2022-07-27 11:33:09,445 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.15.0 by Redgate 2022-07-27 11:33:09,446 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5) 2022-07-27 11:33:09,647 INFO [main] org.springframework.jdbc.datasource.SingleConnectionDataSource: Established shared JDBC Connection: org.hsqldb.jdbc.JDBCConnection@5cf012fd 2022-07-27 11:33:09,756 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@58c90f05: startup date [Wed Jul 27 11:33:07 CEST 2022]; root of context hierarchy 2022-07-27 11:33:09,860 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:09,860 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:10,094 INFO [HSQLDB Connection @64985565] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.128 s - in org.appng.application.manager.business.SqlExecutorTest [INFO] Running org.appng.application.manager.business.EnvironmentTest 2022-07-27 11:33:10,408 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-07-27 11:33:10,408 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@627ab625, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2927635e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d12fc6f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4bb13748, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7ccd7b85, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6e62dad1] 2022-07-27 11:33:10,418 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:10,458 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:10,467 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:10,502 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:10,511 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2650c24a: startup date [Wed Jul 27 11:33:10 CEST 2022]; root of context hierarchy 2022-07-27 11:33:10,546 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:10,548 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:10,672 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:10,672 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:10,838 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:10,847 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:11,353 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:11,354 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:11,670 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2650c24a: startup date [Wed Jul 27 11:33:10 CEST 2022]; root of context hierarchy 2022-07-27 11:33:11,900 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:12,247 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2650c24a: startup date [Wed Jul 27 11:33:10 CEST 2022]; root of context hierarchy 2022-07-27 11:33:12,248 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:12,249 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:12,544 INFO [HSQLDB Connection @5705e08c] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.344 s - in org.appng.application.manager.business.EnvironmentTest [INFO] Running org.appng.application.manager.business.LdapUsersTest 2022-07-27 11:33:12,754 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-07-27 11:33:12,755 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e587079, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7de6a0c6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5711bf76, org.springframework.test.context.support.DirtiesContextTestExecutionListener@203e89b6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5d98ee70, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@15b09595] 2022-07-27 11:33:12,766 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:12,820 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:12,829 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:12,933 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:12,940 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1ba73135: startup date [Wed Jul 27 11:33:12 CEST 2022]; root of context hierarchy 2022-07-27 11:33:12,972 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:12,974 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:13,095 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:13,095 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:13,256 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:13,264 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:13,980 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:13,980 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:14,297 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@1ba73135: startup date [Wed Jul 27 11:33:12 CEST 2022]; root of context hierarchy 2022-07-27 11:33:14,540 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:14,620 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1ba73135: startup date [Wed Jul 27 11:33:12 CEST 2022]; root of context hierarchy 2022-07-27 11:33:14,621 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:14,621 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:14,915 INFO [HSQLDB Connection @78000aa] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.367 s - in org.appng.application.manager.business.LdapUsersTest [INFO] Running org.appng.application.manager.business.GroupsTest 2022-07-27 11:33:15,128 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-07-27 11:33:15,129 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7f4be795, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3de309e4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@392f0c55, org.springframework.test.context.support.DirtiesContextTestExecutionListener@11bc1e63, org.springframework.test.context.transaction.TransactionalTestExecutionListener@31eb348e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1462a77e] 2022-07-27 11:33:15,142 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:15,187 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:15,196 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:15,235 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:15,248 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@24d01fdb: startup date [Wed Jul 27 11:33:15 CEST 2022]; root of context hierarchy 2022-07-27 11:33:15,291 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:15,293 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:15,423 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:15,424 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:15,594 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:15,601 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:16,067 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:16,067 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:16,429 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@24d01fdb: startup date [Wed Jul 27 11:33:15 CEST 2022]; root of context hierarchy 2022-07-27 11:33:16,669 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:16,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application 2022-07-27 11:33:16,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1 2022-07-27 11:33:17,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role2 2022-07-27 11:33:17,115 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Site localhost 2022-07-27 11:33:17,391 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-07-27 11:33:17,391 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-07-27 11:33:17,392 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-07-27 11:33:17,392 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-07-27 11:33:17,392 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-07-27 11:33:17,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group admin 2022-07-27 11:33:18,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users 2022-07-27 11:33:18,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Group users 2022-07-27 11:33:18,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users 2022-07-27 11:33:18,907 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group Administrators 2022-07-27 11:33:19,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Group Administrators 2022-07-27 11:33:20,032 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@24d01fdb: startup date [Wed Jul 27 11:33:15 CEST 2022]; root of context hierarchy 2022-07-27 11:33:20,033 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:20,034 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:20,349 INFO [HSQLDB Connection @4f6d3808] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.428 s - in org.appng.application.manager.business.GroupsTest [INFO] Running org.appng.application.manager.business.PlatformPropertiesTest 2022-07-27 11:33:20,560 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-07-27 11:33:20,560 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5c6e6af0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6bfc4ba6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@758a63d2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7351e955, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5cc73425, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@556ff560] 2022-07-27 11:33:20,573 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:20,624 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:20,636 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:20,678 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:20,688 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@fbadc93: startup date [Wed Jul 27 11:33:20 CEST 2022]; root of context hierarchy 2022-07-27 11:33:20,728 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:20,730 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:20,854 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:20,854 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:21,018 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:21,025 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:21,473 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:21,474 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:21,772 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@fbadc93: startup date [Wed Jul 27 11:33:20 CEST 2022]; root of context hierarchy 2022-07-27 11:33:22,047 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:22,189 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-07-27 11:33:22,189 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-07-27 11:33:22,189 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-07-27 11:33:22,190 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-07-27 11:33:22,190 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-07-27 11:33:22,190 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-07-27 11:33:22,190 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-07-27 11:33:22,191 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-07-27 11:33:22,191 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-07-27 11:33:22,191 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-07-27 11:33:22,191 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-07-27 11:33:22,191 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-07-27 11:33:22,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.testproperty 2022-07-27 11:33:22,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.anotherproperty 2022-07-27 11:33:23,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.booleanProp 2022-07-27 11:33:23,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.multilineProp 2022-07-27 11:33:24,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.testproperty 2022-07-27 11:33:25,533 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@fbadc93: startup date [Wed Jul 27 11:33:20 CEST 2022]; root of context hierarchy 2022-07-27 11:33:25,535 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:25,536 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:25,812 INFO [HSQLDB Connection @6c0713a3] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.457 s - in org.appng.application.manager.business.PlatformPropertiesTest [INFO] Running org.appng.application.manager.business.RoleTest 2022-07-27 11:33:26,020 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-07-27 11:33:26,020 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2967089f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7900670c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@a7828c5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@465d4a6c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@576f91c8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2d2da42e] 2022-07-27 11:33:26,028 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:26,061 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:26,069 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:26,095 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:26,103 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4a7aa7d3: startup date [Wed Jul 27 11:33:26 CEST 2022]; root of context hierarchy 2022-07-27 11:33:26,130 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:26,131 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:26,254 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:26,254 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:26,517 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:26,525 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:26,991 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:26,992 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:27,234 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4a7aa7d3: startup date [Wed Jul 27 11:33:26 CEST 2022]; root of context hierarchy 2022-07-27 11:33:27,470 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:27,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application 2022-07-27 11:33:27,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.this 2022-07-27 11:33:27,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.that 2022-07-27 11:33:27,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1 2022-07-27 11:33:28,078 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-07-27 11:33:28,079 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-07-27 11:33:28,079 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-07-27 11:33:28,079 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-07-27 11:33:28,080 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-07-27 11:33:28,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role2 2022-07-27 11:33:28,606 ERROR [main] org.appng.application.manager.business.Roles: error while performing action org.appng.api.BusinessException: a role role2 already exists for application application at org.appng.application.manager.service.ManagerService.checkUniqueRoleName(ManagerService.java:815) at org.appng.application.manager.service.ManagerService.createRole(ManagerService.java:789) at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke() 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$$2c58cba5.createRole() at org.appng.application.manager.business.Roles.perform(Roles.java:57) at org.appng.application.manager.business.Roles.perform(Roles.java:42) at org.appng.api.support.CallableAction.execute(CallableAction.java:439) at org.appng.api.support.CallableAction.perform(CallableAction.java:337) at org.appng.api.support.CallableAction.perform(CallableAction.java:309) at org.appng.application.manager.business.RoleTest.testCreateNameExists(RoleTest.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2022-07-27 11:33:28,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Role role2 2022-07-27 11:33:29,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Role role.updated 2022-07-27 11:33:29,716 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4a7aa7d3: startup date [Wed Jul 27 11:33:26 CEST 2022]; root of context hierarchy 2022-07-27 11:33:29,717 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:29,718 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:30,228 INFO [HSQLDB Connection @32806084] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.412 s - in org.appng.application.manager.business.RoleTest [INFO] Running org.appng.application.manager.business.PermissionsTest 2022-07-27 11:33:30,439 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-07-27 11:33:30,439 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e60636b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6a8b87a9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@582c88da, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4bcae22b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@768cbb02, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@400cdcb5] 2022-07-27 11:33:30,449 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:30,496 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:30,505 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:30,536 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:30,543 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@609d983c: startup date [Wed Jul 27 11:33:30 CEST 2022]; root of context hierarchy 2022-07-27 11:33:30,585 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:30,588 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:30,712 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:30,712 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:30,873 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:30,882 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:31,319 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:31,319 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:31,628 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@609d983c: startup date [Wed Jul 27 11:33:30 CEST 2022]; root of context hierarchy 2022-07-27 11:33:31,881 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:31,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application application 2022-07-27 11:33:32,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Role role1 2022-07-27 11:33:32,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.this 2022-07-27 11:33:32,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.that 2022-07-27 11:33:32,467 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-07-27 11:33:32,468 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en 2022-07-27 11:33:32,468 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en 2022-07-27 11:33:32,468 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en 2022-07-27 11:33:32,468 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [manager-messages] not found for MessageSource: Can't find bundle for base name manager-messages, locale en 2022-07-27 11:33:32,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Permission do.something 2022-07-27 11:33:33,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Permission do.something 2022-07-27 11:33:33,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Permission do.somethingelse 2022-07-27 11:33:34,103 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@609d983c: startup date [Wed Jul 27 11:33:30 CEST 2022]; root of context hierarchy 2022-07-27 11:33:34,104 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:34,104 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:34,386 INFO [HSQLDB Connection @785a8d5e] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.154 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.025 s - in org.appng.application.manager.business.webservice.LogViewerTest [INFO] Running org.appng.application.manager.business.ClusterStateTest 2022-07-27 11:33:34,621 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-07-27 11:33:34,622 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3598dfd9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@373af63e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@78cf9cba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@636adc45, org.springframework.test.context.transaction.TransactionalTestExecutionListener@10ffb1e6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@70143ec1] 2022-07-27 11:33:34,631 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:34,662 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:34,674 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:34,704 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:34,711 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@41072403: startup date [Wed Jul 27 11:33:34 CEST 2022]; root of context hierarchy 2022-07-27 11:33:34,742 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:34,744 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:34,866 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:34,866 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:35,038 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:35,044 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:35,439 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:35,439 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:35,706 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@41072403: startup date [Wed Jul 27 11:33:34 CEST 2022]; root of context hierarchy 2022-07-27 11:33:35,975 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:36,009 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@41072403: startup date [Wed Jul 27 11:33:34 CEST 2022]; root of context hierarchy 2022-07-27 11:33:36,010 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:36,011 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:36,666 INFO [HSQLDB Connection @7edb273f] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.248 s - in org.appng.application.manager.business.ClusterStateTest [INFO] Running org.appng.application.manager.business.NodePropertiesTest 2022-07-27 11:33:36,873 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-07-27 11:33:36,874 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d197a30, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@723e042, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7d57a32d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4e80b6b3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@189e9da9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@274f08] 2022-07-27 11:33:36,882 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:36,913 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:36,921 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:36,948 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:36,954 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@bd7d972: startup date [Wed Jul 27 11:33:36 CEST 2022]; root of context hierarchy 2022-07-27 11:33:36,982 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:36,984 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:37,104 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:37,105 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:37,278 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:37,285 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:37,691 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:37,691 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:37,949 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@bd7d972: startup date [Wed Jul 27 11:33:36 CEST 2022]; root of context hierarchy 2022-07-27 11:33:38,606 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:38,752 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-07-27 11:33:38,752 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-07-27 11:33:38,752 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-07-27 11:33:38,752 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-07-27 11:33:38,753 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-07-27 11:33:38,753 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-07-27 11:33:38,753 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-07-27 11:33:38,753 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-07-27 11:33:38,753 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-07-27 11:33:38,754 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-07-27 11:33:38,754 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-07-27 11:33:38,754 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-07-27 11:33:38,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.node.foobar.foo 2022-07-27 11:33:39,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.node.foobar.foo 2022-07-27 11:33:39,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Property platform.node.foobar.foo 2022-07-27 11:33:39,895 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@bd7d972: startup date [Wed Jul 27 11:33:36 CEST 2022]; root of context hierarchy 2022-07-27 11:33:39,896 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:39,897 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:40,396 INFO [HSQLDB Connection @1943f47e] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.728 s - in org.appng.application.manager.business.NodePropertiesTest [INFO] Running org.appng.application.manager.business.PlatformEventsTest 2022-07-27 11:33:40,606 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-07-27 11:33:40,606 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2ad8b69d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2e5ce882, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3daa3e4d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@321b18bf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5d182c3f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@14c9c7e6] 2022-07-27 11:33:40,615 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:40,660 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:40,669 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:40,696 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:40,702 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1249ea34: startup date [Wed Jul 27 11:33:40 CEST 2022]; root of context hierarchy 2022-07-27 11:33:40,731 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:40,733 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:40,860 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:40,860 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:41,032 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:41,040 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:41,498 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:41,498 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:41,751 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@1249ea34: startup date [Wed Jul 27 11:33:40 CEST 2022]; root of context hierarchy 2022-07-27 11:33:41,977 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:42,537 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1249ea34: startup date [Wed Jul 27 11:33:40 CEST 2022]; root of context hierarchy 2022-07-27 11:33:42,538 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:42,538 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:43,037 INFO [HSQLDB Connection @58f97387] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.638 s - in org.appng.application.manager.business.PlatformEventsTest [INFO] Running org.appng.application.manager.business.DataBaseConnectionsTest 2022-07-27 11:33:43,246 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-07-27 11:33:43,246 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@b96df2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@225c5021, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2d35ceac, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6bab81d3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2036b7a9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@60ab26d6] 2022-07-27 11:33:43,256 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:43,289 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:43,298 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:43,329 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:43,336 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml] 2022-07-27 11:33:43,342 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_Release/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-07-27 11:33:43,342 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@54fa7476: startup date [Wed Jul 27 11:33:43 CEST 2022]; root of context hierarchy 2022-07-27 11:33:43,371 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:43,373 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:43,494 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:43,494 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:43,655 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:43,663 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:44,065 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:44,066 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:44,375 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@54fa7476: startup date [Wed Jul 27 11:33:43 CEST 2022]; root of context hierarchy 2022-07-27 11:33:44,620 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql] 2022-07-27 11:33:44,622 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 2 ms. 2022-07-27 11:33:44,703 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:44,850 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb () 2022-07-27 11:33:44,958 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.15.0 by Redgate 2022-07-27 11:33:44,959 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5) 2022-07-27 11:33:45,170 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb () 2022-07-27 11:33:45,275 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.15.0 by Redgate 2022-07-27 11:33:45,277 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5) 2022-07-27 11:33:45,481 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb () 2022-07-27 11:33:45,656 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.15.0 by Redgate 2022-07-27 11:33:45,657 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.5) 2022-07-27 11:33:45,673 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-07-27 11:33:45,676 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-07-27 11:33:45,676 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-07-27 11:33:45,676 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-07-27 11:33:45,688 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@54fa7476: startup date [Wed Jul 27 11:33:43 CEST 2022]; root of context hierarchy 2022-07-27 11:33:45,791 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:45,791 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:46,131 INFO [HSQLDB Connection @6e007369] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.09 s - in org.appng.application.manager.business.DataBaseConnectionsTest [INFO] Running org.appng.application.manager.business.MailTest 2022-07-27 11:33:46,342 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-07-27 11:33:46,342 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6f384246, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e5ba402, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@16289d79, org.springframework.test.context.support.DirtiesContextTestExecutionListener@767959bb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5bfe0f40, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@18c6db89] 2022-07-27 11:33:46,355 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:46,399 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:46,408 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:46,437 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:46,444 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@76df62dd: startup date [Wed Jul 27 11:33:46 CEST 2022]; root of context hierarchy 2022-07-27 11:33:46,475 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:46,477 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:46,599 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:46,599 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:46,755 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:46,764 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:47,233 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:47,234 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:47,523 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@76df62dd: startup date [Wed Jul 27 11:33:46 CEST 2022]; root of context hierarchy 2022-07-27 11:33:47,746 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:47,775 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-07-27 11:33:47,776 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-07-27 11:33:47,776 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-07-27 11:33:47,776 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-07-27 11:33:47,790 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@76df62dd: startup date [Wed Jul 27 11:33:46 CEST 2022]; root of context hierarchy 2022-07-27 11:33:47,791 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:47,791 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:48,234 INFO [HSQLDB Connection @7c0657ac] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.1 s - in org.appng.application.manager.business.MailTest [INFO] Running org.appng.application.manager.business.CacheTest 2022-07-27 11:33:48,444 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-07-27 11:33:48,446 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3fa4db1d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e7dc5dc, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4d9b2508, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4dd0985c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5435cec8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2496b2b7] Jul 27, 2022 11:33:48 AM com.hazelcast.config.ClasspathXmlConfig INFO: Configuring Hazelcast from 'hazelcast-test.xml'. 2022-07-27 11:33:48,864 INFO [main] com.hazelcast.system.logo : [10.102.4.103]:5702 [appNG] [5.0] + + o o o o---o o----o o o---o o o----o o--o--o + + + + | | / \ / | | / / \ | | + + + + + o----o o o o o----o | o o o o----o | + + + + | | / \ / | | \ / \ | | + + o o o o o---o o----o o----o o---o o o o----o o 2022-07-27 11:33:48,865 INFO [main] com.hazelcast.system : [10.102.4.103]:5702 [appNG] [5.0] Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. 2022-07-27 11:33:48,865 INFO [main] com.hazelcast.system : [10.102.4.103]:5702 [appNG] [5.0] Hazelcast Platform 5.0 (20210922 - dbaeffe) starting at [10.102.4.103]:5702 2022-07-27 11:33:48,865 INFO [main] com.hazelcast.system : [10.102.4.103]:5702 [appNG] [5.0] Cluster name: appNG 2022-07-27 11:33:48,865 INFO [main] com.hazelcast.system : [10.102.4.103]:5702 [appNG] [5.0] The Jet engine is disabled. To enable the Jet engine on the members, please do one of the following: - Change member config using Java API: config.getJetConfig().setEnabled(true); - Change XML/YAML configuration property: Set hazelcast.jet.enabled to true - Add system property: -Dhz.jet.enabled=true - Add environment variable: HZ_JET_ENABLED=true 2022-07-27 11:33:49,594 INFO [main] com.hazelcast.system.security : [10.102.4.103]:5702 [appNG] [5.0] Enable DEBUG/FINE log level for log category com.hazelcast.system.security or use -Dhazelcast.security.recommendations system property to see 🔒 security recommendations and the status of current config. 2022-07-27 11:33:49,713 WARN [main] com.hazelcast.cp.CPSubsystem : [10.102.4.103]:5702 [appNG] [5.0] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 2022-07-27 11:33:50,165 INFO [main] com.hazelcast.internal.diagnostics.Diagnostics: [10.102.4.103]:5702 [appNG] [5.0] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2022-07-27 11:33:50,177 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0] [10.102.4.103]:5702 is STARTING 2022-07-27 11:33:50,240 WARN [main] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0] No join method is enabled! Starting standalone. 2022-07-27 11:33:50,241 WARN [main] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0] Config seed port is 5701 and cluster size is 1. Some of the ports seem occupied! 2022-07-27 11:33:50,265 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0] [10.102.4.103]:5702 is STARTED 2022-07-27 11:33:50,308 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:50,353 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:50,362 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:50,392 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:50,402 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@18eb4abb: startup date [Wed Jul 27 11:33:50 CEST 2022]; root of context hierarchy 2022-07-27 11:33:50,435 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:50,437 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:50,564 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:50,564 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:50,737 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:50,748 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:51,201 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:51,201 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:51,560 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@18eb4abb: startup date [Wed Jul 27 11:33:50 CEST 2022]; root of context hierarchy 2022-07-27 11:33:51,940 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:51,951 INFO [main] com.hazelcast.internal.partition.impl.PartitionStateManager: [10.102.4.103]:5702 [appNG] [5.0] Initializing cluster partition table arrangement... 2022-07-27 11:33:51,994 INFO [main] com.hazelcast.cache.impl.CacheService: [10.102.4.103]:5702 [appNG] [5.0] Added cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}} 2022-07-27 11:33:52,022 INFO [main] org.appng.core.service.CacheService: Created cache 'pageCache-localhost' with TTL of 36000 seconds (statistics: true). 2022-07-27 11:33:52,462 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@18eb4abb: startup date [Wed Jul 27 11:33:50 CEST 2022]; root of context hierarchy 2022-07-27 11:33:52,463 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:52,464 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:52,695 INFO [HSQLDB Connection @4a81a41a] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.459 s - in org.appng.application.manager.business.CacheTest [INFO] Running org.appng.application.manager.business.ApplicationPropertiesTest 2022-07-27 11:33:52,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-07-27 11:33:52,904 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7874ea5f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@715c30f2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2666bb94, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3447f855, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6bbeda90, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7bf5acb5] 2022-07-27 11:33:52,913 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:52,946 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:52,954 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:52,979 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:52,986 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@63d2ca5a: startup date [Wed Jul 27 11:33:52 CEST 2022]; root of context hierarchy 2022-07-27 11:33:53,014 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:53,019 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:53,142 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:53,142 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:53,307 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:53,313 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:53,724 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:53,725 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:54,034 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@63d2ca5a: startup date [Wed Jul 27 11:33:52 CEST 2022]; root of context hierarchy 2022-07-27 11:33:54,267 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:54,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Application manager 2022-07-27 11:33:54,520 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-07-27 11:33:54,520 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-07-27 11:33:54,520 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-07-27 11:33:54,520 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-07-27 11:33:54,521 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-07-27 11:33:54,521 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-07-27 11:33:54,521 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-07-27 11:33:54,521 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-07-27 11:33:54,521 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-07-27 11:33:54,521 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-07-27 11:33:54,522 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-07-27 11:33:54,522 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-07-27 11:33:54,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.application.manager.testproperty 2022-07-27 11:33:54,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Property platform.application.manager.anotherproperty 2022-07-27 11:33:55,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Property platform.application.manager.testproperty 2022-07-27 11:33:56,150 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@63d2ca5a: startup date [Wed Jul 27 11:33:52 CEST 2022]; root of context hierarchy 2022-07-27 11:33:56,151 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:56,151 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:33:56,598 INFO [HSQLDB Connection @53143199] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.896 s - in org.appng.application.manager.business.ApplicationPropertiesTest [INFO] Running org.appng.application.manager.business.SubjectsTest 2022-07-27 11:33:56,809 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-07-27 11:33:56,809 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@687f0f4d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@228ff34d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5cb27e4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@33f21042, org.springframework.test.context.transaction.TransactionalTestExecutionListener@23676416, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7e2feeac] 2022-07-27 11:33:56,818 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:33:56,851 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:33:56,858 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:33:56,890 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:33:56,897 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1547688: startup date [Wed Jul 27 11:33:56 CEST 2022]; root of context hierarchy 2022-07-27 11:33:56,923 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:33:56,924 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:33:57,044 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:57,044 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:33:57,203 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:33:57,210 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:33:57,609 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:33:57,610 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:33:57,877 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@1547688: startup date [Wed Jul 27 11:33:56 CEST 2022]; root of context hierarchy 2022-07-27 11:33:58,110 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:33:58,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group admins 2022-07-27 11:33:58,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Group users 2022-07-27 11:33:58,538 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-07-27 11:33:58,538 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-07-27 11:33:58,538 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-07-27 11:33:58,538 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-07-27 11:33:58,538 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-07-27 11:33:58,539 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-07-27 11:33:58,539 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-07-27 11:33:58,539 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-07-27 11:33:58,539 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-07-27 11:33:58,539 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-07-27 11:33:58,539 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-07-27 11:33:59,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Subject admin 2022-07-27 11:33:59,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject admin 2022-07-27 11:34:00,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG testsupport Subject user 2022-07-27 11:34:00,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject user 2022-07-27 11:34:01,147 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:1301) at org.appng.application.manager.service.ManagerService$$FastClassBySpringCGLIB$$bbf10b1e.invoke() 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$$2c58cba5.createSubject() at org.appng.application.manager.business.Subjects.perform(Subjects.java:64) at org.appng.application.manager.business.Subjects.perform(Subjects.java:48) at org.appng.api.support.CallableAction.execute(CallableAction.java:439) at org.appng.api.support.CallableAction.perform(CallableAction.java:337) at org.appng.api.support.CallableAction.perform(CallableAction.java:309) at org.appng.application.manager.business.SubjectsTest.testCreateNameExists(SubjectsTest.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2022-07-27 11:34:01,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG testsupport Subject user 2022-07-27 11:34:03,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG testsupport Subject admin 2022-07-27 11:34:04,911 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1547688: startup date [Wed Jul 27 11:33:56 CEST 2022]; root of context hierarchy 2022-07-27 11:34:04,912 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:34:04,912 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:34:05,200 INFO [HSQLDB Connection @59f01bfd] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.599 s - in org.appng.application.manager.business.SubjectsTest [INFO] Running org.appng.application.manager.business.SessionsTest 2022-07-27 11:34:05,411 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-07-27 11:34:05,411 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2b7b3eea, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3b167057, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@63899526, org.springframework.test.context.support.DirtiesContextTestExecutionListener@62ae1099, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1050ee48, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@18cca0dd] 2022-07-27 11:34:05,421 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:34:05,462 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:34:05,470 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:34:05,494 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:34:05,501 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml] 2022-07-27 11:34:05,506 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_Release/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-07-27 11:34:05,506 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@25fbc2ee: startup date [Wed Jul 27 11:34:05 CEST 2022]; root of context hierarchy 2022-07-27 11:34:05,533 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:34:05,534 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:34:05,653 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:34:05,653 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:34:05,811 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:34:05,818 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:34:06,250 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:34:06,251 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:34:06,508 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@25fbc2ee: startup date [Wed Jul 27 11:34:05 CEST 2022]; root of context hierarchy 2022-07-27 11:34:06,754 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/testdata.sql] 2022-07-27 11:34:06,756 INFO [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/testdata.sql] in 2 ms. 2022-07-27 11:34:06,862 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:34:07,147 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@25fbc2ee: startup date [Wed Jul 27 11:34:05 CEST 2022]; root of context hierarchy 2022-07-27 11:34:07,250 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:34:07,250 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:34:07,672 INFO [HSQLDB Connection @32e234f0] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.469 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-07-27 11:34:07,881 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-07-27 11:34:07,881 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@24ddc424, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1744f29b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6f37d024, org.springframework.test.context.support.DirtiesContextTestExecutionListener@e7a7f0a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44cc7605, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@74ac942d] 2022-07-27 11:34:07,889 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2022-07-27 11:34:07,920 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2022-07-27 11:34:07,929 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml] 2022-07-27 11:34:07,955 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2022-07-27 11:34:07,962 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@789475e0: startup date [Wed Jul 27 11:34:07 CEST 2022]; root of context hierarchy 2022-07-27 11:34:07,995 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2022-07-27 11:34:07,997 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2022-07-27 11:34:08,118 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2022-07-27 11:34:08,118 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2022-07-27 11:34:08,285 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2022-07-27 11:34:08,292 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2022-07-27 11:34:08,691 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-27 11:34:08,692 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:34:08,973 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@789475e0: startup date [Wed Jul 27 11:34:07 CEST 2022]; root of context hierarchy 2022-07-27 11:34:09,205 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2022-07-27 11:34:10,333 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@789475e0: startup date [Wed Jul 27 11:34:07 CEST 2022]; root of context hierarchy 2022-07-27 11:34:10,334 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2022-07-27 11:34:10,334 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2022-07-27 11:34:10,974 INFO [HSQLDB Connection @6a42efb6] hsqldb.db.HSQLDB823F005C5D.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.369 s - in org.appng.application.manager.job.DatabaseReportJobTest 2022-07-27 11:34:11,264 INFO [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0] Running shutdown hook... Current state: ACTIVE 2022-07-27 11:34:11,266 INFO [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0] [10.102.4.103]:5702 is SHUTTING_DOWN 2022-07-27 11:34:11,271 INFO [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0] [10.102.4.103]:5702 is SHUTTING_DOWN 2022-07-27 11:34:11,275 INFO [hz.test.cached.thread-3] com.hazelcast.internal.partition.impl.MigrationManager: [10.102.4.103]:5702 [appNG] [5.0] Shutdown request of Member [10.102.4.103]:5702 - 64ed6aa3-91de-4cfa-a178-981479ccf5bc this is handled 2022-07-27 11:34:11,284 INFO [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0] Shutting down connection manager... 2022-07-27 11:34:11,288 INFO [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0] Shutting down node engine... 2022-07-27 11:34:11,293 INFO [hz.ShutdownThread] com.hazelcast.cache.impl.CacheService: [10.102.4.103]:5702 [appNG] [5.0] Removed cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}} 2022-07-27 11:34:11,309 INFO [hz.ShutdownThread] com.hazelcast.instance.impl.NodeExtension: [10.102.4.103]:5702 [appNG] [5.0] Destroying node NodeExtension. 2022-07-27 11:34:11,310 INFO [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0] Hazelcast Shutdown is completed in 38 ms. 2022-07-27 11:34:11,311 INFO [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0] [10.102.4.103]:5702 is SHUTDOWN 2022-07-27 11:34:11,311 INFO [hz.ShutdownThread] com.hazelcast.instance.impl.Node: [10.102.4.103]:5702 [appNG] [5.0] Node is already shutting down... Waiting for shutdown process to complete... 2022-07-27 11:34:11,311 INFO [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.103]:5702 [appNG] [5.0] [10.102.4.103]:5702 is SHUTDOWN [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 88, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-manager --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-manager --- [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/DatabaseConnections.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Applications.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Mailer.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/ResourceUpload.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Permissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Jars.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/LogConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Cache.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Subjects.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/PlatformEvents.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Environment.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/SqlExecutor.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/GrantSites.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/ClusterState.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Templates.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/webservice/ThreadViewer.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/webservice/LogViewer.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/webservice/FastAccessFile.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/webservice/PlatformEventExport.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/webservice/Constants.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/LogConfigChangedEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Dictionary.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Installation.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Resources.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Sites.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Properties.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Groups.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Sessions.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Beans.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Roles.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/Repositories.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/business/LdapUsers.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/soap/endpoint/RepositoryService.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/PackageUploadForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/DatabaseConnectionForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/UploadForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/GroupForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/SubjectForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/MailForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/RepositoryForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/ResourceForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/SiteForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/GrantForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/PropertyForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/form/RoleForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/job/LogDatabaseSize.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/job/DatabaseReportJob.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/job/PlatformEventReportJob.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/job/ReportJobBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/service/ManagerService.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/service/PlatformEventService.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/service/RoleService.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/service/Service.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/java/org/appng/application/manager/service/ServiceAware.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/generated-sources/constants/org/appng/application/manager/MessageConstants.java... Loading source file /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/generated-sources/constants/org/appng/application/manager/ManagerSettings.java... Constructing Javadoc information... Standard Doclet version 1.8.0_332 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Beans.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Beans.BeanInfo.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Cache.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Cache.CacheEntry.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/ClusterState.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/ClusterState.LocalNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/DatabaseConnections.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Dictionary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Environment.LeveledEntry.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/GrantSites.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Installation.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Jars.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/LdapUsers.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/LdapUsers.LdapUser.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/LogConfig.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/LogConfig.LogFile.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/LogConfigChangedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Mailer.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/PlatformEvents.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/PlatformEvents.EventFilter.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Properties.PropertyWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/ResourceUpload.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Sessions.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/SqlExecutor.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/SqlExecutor.SqlStatement.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/Templates.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/DatabaseReportJob.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/LogDatabaseSize.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/PlatformEventReportJob.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/soap/endpoint/RepositoryService.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/ManagerSettings.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/LogViewer.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/PlatformEventExport.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/SystemReport.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/ThreadViewer.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/DatabaseConnectionForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/GrantForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/GroupForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/MailForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/PackageUploadForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/PropertyForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/RepositoryForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/ResourceForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/RoleForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/SiteForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/SubjectForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/UploadForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/ManagerService.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/PlatformEventService.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/RoleService.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/Service.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/ServiceAware.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/soap/endpoint/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/soap/endpoint/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/soap/endpoint/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/DatabaseConnections.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Mailer.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/ResourceUpload.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Jars.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/LogConfig.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/LogConfig.LogFile.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Cache.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Cache.CacheEntry.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/PlatformEvents.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/PlatformEvents.EventFilter.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Environment.LeveledEntry.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/SqlExecutor.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/SqlExecutor.SqlStatement.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/GrantSites.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/ClusterState.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/ClusterState.LocalNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Templates.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/class-use/ThreadViewer.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/class-use/LogViewer.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/class-use/PlatformEventExport.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/class-use/SystemReport.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/LogConfigChangedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Dictionary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Installation.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Properties.PropertyWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Sessions.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Beans.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Beans.BeanInfo.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/LdapUsers.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/class-use/LdapUsers.LdapUser.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/soap/endpoint/class-use/RepositoryService.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/PackageUploadForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/DatabaseConnectionForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/UploadForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/GroupForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/SubjectForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/MailForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/RepositoryForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/ResourceForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/SiteForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/GrantForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/PropertyForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/class-use/RoleForm.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/class-use/LogDatabaseSize.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/class-use/DatabaseReportJob.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/class-use/PlatformEventReportJob.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/class-use/ManagerService.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/class-use/PlatformEventService.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/class-use/RoleService.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/class-use/Service.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/class-use/ServiceAware.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/class-use/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/class-use/ManagerSettings.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/business/webservice/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/form/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/job/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/service/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/org/appng/application/manager/soap/endpoint/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-manager --- [INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-manager-1.19.2-20220727-0932.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-manager --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ appng-manager --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-manager --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-manager-1.19.2-20220727-0932.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/gpg/srv/www/appng.org/appng/builds/stable/appng-manager-1.19.2-20220727-0932.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-sources.jar.asc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html) @ appng-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 2 resources [INFO] Copying file images/appng.png [INFO] Copying file appng.css [INFO] Rendered /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/asciidoc/appng-manager-userguide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 2 resources [INFO] Copying file images/appng.png [INFO] Copying file appng.css [INFO] Rendered /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/src/main/asciidoc/appng-manager-userguide.adoc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-manager --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2.jar to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/pom.xml to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-manager-1.19.2-20220727-0932.zip to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-sources.jar to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2.jar.asc to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2.pom.asc to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/gpg/srv/www/appng.org/appng/builds/stable/appng-manager-1.19.2-20220727-0932.zip.asc to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/appng-manager-1.19.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1108". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.jar.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.jar.asc (488 B at 803 B/s) Downloading from sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/maven-metadata.xml Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/maven-metadata.xml Progress (1): 304 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/maven-metadata.xml (304 B at 554 B/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-javadoc.jar.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-javadoc.jar.asc (488 B at 2.3 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.pom.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.pom.asc (488 B at 2.3 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-sources.jar Progress (1): 4.1/124 kB Progress (1): 8.2/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 25/124 kB Progress (1): 29/124 kB Progress (1): 33/124 kB Progress (1): 37/124 kB Progress (1): 41/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 66/124 kB Progress (1): 70/124 kB Progress (1): 74/124 kB Progress (1): 78/124 kB Progress (1): 82/124 kB Progress (1): 86/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 111/124 kB Progress (1): 115/124 kB Progress (1): 119/124 kB Progress (1): 123/124 kB Progress (1): 124 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-sources.jar (124 kB at 144 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.zip Progress (1): 4.1/263 kB Progress (1): 8.2/263 kB Progress (1): 12/263 kB Progress (1): 16/263 kB Progress (1): 20/263 kB Progress (1): 25/263 kB Progress (1): 29/263 kB Progress (1): 33/263 kB Progress (1): 37/263 kB Progress (1): 41/263 kB Progress (1): 45/263 kB Progress (1): 49/263 kB Progress (1): 53/263 kB Progress (1): 57/263 kB Progress (1): 61/263 kB Progress (1): 66/263 kB Progress (1): 70/263 kB Progress (1): 74/263 kB Progress (1): 78/263 kB Progress (1): 82/263 kB Progress (1): 86/263 kB Progress (1): 90/263 kB Progress (1): 94/263 kB Progress (1): 98/263 kB Progress (1): 102/263 kB Progress (1): 106/263 kB Progress (1): 111/263 kB Progress (1): 115/263 kB Progress (1): 119/263 kB Progress (1): 123/263 kB Progress (1): 127/263 kB Progress (1): 131/263 kB Progress (1): 135/263 kB Progress (1): 139/263 kB Progress (1): 143/263 kB Progress (1): 147/263 kB Progress (1): 152/263 kB Progress (1): 156/263 kB Progress (1): 160/263 kB Progress (1): 164/263 kB Progress (1): 168/263 kB Progress (1): 172/263 kB Progress (1): 176/263 kB Progress (1): 180/263 kB Progress (1): 184/263 kB Progress (1): 188/263 kB Progress (1): 193/263 kB Progress (1): 197/263 kB Progress (1): 201/263 kB Progress (1): 205/263 kB Progress (1): 209/263 kB Progress (1): 213/263 kB Progress (1): 217/263 kB Progress (1): 221/263 kB Progress (1): 225/263 kB Progress (1): 229/263 kB Progress (1): 233/263 kB Progress (1): 238/263 kB Progress (1): 242/263 kB Progress (1): 246/263 kB Progress (1): 250/263 kB Progress (1): 254/263 kB Progress (1): 258/263 kB Progress (1): 262/263 kB Progress (1): 263 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.zip (263 kB at 370 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.zip.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.zip.asc (488 B at 2.7 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-javadoc.jar Progress (1): 4.1/440 kB Progress (1): 8.2/440 kB Progress (1): 12/440 kB Progress (1): 16/440 kB Progress (1): 20/440 kB Progress (1): 25/440 kB Progress (1): 29/440 kB Progress (1): 33/440 kB Progress (1): 37/440 kB Progress (1): 41/440 kB Progress (1): 45/440 kB Progress (1): 49/440 kB Progress (1): 53/440 kB Progress (1): 57/440 kB Progress (1): 61/440 kB Progress (1): 66/440 kB Progress (1): 70/440 kB Progress (1): 74/440 kB Progress (1): 78/440 kB Progress (1): 82/440 kB Progress (1): 86/440 kB Progress (1): 90/440 kB Progress (1): 94/440 kB Progress (1): 98/440 kB Progress (1): 102/440 kB Progress (1): 106/440 kB Progress (1): 111/440 kB Progress (1): 115/440 kB Progress (1): 119/440 kB Progress (1): 123/440 kB Progress (1): 127/440 kB Progress (1): 131/440 kB Progress (1): 135/440 kB Progress (1): 139/440 kB Progress (1): 143/440 kB Progress (1): 147/440 kB Progress (1): 152/440 kB Progress (1): 156/440 kB Progress (1): 160/440 kB Progress (1): 164/440 kB Progress (1): 168/440 kB Progress (1): 172/440 kB Progress (1): 176/440 kB Progress (1): 180/440 kB Progress (1): 184/440 kB Progress (1): 188/440 kB Progress (1): 193/440 kB Progress (1): 197/440 kB Progress (1): 201/440 kB Progress (1): 205/440 kB Progress (1): 209/440 kB Progress (1): 213/440 kB Progress (1): 217/440 kB Progress (1): 221/440 kB Progress (1): 225/440 kB Progress (1): 229/440 kB Progress (1): 233/440 kB Progress (1): 238/440 kB Progress (1): 242/440 kB Progress (1): 246/440 kB Progress (1): 250/440 kB Progress (1): 254/440 kB Progress (1): 258/440 kB Progress (1): 262/440 kB Progress (1): 266/440 kB Progress (1): 270/440 kB Progress (1): 274/440 kB Progress (1): 279/440 kB Progress (1): 283/440 kB Progress (1): 287/440 kB Progress (1): 291/440 kB Progress (1): 295/440 kB Progress (1): 299/440 kB Progress (1): 303/440 kB Progress (1): 307/440 kB Progress (1): 311/440 kB Progress (1): 315/440 kB Progress (1): 319/440 kB Progress (1): 324/440 kB Progress (1): 328/440 kB Progress (1): 332/440 kB Progress (1): 336/440 kB Progress (1): 340/440 kB Progress (1): 344/440 kB Progress (1): 348/440 kB Progress (1): 352/440 kB Progress (1): 356/440 kB Progress (1): 360/440 kB Progress (1): 365/440 kB Progress (1): 369/440 kB Progress (1): 373/440 kB Progress (1): 377/440 kB Progress (1): 381/440 kB Progress (1): 385/440 kB Progress (1): 389/440 kB Progress (1): 393/440 kB Progress (1): 397/440 kB Progress (1): 401/440 kB Progress (1): 406/440 kB Progress (1): 410/440 kB Progress (1): 414/440 kB Progress (1): 418/440 kB Progress (1): 422/440 kB Progress (1): 426/440 kB Progress (1): 430/440 kB Progress (1): 434/440 kB Progress (1): 438/440 kB Progress (1): 440 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-javadoc.jar (440 kB at 587 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.jar Progress (1): 4.1/221 kB Progress (1): 8.2/221 kB Progress (1): 12/221 kB Progress (1): 16/221 kB Progress (1): 20/221 kB Progress (1): 25/221 kB Progress (1): 29/221 kB Progress (1): 33/221 kB Progress (1): 37/221 kB Progress (1): 41/221 kB Progress (1): 45/221 kB Progress (1): 49/221 kB Progress (1): 53/221 kB Progress (1): 57/221 kB Progress (1): 61/221 kB Progress (1): 66/221 kB Progress (1): 70/221 kB Progress (1): 74/221 kB Progress (1): 78/221 kB Progress (1): 82/221 kB Progress (1): 86/221 kB Progress (1): 90/221 kB Progress (1): 94/221 kB Progress (1): 98/221 kB Progress (1): 102/221 kB Progress (1): 106/221 kB Progress (1): 111/221 kB Progress (1): 115/221 kB Progress (1): 119/221 kB Progress (1): 123/221 kB Progress (1): 127/221 kB Progress (1): 131/221 kB Progress (1): 135/221 kB Progress (1): 139/221 kB Progress (1): 143/221 kB Progress (1): 147/221 kB Progress (1): 152/221 kB Progress (1): 156/221 kB Progress (1): 160/221 kB Progress (1): 164/221 kB Progress (1): 168/221 kB Progress (1): 172/221 kB Progress (1): 176/221 kB Progress (1): 180/221 kB Progress (1): 184/221 kB Progress (1): 188/221 kB Progress (1): 193/221 kB Progress (1): 197/221 kB Progress (1): 201/221 kB Progress (1): 205/221 kB Progress (1): 209/221 kB Progress (1): 213/221 kB Progress (1): 217/221 kB Progress (1): 221 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.jar (221 kB at 379 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2.pom (12 kB at 20 kB/s) Uploading to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-sources.jar.asc Progress (1): 488 B Uploaded to sonatype: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1108/org/appng/appng-manager/1.19.2/appng-manager-1.19.2-sources.jar.asc (488 B at 2.7 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1108". Waiting for operation to complete... ............ [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:08 min [INFO] Finished at: 2022-07-27T11:35:41+02:00 [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docs) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager [Pipeline] { [Pipeline] sh + rm -rf /srv/www/appng.org/appng-manager/docs/1.19.2 [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-manager/docs/1.19.2/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-manager/docs/1.19.2/javadoc [Pipeline] sh + mv -f target/apidocs/allclasses-frame.html target/apidocs/allclasses-noframe.html target/apidocs/constant-values.html target/apidocs/deprecated-list.html target/apidocs/help-doc.html target/apidocs/index-all.html target/apidocs/index.html target/apidocs/org target/apidocs/overview-frame.html target/apidocs/overview-summary.html target/apidocs/overview-tree.html target/apidocs/package-list target/apidocs/script.js target/apidocs/serialized-form.html target/apidocs/stylesheet.css /srv/www/appng.org/appng-manager/docs/1.19.2/javadoc [Pipeline] sh + mv -f target/generated-docs/pdf/ /srv/www/appng.org/appng-manager/docs/1.19.2/reference/pdf/ [Pipeline] sh + mv -f target/generated-docs/html/ /srv/www/appng.org/appng-manager/docs/1.19.2/reference/html/ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (merge to master and tag) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager [Pipeline] { [Pipeline] sh + git checkout master Switched to branch 'master' Your branch is up to date with 'origin/master'. [Pipeline] sh + git merge --ff appng-manager-1.19.x --strategy-option theirs Auto-merging src/main/java/org/appng/application/manager/business/Cache.java Merge made by the 'recursive' strategy. application-home/conf/datasources/ds-sites.xml | 2 +- application-home/conf/events/ev-sites.xml | 4 +- application-home/conf/pages/pg-sites.xml | 2 +- pom.xml | 4 +- .../appng/application/manager/business/Cache.java | 170 ++++---- .../application/manager/business/Sessions.java | 70 ++-- .../appng/application/manager/business/Sites.java | 7 +- .../manager/service/ManagerService.java | 15 +- .../appng/application/manager/service/Service.java | 3 +- .../application/manager/business/CacheTest.java | 9 + .../resources/xml/CacheTest-testCacheNoSite.xml | 68 ++++ src/test/resources/xml/SitesTest-testShowSites.xml | 430 ++++++++++----------- .../xml/SitesTest-testShowSitesFiltered.xml | 330 ++++++++-------- 13 files changed, 604 insertions(+), 510 deletions(-) create mode 100644 src/test/resources/xml/CacheTest-testCacheNoSite.xml [Pipeline] sh + git push To github.com:appNG/appng-manager.git 299fc67..1b33a27 master -> master [Pipeline] sh + git tag appng-manager-1.19.2 [Pipeline] sh + git push origin appng-manager-1.19.2 To github.com:appNG/appng-manager.git * [new tag] appng-manager-1.19.2 -> appng-manager-1.19.2 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (prepare next version) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Manager_Release/appng-manager [Pipeline] { [Pipeline] sh + git show-ref --verify refs/heads/appng-manager-1.19.x b1c0d4cf37474c65b70e8488bd57e312a71fd0a8 refs/heads/appng-manager-1.19.x [Pipeline] sh + git show-ref --verify --quiet refs/heads/appng-manager-1.19.x + git checkout appng-manager-1.19.x Switched to branch 'appng-manager-1.19.x' Your branch is ahead of 'origin/appng-manager-1.19.x' by 1 commit. (use "git push" to publish your local commits) [Pipeline] sh + sed -i s/1\.19\.2/1\.19\.3-SNAPSHOT/g pom.xml [Pipeline] sh + git status On branch appng-manager-1.19.x Your branch is ahead of 'origin/appng-manager-1.19.x' by 1 commit. (use "git push" to publish your local commits) Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing next version 1.19.3-SNAPSHOT [appng-manager-1.19.x 65aeba9] preparing next version 1.19.3-SNAPSHOT 1 file changed, 1 insertion(+), 1 deletion(-) [Pipeline] sh + git push origin appng-manager-1.19.x To github.com:appNG/appng-manager.git 4ed5529..65aeba9 appng-manager-1.19.x -> appng-manager-1.19.x [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS