Skip to content

Console Output

Skipping 4,841 KB.. Full Log
 "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Role> org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String)
2018-07-05 10:29:27,230 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Roles> org.appng.appngizer.controller.RoleController.listRoles(java.lang.String)
2018-07-05 10:29:27,230 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Role> org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role)
2018-07-05 10:29:27,230 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Role> org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role)
2018-07-05 10:29:27,230 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:27,230 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Application> org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:27,231 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Applications> org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String)
2018-07-05 10:29:27,231 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.xml.Grants> org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants)
2018-07-05 10:29:27,231 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.xml.Grants> org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:27,231 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:27,231 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:27,232 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String)
2018-07-05 10:29:27,232 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:27,232 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:27,232 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String)
2018-07-05 10:29:27,232 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String)
2018-07-05 10:29:27,233 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Site> org.appng.appngizer.controller.SiteController.getSite(java.lang.String)
2018-07-05 10:29:27,233 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Sites> org.appng.appngizer.controller.SiteController.listSites()
2018-07-05 10:29:27,233 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:27,233 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Site> org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site)
2018-07-05 10:29:27,233 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Site> org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site)
2018-07-05 10:29:27,234 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:27,234 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String)
2018-07-05 10:29:27,234 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2018-07-05 10:29:27,235 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:27,235 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:27,235 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String)
2018-07-05 10:29:27,235 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2018-07-05 10:29:27,235 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2018-07-05 10:29:27,235 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String)
2018-07-05 10:29:27,236 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subject> org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String)
2018-07-05 10:29:27,236 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subject> org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException
2018-07-05 10:29:27,236 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subject> org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException
2018-07-05 10:29:27,236 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String)
2018-07-05 10:29:27,237 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subjects> org.appng.appngizer.controller.SubjectController.listSubjects()
2018-07-05 10:29:27,265 INFO  [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml]
2018-07-05 10:29:27,354 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20acb87: startup date [Thu Jul 05 10:29:26 CEST 2018]; root of context hierarchy
2018-07-05 10:29:27,367 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20acb87: startup date [Thu Jul 05 10:29:26 CEST 2018]; root of context hierarchy
2018-07-05 10:29:27,410 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2018-07-05 10:29:27,410 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2018-07-05 10:29:27,415 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms
2018-07-05 10:29:27,419 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath
2018-07-05 10:29:27,425 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template
2018-07-05 10:29:27,426 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer
2018-07-05 10:29:27,426 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir
2018-07-05 10:29:27,426 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix
2018-07-05 10:29:27,426 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute
2018-07-05 10:29:27,426 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage
2018-07-05 10:29:27,426 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser
2018-07-05 10:29:27,426 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType
2018-07-05 10:29:27,426 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding
2018-07-05 10:29:27,427 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir
2018-07-05 10:29:27,427 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication
2018-07-05 10:29:27,427 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost
2018-07-05 10:29:27,427 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef
2018-07-05 10:29:27,427 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat
2018-07-05 10:29:27,427 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout
2018-07-05 10:29:27,427 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes
2018-07-05 10:29:27,427 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication
2018-07-05 10:29:27,428 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage
2018-07-05 10:29:27,428 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn
2018-07-05 10:29:27,428 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls
2018-07-05 10:29:27,428 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown
2018-07-05 10:29:27,428 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId
2018-07-05 10:29:27,428 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods
2018-07-05 10:29:27,428 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain
2018-07-05 10:29:27,428 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize
2018-07-05 10:29:27,429 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig
2018-07-05 10:29:27,429 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout
2018-07-05 10:29:27,429 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions
2018-07-05 10:29:27,429 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path
2018-07-05 10:29:27,429 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile
2018-07-05 10:29:27,429 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue
2018-07-05 10:29:27,429 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled
2018-07-05 10:29:27,429 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages
2018-07-05 10:29:27,430 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir
2018-07-05 10:29:27,431 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages
2018-07-05 10:29:27,431 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions
2018-07-05 10:29:27,431 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef
2018-07-05 10:29:27,431 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale
2018-07-05 10:29:27,431 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled
2018-07-05 10:29:27,431 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone
2018-07-05 10:29:27,431 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths
2018-07-05 10:29:27,431 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn
2018-07-05 10:29:27,432 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain
2018-07-05 10:29:27,432 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword
2018-07-05 10:29:27,432 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig
2018-07-05 10:29:27,432 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize
2018-07-05 10:29:27,432 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir
2018-07-05 10:29:27,432 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme
2018-07-05 10:29:27,432 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits
2018-07-05 10:29:27,432 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize
2018-07-05 10:29:27,433 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort
2018-07-05 10:29:27,433 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host
2018-07-05 10:29:27,433 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost
2018-07-05 10:29:27,433 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path
2018-07-05 10:29:27,434 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost
2018-07-05 10:29:27,465 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Site localhost
2018-07-05 10:29:27,475 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2018-07-05 10:29:27,475 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2018-07-05 10:29:27,475 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms
2018-07-05 10:29:27,478 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginRef
2018-07-05 10:29:27,478 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheExceptions
2018-07-05 10:29:27,479 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailPort
2018-07-05 10:29:27,479 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedMethods
2018-07-05 10:29:27,479 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapIdAttribute
2018-07-05 10:29:27,479 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.DatasourceConfigurer
2018-07-05 10:29:27,479 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authApplication
2018-07-05 10:29:27,479 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.manager-path
2018-07-05 10:29:27,479 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexTimeout
2018-07-05 10:29:27,479 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionValue
2018-07-05 10:29:27,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheStatistics
2018-07-05 10:29:27,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.siteRootDir
2018-07-05 10:29:27,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportReloadFile
2018-07-05 10:29:27,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexQueueSize
2018-07-05 10:29:27,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.tagPrefix
2018-07-05 10:29:27,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.encoding
2018-07-05 10:29:27,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchMaxHits
2018-07-05 10:29:27,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapGroupBaseDn
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUser
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.documentDir
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.service-path
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileTypes
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPassword
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultApplication
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailHost
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.wwwDir
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPages
2018-07-05 10:29:27,481 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheEnabled
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutPage
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.timeZone
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPrincipalScheme
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapStartTls
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.appendTabId
2018-07-05 10:29:27,482 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.host
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginPage
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexConfig
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.locale
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapDomain
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.template
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.assetsDir
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapHost
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.enforcePrimaryDomain
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedPaths
2018-07-05 10:29:27,483 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchChunkSize
2018-07-05 10:29:27,484 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPage
2018-07-05 10:29:27,484 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportedLanguages
2018-07-05 10:29:27,484 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutRef
2018-07-05 10:29:27,484 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputFormat
2018-07-05 10:29:27,484 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPageSize
2018-07-05 10:29:27,484 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputType
2018-07-05 10:29:27,484 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.rewriteConfig
2018-07-05 10:29:27,484 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailDisabled
2018-07-05 10:29:27,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUserBaseDn
2018-07-05 10:29:27,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionName
2018-07-05 10:29:27,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.name
2018-07-05 10:29:27,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectionEnabled
2018-07-05 10:29:27,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.xssExceptions
2018-07-05 10:29:27,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexDir
2018-07-05 10:29:27,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPage
2018-07-05 10:29:27,485 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site deleteme
2018-07-05 10:29:27,501 INFO  [main] org.appng.core.service.CoreService: starting deletion of site deleteme
2018-07-05 10:29:27,508 INFO  [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections
2018-07-05 10:29:27,509 INFO  [main] org.appng.core.service.CoreService: done deleting site deleteme
2018-07-05 10:29:27,509 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.DatasourceConfigurer
2018-07-05 10:29:27,509 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.appendTabId
2018-07-05 10:29:27,509 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.assetsDir
2018-07-05 10:29:27,510 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authApplication
2018-07-05 10:29:27,510 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginPage
2018-07-05 10:29:27,510 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginRef
2018-07-05 10:29:27,510 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionName
2018-07-05 10:29:27,511 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionValue
2018-07-05 10:29:27,511 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutPage
2018-07-05 10:29:27,511 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutRef
2018-07-05 10:29:27,511 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedMethods
2018-07-05 10:29:27,511 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedPaths
2018-07-05 10:29:27,512 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectionEnabled
2018-07-05 10:29:27,512 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultApplication
2018-07-05 10:29:27,512 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPage
2018-07-05 10:29:27,512 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPageSize
2018-07-05 10:29:27,512 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.documentDir
2018-07-05 10:29:27,513 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout
2018-07-05 10:29:27,513 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown
2018-07-05 10:29:27,513 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheEnabled
2018-07-05 10:29:27,513 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheExceptions
2018-07-05 10:29:27,513 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheStatistics
2018-07-05 10:29:27,513 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.encoding
2018-07-05 10:29:27,514 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.enforcePrimaryDomain
2018-07-05 10:29:27,514 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPage
2018-07-05 10:29:27,514 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPages
2018-07-05 10:29:27,514 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.host
2018-07-05 10:29:27,514 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexConfig
2018-07-05 10:29:27,515 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexDir
2018-07-05 10:29:27,515 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize
2018-07-05 10:29:27,515 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileTypes
2018-07-05 10:29:27,515 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexQueueSize
2018-07-05 10:29:27,515 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexTimeout
2018-07-05 10:29:27,516 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapDomain
2018-07-05 10:29:27,516 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapGroupBaseDn
2018-07-05 10:29:27,516 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapHost
2018-07-05 10:29:27,516 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapIdAttribute
2018-07-05 10:29:27,517 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPassword
2018-07-05 10:29:27,517 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPrincipalScheme
2018-07-05 10:29:27,517 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapStartTls
2018-07-05 10:29:27,517 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUser
2018-07-05 10:29:27,517 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUserBaseDn
2018-07-05 10:29:27,518 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.locale
2018-07-05 10:29:27,518 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailDisabled
2018-07-05 10:29:27,518 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailHost
2018-07-05 10:29:27,518 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailPort
2018-07-05 10:29:27,518 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.manager-path
2018-07-05 10:29:27,518 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.name
2018-07-05 10:29:27,519 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.rewriteConfig
2018-07-05 10:29:27,519 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchChunkSize
2018-07-05 10:29:27,519 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchMaxHits
2018-07-05 10:29:27,519 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.service-path
2018-07-05 10:29:27,519 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputFormat
2018-07-05 10:29:27,520 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputType
2018-07-05 10:29:27,520 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.siteRootDir
2018-07-05 10:29:27,520 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportReloadFile
2018-07-05 10:29:27,520 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportedLanguages
2018-07-05 10:29:27,520 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.tagPrefix
2018-07-05 10:29:27,521 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.template
2018-07-05 10:29:27,521 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.timeZone
2018-07-05 10:29:27,521 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.wwwDir
2018-07-05 10:29:27,521 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.xssExceptions
2018-07-05 10:29:27,521 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Site deleteme
2018-07-05 10:29:27,523 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2018-07-05 10:29:27,523 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2018-07-05 10:29:27,524 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms
2018-07-05 10:29:27,532 INFO  [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@20acb87: startup date [Thu Jul 05 10:29:26 CEST 2018]; root of context hierarchy
2018-07-05 10:29:27,534 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng'
2018-07-05 10:29:27,534 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb'
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s - in org.appng.appngizer.controller.SiteControllerTest
[INFO] Running org.appng.appngizer.controller.RoleControllerTest
2018-07-05 10:29:27,538 INFO  [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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]
2018-07-05 10:29:27,539 INFO  [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@825ab3a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4d59ba57, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3df8a0d8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@491e892a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6c479748, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6ccc0395]
2018-07-05 10:29:27,539 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml]
2018-07-05 10:29:27,569 INFO  [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode!
2018-07-05 10:29:27,584 INFO  [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Thu Jul 05 10:29:27 CEST 2018]; root of context hierarchy
2018-07-05 10:29:27,625 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2018-07-05 10:29:27,636 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng'
2018-07-05 10:29:27,636 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [
	name: appng
	...]
2018-07-05 10:29:27,675 INFO  [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect
2018-07-05 10:29:27,680 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2018-07-05 10:29:27,799 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng'
2018-07-05 10:29:27,804 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Thu Jul 05 10:29:27 CEST 2018]; root of context hierarchy
2018-07-05 10:29:27,806 INFO  [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2018-07-05 10:29:27,811 INFO  [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s)
2018-07-05 10:29:27,811 INFO  [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version"
2018-07-05 10:29:27,813 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >>
2018-07-05 10:29:27,816 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup
2018-07-05 10:29:27,823 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup
2018-07-05 10:29:27,826 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template
2018-07-05 10:29:27,828 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict
2018-07-05 10:29:27,830 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest
2018-07-05 10:29:27,832 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null
2018-07-05 10:29:27,834 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template
2018-07-05 10:29:27,836 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role
2018-07-05 10:29:27,838 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs
2018-07-05 10:29:27,840 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event
2018-07-05 10:29:27,842 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.030s).
2018-07-05 10:29:27,893 INFO  [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory
2018-07-05 10:29:28,006 INFO  [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2018-07-05 10:29:28,007 INFO  [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0)
2018-07-05 10:29:28,007 INFO  [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2018-07-05 10:29:28,038 INFO  [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0)
2018-07-05 10:29:28,038 INFO  [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4)
2018-07-05 10:29:28,073 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled
2018-07-05 10:29:28,073 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment
2018-07-05 10:29:28,073 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType
2018-07-05 10:29:28,074 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword
2018-07-05 10:29:28,074 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases
2018-07-05 10:29:28,074 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder
2018-07-05 10:29:28,074 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert
2018-07-05 10:29:28,074 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate
2018-07-05 10:29:28,074 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode
2018-07-05 10:29:28,075 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile
2018-07-05 10:29:28,075 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags
2018-07-05 10:29:28,075 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled
2018-07-05 10:29:28,075 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx
2018-07-05 10:29:28,075 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput
2018-07-05 10:29:28,075 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret
2018-07-05 10:29:28,075 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig
2018-07-05 10:29:28,076 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath
2018-07-05 10:29:28,076 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature
2018-07-05 10:29:28,076 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature
2018-07-05 10:29:28,076 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder
2018-07-05 10:29:28,076 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles
2018-07-05 10:29:28,076 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest
2018-07-05 10:29:28,076 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance
2018-07-05 10:29:28,077 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled
2018-07-05 10:29:28,077 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode
2018-07-05 10:29:28,077 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder
2018-07-05 10:29:28,077 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey
2018-07-05 10:29:28,077 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale
2018-07-05 10:29:28,077 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout
2018-07-05 10:29:28,077 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup
2018-07-05 10:29:28,078 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding
2018-07-05 10:29:28,078 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize
2018-07-05 10:29:28,078 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix
2018-07-05 10:29:28,078 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore
2018-07-05 10:29:28,078 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath
2018-07-05 10:29:28,078 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix
2018-07-05 10:29:28,078 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder
2018-07-05 10:29:28,079 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress
2018-07-05 10:29:28,079 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect
2018-07-05 10:29:28,079 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost
2018-07-05 10:29:28,079 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone
2018-07-05 10:29:28,079 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder
2018-07-05 10:29:28,079 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver
2018-07-05 10:29:28,079 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort
2018-07-05 10:29:28,080 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled
2018-07-05 10:29:28,080 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort
2018-07-05 10:29:28,080 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir
2018-07-05 10:29:28,080 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir
2018-07-05 10:29:28,080 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod
2018-07-05 10:29:28,092 INFO  [main] org.appng.api.messaging.Messaging: messaging is disabled
2018-07-05 10:29:28,117 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String)
2018-07-05 10:29:28,117 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Application> org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String)
2018-07-05 10:29:28,117 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:28,117 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:28,117 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String)
2018-07-05 10:29:28,118 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Application> org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException
2018-07-05 10:29:28,118 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:28,118 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Applications> org.appng.appngizer.controller.ApplicationController.listApplications()
2018-07-05 10:29:28,118 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String)
2018-07-05 10:29:28,119 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception
2018-07-05 10:29:28,119 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer)
2018-07-05 10:29:28,119 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception
2018-07-05 10:29:28,119 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Databases> org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String)
2018-07-05 10:29:28,119 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:28,120 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database)
2018-07-05 10:29:28,120 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database)
2018-07-05 10:29:28,120 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception
2018-07-05 10:29:28,120 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Group> org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group)
2018-07-05 10:29:28,120 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Group> org.appng.appngizer.controller.GroupController.getGroup(java.lang.String)
2018-07-05 10:29:28,121 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Group> org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group)
2018-07-05 10:29:28,121 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String)
2018-07-05 10:29:28,121 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Groups> org.appng.appngizer.controller.GroupController.listGroups()
2018-07-05 10:29:28,121 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.xml.Home> org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest)
2018-07-05 10:29:28,121 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.xml.Home> org.appng.appngizer.controller.Home.welcome()
2018-07-05 10:29:28,122 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Permissions> org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String)
2018-07-05 10:29:28,122 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Permission> org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission)
2018-07-05 10:29:28,122 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Permission> org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission)
2018-07-05 10:29:28,122 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String)
2018-07-05 10:29:28,122 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Permission> org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String)
2018-07-05 10:29:28,123 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Platform> org.appng.appngizer.controller.PlatformController.showPlatform()
2018-07-05 10:29:28,123 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.PlatformController.listSystemProperties()
2018-07-05 10:29:28,123 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.PlatformController.listEnvironment()
2018-07-05 10:29:28,123 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Platform> org.appng.appngizer.controller.PlatformController.reloadPlatform()
2018-07-05 10:29:28,124 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.PlatformPropertyController.listProperties()
2018-07-05 10:29:28,124 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:28,124 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:28,124 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String)
2018-07-05 10:29:28,124 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String)
2018-07-05 10:29:28,125 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Repository> org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:28,125 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Repository> org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException
2018-07-05 10:29:28,125 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Package> org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-07-05 10:29:28,126 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Packages> org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:28,126 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Repository> org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException
2018-07-05 10:29:28,126 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Package> org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException
2018-07-05 10:29:28,126 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Package> org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException
2018-07-05 10:29:28,126 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String)
2018-07-05 10:29:28,126 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Repositories> org.appng.appngizer.controller.RepositoryController.listRepositories()
2018-07-05 10:29:28,126 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Packages> org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String)
2018-07-05 10:29:28,127 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Role> org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String)
2018-07-05 10:29:28,127 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Roles> org.appng.appngizer.controller.RoleController.listRoles(java.lang.String)
2018-07-05 10:29:28,127 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Role> org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role)
2018-07-05 10:29:28,127 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Role> org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role)
2018-07-05 10:29:28,127 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:28,128 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Application> org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:28,128 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Applications> org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String)
2018-07-05 10:29:28,128 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.xml.Grants> org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants)
2018-07-05 10:29:28,128 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.xml.Grants> org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:28,129 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:28,129 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String)
2018-07-05 10:29:28,129 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String)
2018-07-05 10:29:28,129 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:28,130 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:28,130 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String)
2018-07-05 10:29:28,130 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String)
2018-07-05 10:29:28,130 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Site> org.appng.appngizer.controller.SiteController.getSite(java.lang.String)
2018-07-05 10:29:28,130 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Sites> org.appng.appngizer.controller.SiteController.listSites()
2018-07-05 10:29:28,131 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:28,131 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Site> org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site)
2018-07-05 10:29:28,131 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Site> org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site)
2018-07-05 10:29:28,131 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException
2018-07-05 10:29:28,132 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String)
2018-07-05 10:29:28,132 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2018-07-05 10:29:28,132 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:28,132 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property)
2018-07-05 10:29:28,132 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String)
2018-07-05 10:29:28,133 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2018-07-05 10:29:28,133 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties)
2018-07-05 10:29:28,133 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String)
2018-07-05 10:29:28,133 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subject> org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String)
2018-07-05 10:29:28,134 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subject> org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException
2018-07-05 10:29:28,134 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subject> org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException
2018-07-05 10:29:28,134 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String)
2018-07-05 10:29:28,134 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subjects> org.appng.appngizer.controller.SubjectController.listSubjects()
2018-07-05 10:29:28,162 INFO  [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml]
2018-07-05 10:29:28,218 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Thu Jul 05 10:29:27 CEST 2018]; root of context hierarchy
2018-07-05 10:29:28,233 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Thu Jul 05 10:29:27 CEST 2018]; root of context hierarchy
2018-07-05 10:29:28,282 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2018-07-05 10:29:28,282 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2018-07-05 10:29:28,287 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms
2018-07-05 10:29:28,291 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath
2018-07-05 10:29:28,300 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local
2018-07-05 10:29:28,319 INFO  [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/
2018-07-05 10:29:28,322 INFO  [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3
2018-07-05 10:29:28,324 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application
2018-07-05 10:29:28,325 INFO  [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application'
2018-07-05 10:29:28,326 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug
2018-07-05 10:29:28,327 INFO  [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application'
2018-07-05 10:29:28,327 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html
2018-07-05 10:29:28,327 INFO  [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application'
2018-07-05 10:29:28,327 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui
2018-07-05 10:29:28,327 INFO  [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application'
2018-07-05 10:29:28,327 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission
2018-07-05 10:29:28,329 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator
2018-07-05 10:29:28,332 INFO  [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator'
2018-07-05 10:29:28,333 INFO  [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator'
2018-07-05 10:29:28,333 WARN  [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
2018-07-05 10:29:28,334 INFO  [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application'
2018-07-05 10:29:28,334 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger
2018-07-05 10:29:28,334 INFO  [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger'
2018-07-05 10:29:28,335 INFO  [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger'
2018-07-05 10:29:28,335 INFO  [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application'
2018-07-05 10:29:28,335 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester
2018-07-05 10:29:28,336 INFO  [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester'
2018-07-05 10:29:28,336 INFO  [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application'
2018-07-05 10:29:28,338 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo
2018-07-05 10:29:28,338 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar
2018-07-05 10:29:28,338 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue
2018-07-05 10:29:28,339 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator
2018-07-05 10:29:28,340 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger
2018-07-05 10:29:28,340 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester
2018-07-05 10:29:28,342 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,342 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,342 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,342 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,342 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,342 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,342 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,343 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,343 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,343 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3'
2018-07-05 10:29:28,343 INFO  [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application
2018-07-05 10:29:28,349 INFO  [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html'
2018-07-05 10:29:28,349 INFO  [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui'
2018-07-05 10:29:28,350 WARN  [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
2018-07-05 10:29:28,351 INFO  [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug'
2018-07-05 10:29:28,352 INFO  [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission'
2018-07-05 10:29:28,353 INFO  [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission'
2018-07-05 10:29:28,388 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Editor
2018-07-05 10:29:28,403 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Editor
2018-07-05 10:29:28,409 INFO  [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Thu Jul 05 10:29:27 CEST 2018]; root of context hierarchy
2018-07-05 10:29:28,411 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng'
2018-07-05 10:29:28,411 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb'
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s - in org.appng.appngizer.controller.RoleControllerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-appngizer ---
[INFO] Packaging webapp
[INFO] Assembling webapp [appng-appngizer] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1]
[INFO] Processing war project
[INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1]
[INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1]
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp]
[INFO] Webapp assembled in [47 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1.war
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer ---
[WARNING] Error fetching link: https://appng.org/appng-appngizer-jaxb/apidocs/package-list. Ignored it.
[WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it.
[WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it.
[WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it.
[WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it.
[WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it.
[WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.appng.appngizer.model...
Loading source files for package org.appng.appngizer.controller...
Constructing Javadoc information...
Standard Doclet version 1.8.0_131
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Application.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Applications.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Database.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Databases.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Group.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Groups.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Home.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Link.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Links.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Package.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Packages.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Permission.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Permissions.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Platform.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Properties.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Property.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Repositories.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Repository.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Role.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Roles.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Site.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Sites.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Subject.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Subjects.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/UriAware.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/ApplicationController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizer.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizerConfigurer.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizerServlet.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/ControllerBase.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/DatabaseController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/GroupController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/Home.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/Jaxb2Marshaller.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PermissionController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PlatformController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PlatformPropertyController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/RepositoryController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/RoleController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SessionFilter.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteApplicationController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteApplicationPropertyController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SitePropertyController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SubjectController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/serialized-form.html...
Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Properties.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Groups.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Repository.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Applications.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Sites.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Package.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Database.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Role.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Group.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Site.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Permissions.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/UriAware.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Packages.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Roles.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Home.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Link.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Links.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Repositories.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Databases.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Subject.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Subjects.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Property.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Platform.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Application.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Permission.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationPropertyController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/RoleController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SubjectController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/GroupController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SitePropertyController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/Jaxb2Marshaller.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizer.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizerServlet.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PlatformController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/Home.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SessionFilter.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PlatformPropertyController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/DatabaseController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PermissionController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/ApplicationController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/ControllerBase.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizerConfigurer.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/RepositoryController.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-javadoc.jar
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking appNG XML-API 1.18.0-RC1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi ---
[INFO] No changes detected in schema or binding files - skipping source generation.
[INFO] 
[INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi ---
[INFO] No changes detected in schema or binding files - skipping source generation.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added.
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking appNG REST API 1.18.0-RC1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api ---
[INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml
[INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest
[INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml
[INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md
[INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle
[INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt
[INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle
[INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties
[INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added.
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking appNG Core Library 1.18.0-RC1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core ---
[INFO] No changes detected in schema or binding files - skipping source generation.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added.
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking appNGizer JAXB API 1.18.0-RC1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb ---
[INFO] No changes detected in schema or binding files - skipping source generation.
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking appNG Maven Plugin 1.18.0-RC1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 3 mojo descriptors.
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer ---
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 47 resources
[INFO] Copying file appng.css
[INFO] Copying file images/appng.png
[INFO] Copying file xml/role-list.xml
[INFO] Copying file xml/subject-update_response.xml
[INFO] Copying file xml/repository-install-package-response.xml
[INFO] Copying file xml/subject-show.xml
[INFO] Copying file xml/site-application-grants.xml
[INFO] Copying file xml/repository-list.xml
[INFO] Copying file xml/subject-create.xml
[INFO] Copying file xml/application-show.xml
[INFO] Copying file xml/application-update.xml
[INFO] Copying file xml/sites.xml
[INFO] Copying file xml/group-create.xml
[INFO] Copying file xml/platform-system.xml
[INFO] Copying file xml/site-application-list.xml
[INFO] Copying file xml/site-update_response.xml
[INFO] Copying file xml/repository-upload-package-response.xml
[INFO] Copying file xml/subject-list.xml
[INFO] Copying file xml/home_response.xml
[INFO] Copying file xml/repository-install-package.xml
[INFO] Copying file xml/site-property-list.xml
[INFO] Copying file xml/subject-update.xml
[INFO] Copying file xml/platform-environment.xml
[INFO] Copying file xml/platform-properties.xml
[INFO] Copying file xml/role-create.xml
[INFO] Copying file xml/role-show.xml
[INFO] Copying file xml/site-application-show.xml
[INFO] Copying file xml/site-update.xml
[INFO] Copying file xml/application-list.xml
[INFO] Copying file xml/property-update.xml
[INFO] Copying file xml/group-update.xml
[INFO] Copying file xml/group-list.xml
[INFO] Copying file xml/site-show.xml
[INFO] Copying file xml/property-create.xml
[INFO] Copying file xml/repository-create.xml
[INFO] Copying file xml/site-application-properties.xml
[INFO] Copying file xml/platform.xml
[INFO] Copying file xml/repository-update.xml
[INFO] Copying file xml/database.xml
[INFO] Copying file xml/repository-list-packages.xml
[INFO] Copying file xml/permission-list.xml
[INFO] Copying file xml/dummy.xml
[INFO] Copying file xml/site-create.xml
[INFO] Copying file xml/role-update.xml
[INFO] Copying file xml/platform-property-update_response.xml
[INFO] Copying file xml/group-show.xml
[INFO] Copying file xml/repository-update_response.xml
[INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-user-manual) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 47 resources
[INFO] Copying file appng.css
[INFO] Copying file images/appng.png
[INFO] Copying file xml/role-list.xml
[INFO] Copying file xml/subject-update_response.xml
[INFO] Copying file xml/repository-install-package-response.xml
[INFO] Copying file xml/subject-show.xml
[INFO] Copying file xml/site-application-grants.xml
[INFO] Copying file xml/repository-list.xml
[INFO] Copying file xml/subject-create.xml
[INFO] Copying file xml/application-show.xml
[INFO] Copying file xml/application-update.xml
[INFO] Copying file xml/sites.xml
[INFO] Copying file xml/group-create.xml
[INFO] Copying file xml/platform-system.xml
[INFO] Copying file xml/site-application-list.xml
[INFO] Copying file xml/site-update_response.xml
[INFO] Copying file xml/repository-upload-package-response.xml
[INFO] Copying file xml/subject-list.xml
[INFO] Copying file xml/home_response.xml
[INFO] Copying file xml/repository-install-package.xml
[INFO] Copying file xml/site-property-list.xml
[INFO] Copying file xml/subject-update.xml
[INFO] Copying file xml/platform-environment.xml
[INFO] Copying file xml/platform-properties.xml
[INFO] Copying file xml/role-create.xml
[INFO] Copying file xml/role-show.xml
[INFO] Copying file xml/site-application-show.xml
[INFO] Copying file xml/site-update.xml
[INFO] Copying file xml/application-list.xml
[INFO] Copying file xml/property-update.xml
[INFO] Copying file xml/group-update.xml
[INFO] Copying file xml/group-list.xml
[INFO] Copying file xml/site-show.xml
[INFO] Copying file xml/property-create.xml
[INFO] Copying file xml/repository-create.xml
[INFO] Copying file xml/site-application-properties.xml
[INFO] Copying file xml/platform.xml
[INFO] Copying file xml/repository-update.xml
[INFO] Copying file xml/database.xml
[INFO] Copying file xml/repository-list-packages.xml
[INFO] Copying file xml/permission-list.xml
[INFO] Copying file xml/dummy.xml
[INFO] Copying file xml/site-create.xml
[INFO] Copying file xml/role-update.xml
[INFO] Copying file xml/platform-property-update_response.xml
[INFO] Copying file xml/group-show.xml
[INFO] Copying file xml/repository-update_response.xml
[INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 47 resources
[INFO] Copying file appng.css
[INFO] Copying file images/appng.png
[INFO] Copying file xml/role-list.xml
[INFO] Copying file xml/subject-update_response.xml
[INFO] Copying file xml/repository-install-package-response.xml
[INFO] Copying file xml/subject-show.xml
[INFO] Copying file xml/site-application-grants.xml
[INFO] Copying file xml/repository-list.xml
[INFO] Copying file xml/subject-create.xml
[INFO] Copying file xml/application-show.xml
[INFO] Copying file xml/application-update.xml
[INFO] Copying file xml/sites.xml
[INFO] Copying file xml/group-create.xml
[INFO] Copying file xml/platform-system.xml
[INFO] Copying file xml/site-application-list.xml
[INFO] Copying file xml/site-update_response.xml
[INFO] Copying file xml/repository-upload-package-response.xml
[INFO] Copying file xml/subject-list.xml
[INFO] Copying file xml/home_response.xml
[INFO] Copying file xml/repository-install-package.xml
[INFO] Copying file xml/site-property-list.xml
[INFO] Copying file xml/subject-update.xml
[INFO] Copying file xml/platform-environment.xml
[INFO] Copying file xml/platform-properties.xml
[INFO] Copying file xml/role-create.xml
[INFO] Copying file xml/role-show.xml
[INFO] Copying file xml/site-application-show.xml
[INFO] Copying file xml/site-update.xml
[INFO] Copying file xml/application-list.xml
[INFO] Copying file xml/property-update.xml
[INFO] Copying file xml/group-update.xml
[INFO] Copying file xml/group-list.xml
[INFO] Copying file xml/site-show.xml
[INFO] Copying file xml/property-create.xml
[INFO] Copying file xml/repository-create.xml
[INFO] Copying file xml/site-application-properties.xml
[INFO] Copying file xml/platform.xml
[INFO] Copying file xml/repository-update.xml
[INFO] Copying file xml/database.xml
[INFO] Copying file xml/repository-list-packages.xml
[INFO] Copying file xml/permission-list.xml
[INFO] Copying file xml/dummy.xml
[INFO] Copying file xml/site-create.xml
[INFO] Copying file xml/role-update.xml
[INFO] Copying file xml/platform-property-update_response.xml
[INFO] Copying file xml/group-show.xml
[INFO] Copying file xml/repository-update_response.xml
[INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-install-platform) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 47 resources
[INFO] Copying file appng.css
[INFO] Copying file images/appng.png
[INFO] Copying file xml/role-list.xml
[INFO] Copying file xml/subject-update_response.xml
[INFO] Copying file xml/repository-install-package-response.xml
[INFO] Copying file xml/subject-show.xml
[INFO] Copying file xml/site-application-grants.xml
[INFO] Copying file xml/repository-list.xml
[INFO] Copying file xml/subject-create.xml
[INFO] Copying file xml/application-show.xml
[INFO] Copying file xml/application-update.xml
[INFO] Copying file xml/sites.xml
[INFO] Copying file xml/group-create.xml
[INFO] Copying file xml/platform-system.xml
[INFO] Copying file xml/site-application-list.xml
[INFO] Copying file xml/site-update_response.xml
[INFO] Copying file xml/repository-upload-package-response.xml
[INFO] Copying file xml/subject-list.xml
[INFO] Copying file xml/home_response.xml
[INFO] Copying file xml/repository-install-package.xml
[INFO] Copying file xml/site-property-list.xml
[INFO] Copying file xml/subject-update.xml
[INFO] Copying file xml/platform-environment.xml
[INFO] Copying file xml/platform-properties.xml
[INFO] Copying file xml/role-create.xml
[INFO] Copying file xml/role-show.xml
[INFO] Copying file xml/site-application-show.xml
[INFO] Copying file xml/site-update.xml
[INFO] Copying file xml/application-list.xml
[INFO] Copying file xml/property-update.xml
[INFO] Copying file xml/group-update.xml
[INFO] Copying file xml/group-list.xml
[INFO] Copying file xml/site-show.xml
[INFO] Copying file xml/property-create.xml
[INFO] Copying file xml/repository-create.xml
[INFO] Copying file xml/site-application-properties.xml
[INFO] Copying file xml/platform.xml
[INFO] Copying file xml/repository-update.xml
[INFO] Copying file xml/database.xml
[INFO] Copying file xml/repository-list-packages.xml
[INFO] Copying file xml/permission-list.xml
[INFO] Copying file xml/dummy.xml
[INFO] Copying file xml/site-create.xml
[INFO] Copying file xml/role-update.xml
[INFO] Copying file xml/platform-property-update_response.xml
[INFO] Copying file xml/group-show.xml
[INFO] Copying file xml/repository-update_response.xml
[INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 47 resources
[INFO] Copying file appng.css
[INFO] Copying file images/appng.png
[INFO] Copying file xml/role-list.xml
[INFO] Copying file xml/subject-update_response.xml
[INFO] Copying file xml/repository-install-package-response.xml
[INFO] Copying file xml/subject-show.xml
[INFO] Copying file xml/site-application-grants.xml
[INFO] Copying file xml/repository-list.xml
[INFO] Copying file xml/subject-create.xml
[INFO] Copying file xml/application-show.xml
[INFO] Copying file xml/application-update.xml
[INFO] Copying file xml/sites.xml
[INFO] Copying file xml/group-create.xml
[INFO] Copying file xml/platform-system.xml
[INFO] Copying file xml/site-application-list.xml
[INFO] Copying file xml/site-update_response.xml
[INFO] Copying file xml/repository-upload-package-response.xml
[INFO] Copying file xml/subject-list.xml
[INFO] Copying file xml/home_response.xml
[INFO] Copying file xml/repository-install-package.xml
[INFO] Copying file xml/site-property-list.xml
[INFO] Copying file xml/subject-update.xml
[INFO] Copying file xml/platform-environment.xml
[INFO] Copying file xml/platform-properties.xml
[INFO] Copying file xml/role-create.xml
[INFO] Copying file xml/role-show.xml
[INFO] Copying file xml/site-application-show.xml
[INFO] Copying file xml/site-update.xml
[INFO] Copying file xml/application-list.xml
[INFO] Copying file xml/property-update.xml
[INFO] Copying file xml/group-update.xml
[INFO] Copying file xml/group-list.xml
[INFO] Copying file xml/site-show.xml
[INFO] Copying file xml/property-create.xml
[INFO] Copying file xml/repository-create.xml
[INFO] Copying file xml/site-application-properties.xml
[INFO] Copying file xml/platform.xml
[INFO] Copying file xml/repository-update.xml
[INFO] Copying file xml/database.xml
[INFO] Copying file xml/repository-list-packages.xml
[INFO] Copying file xml/permission-list.xml
[INFO] Copying file xml/dummy.xml
[INFO] Copying file xml/site-create.xml
[INFO] Copying file xml/role-update.xml
[INFO] Copying file xml/platform-property-update_response.xml
[INFO] Copying file xml/group-show.xml
[INFO] Copying file xml/repository-update_response.xml
[INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-setup-guide) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 47 resources
[INFO] Copying file appng.css
[INFO] Copying file images/appng.png
[INFO] Copying file xml/role-list.xml
[INFO] Copying file xml/subject-update_response.xml
[INFO] Copying file xml/repository-install-package-response.xml
[INFO] Copying file xml/subject-show.xml
[INFO] Copying file xml/site-application-grants.xml
[INFO] Copying file xml/repository-list.xml
[INFO] Copying file xml/subject-create.xml
[INFO] Copying file xml/application-show.xml
[INFO] Copying file xml/application-update.xml
[INFO] Copying file xml/sites.xml
[INFO] Copying file xml/group-create.xml
[INFO] Copying file xml/platform-system.xml
[INFO] Copying file xml/site-application-list.xml
[INFO] Copying file xml/site-update_response.xml
[INFO] Copying file xml/repository-upload-package-response.xml
[INFO] Copying file xml/subject-list.xml
[INFO] Copying file xml/home_response.xml
[INFO] Copying file xml/repository-install-package.xml
[INFO] Copying file xml/site-property-list.xml
[INFO] Copying file xml/subject-update.xml
[INFO] Copying file xml/platform-environment.xml
[INFO] Copying file xml/platform-properties.xml
[INFO] Copying file xml/role-create.xml
[INFO] Copying file xml/role-show.xml
[INFO] Copying file xml/site-application-show.xml
[INFO] Copying file xml/site-update.xml
[INFO] Copying file xml/application-list.xml
[INFO] Copying file xml/property-update.xml
[INFO] Copying file xml/group-update.xml
[INFO] Copying file xml/group-list.xml
[INFO] Copying file xml/site-show.xml
[INFO] Copying file xml/property-create.xml
[INFO] Copying file xml/repository-create.xml
[INFO] Copying file xml/site-application-properties.xml
[INFO] Copying file xml/platform.xml
[INFO] Copying file xml/repository-update.xml
[INFO] Copying file xml/database.xml
[INFO] Copying file xml/repository-list-packages.xml
[INFO] Copying file xml/permission-list.xml
[INFO] Copying file xml/dummy.xml
[INFO] Copying file xml/site-create.xml
[INFO] Copying file xml/role-update.xml
[INFO] Copying file xml/platform-property-update_response.xml
[INFO] Copying file xml/group-show.xml
[INFO] Copying file xml/repository-update_response.xml
[INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.war
[INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer ---
Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.war
Progress (1): 2.0/120 kB
Progress (1): 4.1/120 kB
Progress (1): 6.1/120 kB
Progress (1): 8.2/120 kB
Progress (1): 10/120 kB 
Progress (1): 12/120 kB
Progress (1): 14/120 kB
Progress (1): 16/120 kB
Progress (1): 18/120 kB
Progress (1): 20/120 kB
Progress (1): 23/120 kB
Progress (1): 25/120 kB
Progress (1): 27/120 kB
Progress (1): 29/120 kB
Progress (1): 31/120 kB
Progress (1): 33/120 kB
Progress (1): 35/120 kB
Progress (1): 37/120 kB
Progress (1): 39/120 kB
Progress (1): 41/120 kB
Progress (1): 43/120 kB
Progress (1): 45/120 kB
Progress (1): 47/120 kB
Progress (1): 49/120 kB
Progress (1): 51/120 kB
Progress (1): 53/120 kB
Progress (1): 55/120 kB
Progress (1): 57/120 kB
Progress (1): 59/120 kB
Progress (1): 61/120 kB
Progress (1): 63/120 kB
Progress (1): 66/120 kB
Progress (1): 68/120 kB
Progress (1): 70/120 kB
Progress (1): 72/120 kB
Progress (1): 74/120 kB
Progress (1): 76/120 kB
Progress (1): 78/120 kB
Progress (1): 80/120 kB
Progress (1): 82/120 kB
Progress (1): 84/120 kB
Progress (1): 86/120 kB
Progress (1): 88/120 kB
Progress (1): 90/120 kB
Progress (1): 92/120 kB
Progress (1): 94/120 kB
Progress (1): 96/120 kB
Progress (1): 98/120 kB
Progress (1): 100/120 kB
Progress (1): 102/120 kB
Progress (1): 104/120 kB
Progress (1): 106/120 kB
Progress (1): 109/120 kB
Progress (1): 111/120 kB
Progress (1): 113/120 kB
Progress (1): 115/120 kB
Progress (1): 117/120 kB
Progress (1): 119/120 kB
Progress (1): 120 kB    
                    
Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.pom
Progress (1): 2.0/7.7 kB
Progress (1): 4.1/7.7 kB
Progress (1): 6.1/7.7 kB
Progress (1): 7.7 kB    
                    
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] appNG Parent ....................................... SUCCESS [ 18.782 s]
[INFO] appNG Tools ........................................ SUCCESS [ 21.002 s]
[INFO] appNG Mail ......................................... SUCCESS [  8.826 s]
[INFO] appNG Forms ........................................ SUCCESS [  9.863 s]
[INFO] appng Formtags ..................................... SUCCESS [  7.641 s]
[INFO] appNG XML-API ...................................... SUCCESS [ 11.124 s]
[INFO] appNG public API ................................... SUCCESS [ 21.179 s]
[INFO] appNG testsupport .................................. SUCCESS [ 10.425 s]
[INFO] appNG REST API ..................................... SUCCESS [ 10.159 s]
[INFO] appNG Persistence-Tools ............................ SUCCESS [ 21.922 s]
[INFO] appNG Search ....................................... SUCCESS [ 18.078 s]
[INFO] appNG Core Library ................................. SUCCESS [05:25 min]
[INFO] appNG Tomcat 7 ..................................... SUCCESS [  4.054 s]
[INFO] appNG Tomcat 8 ..................................... SUCCESS [  3.524 s]
[INFO] appNG Command Line Interface ....................... SUCCESS [08:12 min]
[INFO] appNG Tag Library .................................. SUCCESS [ 14.637 s]
[INFO] appNG Application .................................. SUCCESS [ 13.367 s]
[INFO] appNG application BOM .............................. SUCCESS [  0.425 s]
[INFO] appNG Documentation ................................ SUCCESS [ 36.748 s]
[INFO] appNG Template Assembly Descriptors ................ SUCCESS [  1.420 s]
[INFO] appNG Template Parent .............................. SUCCESS [  0.211 s]
[INFO] appng-application-assembly ......................... SUCCESS [  1.671 s]
[INFO] appNG application parent ........................... SUCCESS [  0.203 s]
[INFO] Archetype - appng-archetype-application ............ SUCCESS [  1.771 s]
[INFO] appNGizer JAXB API ................................. SUCCESS [  3.846 s]
[INFO] appNGizer .......................................... FAILURE [15:51 min]
[INFO] appNG appNGizer Maven Plugin ....................... SKIPPED
[INFO] appNG camunda ...................................... SKIPPED
[INFO] appNG Application, including Camunda BPM process engine libraries SKIPPED
[INFO] appNG Maven Plugin ................................. SKIPPED
[INFO] upNGizr ............................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:31 min
[INFO] Finished at: 2018-07-05T10:31:56+02:00
[INFO] Final Memory: 262M/922M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project appng-appngizer: Failed to deploy artifacts: Could not transfer artifact org.appng:appng-appngizer:war:1.18.0-RC1 from/to appng-stable (https://appng.org/nexus/repository/appng-stable/): Failed to transfer file: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.war. Return code is: 502, ReasonPhrase: Bad Gateway. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :appng-appngizer